From 3d0c423863c89479798a1c00fe4eb268cc5887c7 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 30 Jun 2022 16:01:21 +0200 Subject: base-files: drop Toradex fstab We dont have to maintain a Toradex specific fstab, it leads we miss the latest updates in base base-files recipe. The only change we really want is a have a extra line in fstab to mount boot partition when system starts up, we can change to add one more udev rule to create a symbolic link /boot ->/media/BOOT-PARTITION-MOUNTPOINT in BSP layer instead, hence we can drop this fstab here. Signed-off-by: Ming Liu --- recipes-core/base-files/base-files/fstab | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes-core/base-files/base-files/fstab diff --git a/recipes-core/base-files/base-files/fstab b/recipes-core/base-files/base-files/fstab deleted file mode 100644 index 6ccd038..0000000 --- a/recipes-core/base-files/base-files/fstab +++ /dev/null @@ -1,12 +0,0 @@ -# stock fstab - you probably want to override this with a machine specific one - -/dev/root / auto noatime 1 1 -/dev/boot-part /boot auto noatime,noauto 0 0 -proc /proc proc defaults 0 0 -devpts /dev/pts devpts mode=0620,ptmxmode=0666,gid=5 0 0 -tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0 -tmpfs /var/volatile tmpfs defaults 0 0 - -# uncomment this if your device has a SD/MMC/Transflash slot -#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0 - -- cgit v1.2.3