From 38705bdc1ff671597680c5a9c9d1a76822bb5620 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 9 Dec 2020 13:41:42 +0100 Subject: 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 --- recipes-core/base-files/base-files/fstab | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3