aboutsummaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-02 06:30:07 +0200
committerSven Gothel <[email protected]>2021-07-02 06:30:07 +0200
commit7ce666a0e8a1255292503d2219718ef04d1f1dbd (patch)
tree0d3bb1ed18bf21b9477e2567fea46641edce5a69 /stage1
parent0f99cd47f79ad9b19bebedcb1598ab2f0b7d6518 (diff)
ro: drop data partition; Use /dev/mmcblk0p[12] for generic deployment (export-image, make_bootable); Add 'sdcard' folder in DEPLOY_DIR
Diffstat (limited to 'stage1')
-rw-r--r--stage1/01-sys-tweaks/files/fstab4
1 files changed, 3 insertions, 1 deletions
diff --git a/stage1/01-sys-tweaks/files/fstab b/stage1/01-sys-tweaks/files/fstab
index 92a87cb..b493ae6 100644
--- a/stage1/01-sys-tweaks/files/fstab
+++ b/stage1/01-sys-tweaks/files/fstab
@@ -1,10 +1,12 @@
proc /proc proc defaults 0 0
BOOTDEV /boot vfat defaults 0 2
-DATADEV /data ext4 rw,suid,dev,exec,nouser,async,noatime,noauto 0 1
ROOTDEV / ext4 defaults,noatime,ro,errors=remount-ro 0 0
# /data/swapfile none swap defaults 0 0
+# Done by /etc/init.d/overlay_mount
+#tmpfs /tmp tmpfs rw,suid,dev,exec,nouser,async,noatime,mode=0777,size=64M 0 0
+
# defaults = rw, suid, dev, exec, auto, nouser, and async