diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-19 13:09:16 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-19 16:01:01 +0100 |
commit | 27d13175ccd378e4d3531176276475dd84af5fed (patch) | |
tree | 625411d59b83ecc8339bbedebc49f41968101371 /hurd/running/debian | |
parent | 601bba64b7b2b4e5c499ea4258bb89743133ff5a (diff) |
Move some pages, remove others that are either out of date or whose content is duplicated somewhere else.
Diffstat (limited to 'hurd/running/debian')
-rw-r--r-- | hurd/running/debian/CrossInstall.mdwn | 2 | ||||
-rw-r--r-- | hurd/running/debian/after_install.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hurd/running/debian/CrossInstall.mdwn b/hurd/running/debian/CrossInstall.mdwn index 9a07424e..1cde150c 100644 --- a/hurd/running/debian/CrossInstall.mdwn +++ b/hurd/running/debian/CrossInstall.mdwn @@ -34,7 +34,7 @@ Now the program starts retrieving all the necessary base packages. ### <a name="Preparing_to_reboot"> Preparing to reboot </a> -When all packages have been extracted we must prepare [[GrubNotes]] for the Hurd when we reboot. Add the below entry to your `/boot/grub/menu.lst` file to boot the Hurd in single user mode (-s). Single user mode is needed only for the two reboots when running the Native Install. +When all packages have been extracted we must prepare [[GRUB]] for the Hurd when we reboot. Add the below entry to your `/boot/grub/menu.lst` file to boot the Hurd in single user mode (-s). Single user mode is needed only for the two reboots when running the Native Install. title GNU (kernel GNUmach 1.3) root (hd0,2) diff --git a/hurd/running/debian/after_install.mdwn b/hurd/running/debian/after_install.mdwn index b795fd2b..4cdcaea9 100644 --- a/hurd/running/debian/after_install.mdwn +++ b/hurd/running/debian/after_install.mdwn @@ -35,7 +35,7 @@ In order to use DHCP, you need to install the `dhcp-client` package and run `dhc 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. +you. See [[GRUB]]'s page for this. # Setup `apt-get` |