From fae8c93362b937dff1db0ce50e0372a033121870 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 20 Oct 2015 22:30:59 +0200 Subject: update kernel version --- hurd/running/debian/CrossInstall.mdwn | 4 ++-- unsorted/CrossHurd.mdwn | 4 ++-- 2 files changed, 4 insertions(+), 4 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} \ diff --git a/unsorted/CrossHurd.mdwn b/unsorted/CrossHurd.mdwn index 08e03c1f..69cc1dfb 100644 --- a/unsorted/CrossHurd.mdwn +++ b/unsorted/CrossHurd.mdwn @@ -36,9 +36,9 @@ Before we reboot you must setup a Hurd entry in the menu.lst file of Grub. Do it The first two runs (reboots) you must run the Hurd in single-user mode! - title GNU (kernel GNUmach 1.3) + title GNU (kernel GNUmach 1.5) root (hd1,1) - kernel /boot/gnumach.gz root=device:hd1s2 -s + kernel /boot/gnumach-1.5-486.gz root=device:hd1s2 -s module /hurd/ext2fs.static \ --multiboot-command-line=${kernel-command-line} \ --host-priv-port=${host-port} \ -- cgit v1.2.3