summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-06-30 16:01:21 +0200
committerMing Liu <ming.liu@toradex.com>2022-07-18 11:13:53 +0200
commit3d0c423863c89479798a1c00fe4eb268cc5887c7 (patch)
treef6dc21806dc31814e13bbbef1a5ceb2cf03da326
parent86a1a443fd424ebde3405934e01a238936b7c84c (diff)
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 <ming.liu@toradex.com>
-rw-r--r--recipes-core/base-files/base-files/fstab12
1 files changed, 0 insertions, 12 deletions
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
-