浏览代码

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.

"Steven J. Hill" 18 年之前
父节点
当前提交
994d7f05a3
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      target/generic/target_skeleton/etc/inittab
  2. 1 0
      target/generic/target_skeleton/var/cache

+ 1 - 1
target/generic/target_skeleton/etc/inittab

@@ -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
target/generic/target_skeleton/var/cache

@@ -0,0 +1 @@
+../tmp