diff options
-rw-r--r-- | release/ChangeLog | 11 | ||||
-rw-r--r-- | release/INSTALL-binary | 6 | ||||
-rw-r--r-- | release/Makefile | 3 | ||||
-rw-r--r-- | release/SOURCES.0.2 | 4 |
4 files changed, 21 insertions, 3 deletions
diff --git a/release/ChangeLog b/release/ChangeLog index fe2a34c5..56454cf5 100644 --- a/release/ChangeLog +++ b/release/ChangeLog @@ -1,8 +1,19 @@ +Mon Jun 23 11:47:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * INSTALL-binary (STEP I): Tell to use e2os if the filesystem was + made with Linux. + 1997-06-17 Miles Bader <miles@gnu.ai.mit.edu> * mksmallso, mkemptyso: New files. * Makefile (tool-files): add mksmallso & mkemptyso. +Mon Jun 16 11:56:33 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (dist-links): Make $(dist-root)/boot/grub and + $(dist-root)/share/misc. Reported by Marcus G. Daniels + (marcus@cathcart.sysc.pdx.edu). + Wed Jun 11 12:05:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (dist-links): Create /servers/exec node. diff --git a/release/INSTALL-binary b/release/INSTALL-binary index 9c1f348d..d13beb8c 100644 --- a/release/INSTALL-binary +++ b/release/INSTALL-binary @@ -67,6 +67,12 @@ Start with a system already running a GNU/Linux system: swap too. Extract the binary image onto the new partition using tar; make sure you sue the `p' option to tar. + You need to set the "owning OS" field for this filesystem to "hurd"; + otherwise you will not be able to use Hurd-related extensions on + it. (And using those extensions is required on the root + filesystem.) Run the command `e2os DEVICE hurd' after the + filesystem is unmounted in order to accomplish this. + If you do not have a system running BSD or a GNU/Linux system, you can install using the NetBSD boot floppies. To do this, you do NOT need to install NetBSD; you will just be using their boot floppies diff --git a/release/Makefile b/release/Makefile index 9cee0497..0426bae3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -44,8 +44,9 @@ install-dist: dist-links cp $(srcdir)/COPYING.LIB $(dist-root)/share/misc/COPYING.LIB dist-links: - mkdir -p $(dist-root)/boot + mkdir -p $(dist-root)/boot/grub mkdir -p $(dist-root)/servers/socket + mkdir -p $(dist-root)/share/misc touch $(dist-root)/servers/socket/1 touch $(dist-root)/servers/socket/2 ln -f $(dist-root)/servers/socket/1 $(dist-root)/servers/socket/local diff --git a/release/SOURCES.0.2 b/release/SOURCES.0.2 index ecf83758..4f50de84 100644 --- a/release/SOURCES.0.2 +++ b/release/SOURCES.0.2 @@ -39,7 +39,7 @@ gettext (0.10) glibc (2.0.4) gmp (2.0.2) gnuchess (4.0.pl77) [ in src/Makefile, use 'prefix=' ] -gnumach (1.1.2) +gnumach (1.1.3) gnugo (1.2) grep (2.0) grub (0.4) @@ -90,7 +90,7 @@ perl (5.003) ptx (0.4) readline (2.0) rcs (5.7) -recode (3.4.1) +recode (3.4) sed (2.05) [ Change sed.c to include <errno.h> and also use strerror instead sys_errlist in read_file(). ] sendmail (8.8.5) [ with special! patch ] |