summaryrefslogtreecommitdiff
path: root/Hurd/InstallNotes.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2003-01-12 17:39:54 +0000
committerJoachim Nilsson <joachim@gnufans.org>2003-01-12 17:39:54 +0000
commit2571d2a782074b5ca04550b5bfebe75096d42834 (patch)
tree1a082ea9e11d9d2fe6785d3ee685c283dba89dea /Hurd/InstallNotes.mdwn
parent5c1d4d30bc13ed0767c382e7dc727e1746ca9690 (diff)
none
Diffstat (limited to 'Hurd/InstallNotes.mdwn')
-rw-r--r--Hurd/InstallNotes.mdwn6
1 files 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.
## <a name="5_Booting_GNU"> </a> 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!_**