diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
commit | bcf061abf932f9adf243554c22185d323f5ff2ea (patch) | |
tree | dd8d079ffa66e8aa6f0d0b54ef07e77f8f34ce9b /grub | |
parent | 56e1abda424f1dc7bbeccfe28e05a2caa50bc6de (diff) |
People should really use apt instead of apt-get nowadays
Diffstat (limited to 'grub')
-rw-r--r-- | grub/tftp_boot.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ ### <a name="Debian_Grub"> Debian Grub </a> -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`) |