From bcf061abf932f9adf243554c22185d323f5ff2ea Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 12 Apr 2022 02:33:48 +0200 Subject: People should really use apt instead of apt-get nowadays --- grub/tftp_boot.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grub') diff --git a/grub/tftp_boot.mdwn b/grub/tftp_boot.mdwn index cecc0196..a094f248 100644 --- a/grub/tftp_boot.mdwn +++ b/grub/tftp_boot.mdwn @@ -4,10 +4,10 @@ ### Debian Grub -The Debian grub packages do not have networking enabled, so you have to apt-get the source, modify the debian/rules file to include --enable-network-card and dpkg-buildpackage to get a .deb of grub that supports TFTP. +The Debian grub packages do not have networking enabled, so you have to apt the source, modify the debian/rules file to include --enable-network-card and dpkg-buildpackage to get a .deb of grub that supports TFTP. 1. cd /usr/src/debian -2. apt-get source grub +2. apt source grub 3. cd grub-\_VERSION\_ 4. Add `--enable-tulip` or similar for your NIC to the `./configure` line of the `configure-stamp` target in the `debian/rules` file. 5. `dpkg-buildpackage` (as `root`) -- cgit v1.2.3