diff options
-rw-r--r-- | Distrib/DebianAfterInstall.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn index 06a638d8..358f7435 100644 --- a/Distrib/DebianAfterInstall.mdwn +++ b/Distrib/DebianAfterInstall.mdwn @@ -25,9 +25,9 @@ If the NIC was detected: # settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 -a 192.168.1.3 -g 192.168.1.1 -m 255.255.255.0 -### <a name="_Distrib_DebianAptOffline_apt_of"> </a> [[Distrib/DebianAptOffline]] +### <a name="Setup_grub"> Setup grub </a> -Installing packages without having a network connection is described [[Distrib/DebianAptOffline]]. +You surely want grub to have a nice menu entry able to boot GNU, instead of typing a boring arcane. There are Debian-specific scripts that may help you. See the [[GrubNotes]] for this. ### <a name="Setup_apt_get"> Setup apt-get </a> @@ -48,6 +48,8 @@ If when doing your first apt-get, dpkg complains of missing programs, [try to ch # ln -s /bin/true /bin/install-info # ln -s /bin/true /bin/update-alternatives +Installing packages without having a network connection is described [[Distrib/DebianAptOffline]]. + ### <a name="_Hurd_RandomDevice_Setup_random_"> </a> [[Hurd/RandomDevice]] You often need scp and ssh. Sadly the Debian GNU/Hurd does not come with any default random package installed. See [[Hurd/RandomDevice]] for details, the following is just a quick recap. |