diff options
-rw-r--r-- | setupgnu.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setupgnu.mdwn b/setupgnu.mdwn index 42dd77cf..983db37a 100644 --- a/setupgnu.mdwn +++ b/setupgnu.mdwn @@ -20,7 +20,8 @@ Note: 2GB limit for partitions is no more there, it is fixed <pre> # mke2fs -o hurd /dev/hdd6 </pre> -## Step 3: Grab a snapshot of the GNU from <http://www.update.uu.se/~ams/home/slask/GNU/> or Extended GNU from <http://i-hug.sarovar.org/downloads/GNU/extended/> +## Step 3: Grab a snapshot of the GNU +from <http://www.update.uu.se/~ams/home/slask/GNU/> or Extended GNU from <http://i-hug.sarovar.org/downloads/GNU/extended/> ## Step 4: Extract the snapshot to the newly created partition @@ -57,6 +58,7 @@ module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) grub linux hurd hd0,5 hdd6 hd3s6 </pre> + If you have only one harddisk it will be hd0 for grub wherever you connect it. But linux and hurd names depend on whether you connect it as primary master (hda or hd0), primary slave (hdb or hd1) [this is my cdrom drive], secondary |