Commit 994d7f05 authored by "Steven J. Hill"'s avatar "Steven J. Hill"
Browse files

Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this...

Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this for Samba and friends. Also, change mount order of filesystems during boot.
parent 2f2492f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
# process   == program to run

# Startup the system
null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mount -o remount,rw /
null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mount -a
null::sysinit:/bin/hostname -F /etc/hostname
null::sysinit:/sbin/ifconfig lo 127.0.0.1 up
+1 −0
Original line number Diff line number Diff line
../tmp
 No newline at end of file