summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-12-09 13:41:42 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-09 14:10:41 +0100
commit38705bdc1ff671597680c5a9c9d1a76822bb5620 (patch)
treeb3145bf839e1a57de9ce058695800d087f0b9b65
parent62a138575743b9780aff969c041432194680d4c3 (diff)
fstab: configure the emmc's first partition to mount at /boot
With the noauto option this does nothing on boot. When the device appears the udev rules does first try to use the fstab options before trying to automount. If the device does not exist the extra line in fstab has no effect. Related-to: ELB-3250 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-core/base-files/base-files/fstab1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/base-files/base-files/fstab b/recipes-core/base-files/base-files/fstab
index ab73d00..8ce1a35 100644
--- a/recipes-core/base-files/base-files/fstab
+++ b/recipes-core/base-files/base-files/fstab
@@ -1,6 +1,7 @@
# stock fstab - you probably want to override this with a machine specific one
/dev/root / auto noatime 1 1
+/dev/emmc-part1 /boot auto noatime,noauto 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0