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-10 15:45:43 +0100
commit0dcdfce72f14b76e789f7ad7465903c12ccef2a3 (patch)
treef77019f30e88336f3032b060be1f5c858c2192aa
parentd15d80be2249a599248f695e3da216c8c205c848 (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> (cherry picked from commit 38705bdc1ff671597680c5a9c9d1a76822bb5620)
-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