summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/ChangeLog8
-rw-r--r--release/Makefile1
-rw-r--r--release/checklist12
-rw-r--r--release/menu.lst8
-rw-r--r--release/servers.boot2
5 files changed, 26 insertions, 5 deletions
diff --git a/release/ChangeLog b/release/ChangeLog
index 3fd07ad7..ff47cb84 100644
--- a/release/ChangeLog
+++ b/release/ChangeLog
@@ -1,3 +1,11 @@
+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'.
+
Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* INSTALL-binary (Subroutine): Update location of NetBSD install
diff --git a/release/Makefile b/release/Makefile
index 59f8620b..1ed3a1d0 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -50,6 +50,7 @@ dist-links:
touch $(dist-root)/servers/socket/2
ln -f $(dist-root)/servers/socket/1 $(dist-root)/servers/socket/local
ln -f $(dist-root)/servers/socket/2 $(dist-root)/servers/socket/inet
+ touch $(dist-root)/servers/exec
endif
ifneq ($(tool-root),)
diff --git a/release/checklist b/release/checklist
index 3500b4ed..720898cd 100644
--- a/release/checklist
+++ b/release/checklist
@@ -18,6 +18,9 @@ Checklist for binary image filesystems
* Symlinks in /bin; esp. sh, awk, more, cc.
* Symlink /lib/libtermcap.a -> /lib/libncurses.a, termcap_g.a,
curses_g.a, curses.a.
+* Symlink /lib/ld.so -> /lib/ld.so.1.
+* Make sure directories exist: /tmp, /var/run.
+* Touch /var/log/wtmp.
* Check all symlinks to make sure they don't reference /gd4.
* Don't use absolute symlinks--make them all relative.
* Build some static fileutils: ls, ln, cp, mv, chmod.
@@ -46,3 +49,12 @@ Checklist for binary image filesystems
* Make sure everything listed in SOURCES is on prep.
* Install release
* Post announcement
+
+
+FSF Hurd machines need in addition to the INSTALL-binary installation:
+
+* our NFS translators
+* our kernel
+* sendmail.cf, /etc/aliases
+* /home/* symlinks
+* /etc/syslog.conf
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
diff --git a/release/servers.boot b/release/servers.boot
index a1f3c9b4..fa6932bd 100644
--- a/release/servers.boot
+++ b/release/servers.boot
@@ -10,7 +10,7 @@
# loads and runs /hurd/exec. This task is created, and its task port saved
# in ${exec-task} to be passed to the fs above, but it is left suspended;
# the fs will resume the exec task once it is ready.
-/lib/ld.so /hurd/exec $(exec-task=task-create)
+/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
# default pager
/dev/sd0b $(add-paging-file) $(default-pager)