]> Zhao Yanbai Git Server - minix.git/commitdiff
motd fix;
authorBen Gras <ben@minix3.org>
Tue, 9 Aug 2005 14:41:54 +0000 (14:41 +0000)
committerBen Gras <ben@minix3.org>
Tue, 9 Aug 2005 14:41:54 +0000 (14:41 +0000)
cp /usr/lib/<compiler stuff> to /lib when on ramdisk;
make a /usr/log (to store logfile there, instead of /var/log).

etc/motd
etc/mtree/minix.tree
etc/rc

index 98f1900289de4ab3ebf63324b2eef7628924e5c4..0a7577196ce678a5ac999555a2f550803e53cf7a 100755 (executable)
--- a/etc/motd
+++ b/etc/motd
@@ -12,6 +12,5 @@ you find a bug, please use the "Report a bug" link on that page.
 For help with MINIX 3 and discussion about it, please subscribe to the
 newsgroup: comp.os.minix.
 
-MINIX 3 supports virtual terminals. Hit ALT+F2, ALT+F3 etc. to
-see them.
+MINIX 3 supports virtual terminals. Hit ALT+F2, ALT+F3 etc. to see them.
 
index 540afb4f36bc0995a60c9a9ba852c09a76e92cfa..92de2642a73ca43125f1ec769be5fa2a8a167c1e 100644 (file)
@@ -68,5 +68,5 @@
 755  bin     operator  /usr/src
 1777 root    operator  /usr/tmp
 755  root    operator  /var
-755  root    operator  /var/log
+755  root    operator  /usr/log
 755  root    operator  /var/run
diff --git a/etc/rc b/etc/rc
index 32806b00a56fcfe8377aa4ff8041d611b353d58f..2358aca1c86d543cf1653a19026ffaa9f07daec4 100755 (executable)
--- a/etc/rc
+++ b/etc/rc
@@ -150,6 +150,8 @@ Mount $usr /usr failed -- Single user."
        # Remove boot-only things to make space,
        # unless booting from CD, in which case we need them.
        rm -rf /boot
+       # put the compiler on ram
+       cp /usr/lib/em* /usr/lib/cpp* /lib
     esac
 
     # Things should be alright now.