fs/skeleton: make /var/lib/misc a symlink to /tmp
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Dec 2011 09:00:46 +0000 (10:00 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Dec 2011 09:00:46 +0000 (10:00 +0100)
Similar to the other symlinks, so you can use E.G. dnsmasq with a read
only rootfs.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/skeleton/var/lib/misc [new symlink]

diff --git a/fs/skeleton/var/lib/misc b/fs/skeleton/var/lib/misc
new file mode 120000 (symlink)
index 0000000..f1fde8c
--- /dev/null
@@ -0,0 +1 @@
+../../tmp
\ No newline at end of file