diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-20 22:30:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-20 22:30:59 +0200 |
commit | fae8c93362b937dff1db0ce50e0372a033121870 (patch) | |
tree | 3889254f42c964dc9a6d7b1c522fea8181741a1a /hurd | |
parent | 96a5265cc092b0839ae2227b3b7c51b67139ae2a (diff) |
update kernel version
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/debian/CrossInstall.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/running/debian/CrossInstall.mdwn b/hurd/running/debian/CrossInstall.mdwn index e5ab74c6..c7a099c6 100644 --- a/hurd/running/debian/CrossInstall.mdwn +++ b/hurd/running/debian/CrossInstall.mdwn @@ -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} \ |