motd fix;

cp /usr/lib/<compiler stuff> to /lib when on ramdisk;
make a /usr/log (to store logfile there, instead of /var/log).
This commit is contained in:
Ben Gras 2005-08-09 14:41:54 +00:00
parent 1d3fb6ea2e
commit a4ae9574e9
3 changed files with 4 additions and 3 deletions

View file

@ -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.

View 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

2
etc/rc
View file

@ -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.