From a4ae9574e90641fe7443abec3bd40508635e2427 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 9 Aug 2005 14:41:54 +0000 Subject: [PATCH] motd fix; cp /usr/lib/ to /lib when on ramdisk; make a /usr/log (to store logfile there, instead of /var/log). --- etc/motd | 3 +-- etc/mtree/minix.tree | 2 +- etc/rc | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/motd b/etc/motd index 98f190028..0a7577196 100755 --- 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. diff --git a/etc/mtree/minix.tree b/etc/mtree/minix.tree index 540afb4f3..92de2642a 100644 --- a/etc/mtree/minix.tree +++ b/etc/mtree/minix.tree @@ -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 32806b00a..2358aca1c 100755 --- 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. -- 2.44.0