summaryrefslogtreecommitdiff
path: root/hurd/running/debian/CrossInstall.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/running/debian/CrossInstall.mdwn')
-rw-r--r--hurd/running/debian/CrossInstall.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/running/debian/CrossInstall.mdwn b/hurd/running/debian/CrossInstall.mdwn
index eca47a86..c7a099c6 100644
--- a/hurd/running/debian/CrossInstall.mdwn
+++ b/hurd/running/debian/CrossInstall.mdwn
@@ -17,7 +17,7 @@ Next we create a useful mountpoint and mount the partition.
### <a name="Retrieving_CrossHurd"> Retrieving CrossHurd </a>
-Unless you don't run Debian GNU/Linux download it from <http://packages.debian.org/crosshurd>, or simply apt-get the package from Testing or Unstable.
+Unless you don't run Debian GNU/Linux download it from <http://packages.debian.org/crosshurd>, or simply apt-get the package from Testing or Unstable. Avoid using the version from Stable since it probably is outdated. In case of problems, make sure to try the Unstable version before reporting the issue.
# apt-get install crosshurd
@@ -36,9 +36,9 @@ Now the program starts retrieving all the necessary base packages.
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)
+ title GNU (kernel GNUmach 1.5)
root (hd0,2)
- kernel /boot/gnumach.gz root=device:hd0s3 -s
+ kernel /boot/gnumach-1.5-486.gz root=device:hd0s3 -s
module /hurd/ext2fs.static \
--multiboot-command-line=${kernel-command-line} \
--host-priv-port=${host-port} \