Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this for...
author"Steven J. Hill" <sjhill@realitydiluted.com>
Sun, 14 Jan 2007 00:56:52 +0000 (00:56 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Sun, 14 Jan 2007 00:56:52 +0000 (00:56 -0000)
target/generic/target_skeleton/etc/inittab
target/generic/target_skeleton/var/cache [new symlink]

index b52a08f5dd399722be45a9c506228ad12f9deb41..a6c014e751b970af772bd2cb5bdbdb68bcfb384b 100644 (file)
@@ -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
diff --git a/target/generic/target_skeleton/var/cache b/target/generic/target_skeleton/var/cache
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file