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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user