From 2571d2a782074b5ca04550b5bfebe75096d42834 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 12 Jan 2003 17:39:54 +0000 Subject: none --- Hurd/InstallNotes.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn index d5ef283c..079d5683 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -56,7 +56,7 @@ The tarball is setup to extract everything into the current directory. After mou # cd /gnu # tar --same-owner -xvzpf ~/gnu-latest.tar.gz -NOTE: This should NOT be confused with the depricated `cross-install` script method. +NOTE: This should NOT be confused with the deprecated `cross-install` script method. ## 5. Booting GNU @@ -117,7 +117,7 @@ There are some cavaets to the boot process: title GNU (kernel GNUmach 1.3) root (hdX,Y) - kernel /boot/gnumach.gz root=device:hdX,(Y+1) + kernel /boot/gnumach.gz root=device:hdXs(Y+1) module /hurd/ext2fs.static --readonly \ --multiboot-command-line=${kernel-command-line} \ --host-priv-port=${host-port} \ @@ -126,7 +126,7 @@ There are some cavaets to the boot process: -T typed ${root} $(task-create) $(task-resume) module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) -Where `hdX,Y` is the appropriate hard disk and partition number, in GRUB format. `hdX,(Y+1)` is the GNUmach format - because Mach partitions start at 1, unlike GRUB partitions that start on 0 (zero). +Where `hdX,Y` is the appropriate hard disk and partition number, in GRUB format. `hdXs(Y+1)` is the GNUmach format - because Mach partitions start at 1, unlike GRUB partitions that start on 0 (zero). It is important that each module string is only a single separate line, or by escaping the EOL (end of line) with a back slash. Remember though to make sure there are **_no trailing spaces!_** -- cgit v1.2.3