base-files: simply fstab

Trial and error has shown that this is the minimum fstab we can get away with

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-09-20 10:27:37 +02:00
parent edce10b712
commit 68b2b8e2e8
2 changed files with 1 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
rootfs / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
tmpfs /var/volatile tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
/tmp /var/tmp none rw,bind 0 0
/var/volatile /var/run none rw,bind 0 0

View File

@@ -1,6 +1,6 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
PRINC = "7"
PRINC = "8"
# Original: volatiles = "cache run log lock tmp"
# We don't any of those in volatiles, so: