diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-12 23:02:11 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-12 23:02:11 +0000 |
commit | 185e17bc09521dc9d919076bd31887d4cba239bc (patch) | |
tree | 931fd7a28a39cc32a26f60218ce98351e33a199f /release/menu.lst | |
parent | 7681bece735e6f090c3f92ef629096f12f6c0f68 (diff) |
Wed Jun 11 12:05:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (dist-links): Create /servers/exec node.
* servers.boot: Dynamic linker is now `ld.so.1', not `ld.so'.
* menu.lst: Kernel is now `gnumach', not `kernel'.
Diffstat (limited to 'release/menu.lst')
-rw-r--r-- | release/menu.lst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/menu.lst b/release/menu.lst index 472380f6..00807dec 100644 --- a/release/menu.lst +++ b/release/menu.lst @@ -15,13 +15,13 @@ default= 0 # Entry 0: title= hurd (sd0a multi-user) root= (hd0,a) -kernel= /boot/kernel root=sd0a +kernel= /boot/gnumach root=sd0a module= /boot/serverboot # Entry 1: title= hurd (sd0a single-user) root= (hd0,a) -kernel= /boot/kernel root=sd0a -s +kernel= /boot/gnumach root=sd0a -s module= /boot/serverboot @@ -29,13 +29,13 @@ module= /boot/serverboot # Entry 2: title= hurd (hd0a multi-user) root= (hd0,a) -kernel= /boot/kernel root=hd0a +kernel= /boot/gnumach root=hd0a module= /boot/serverboot # Entry 3: title= hurd (hd0a single-user) root= (hd0,a) -kernel= /boot/kernel root=hd0a -s +kernel= /boot/gnumach root=hd0a -s module= /boot/serverboot |