summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-08-18 16:58:12 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-08-18 22:35:46 +0200
commit5eb165a3722013d2c80d7b07da5082bbbe23988d (patch)
treeac55425fe1a2a1f4305fde912053e76af0ab2d8f /projectroot
parentbe3245a983ce579d93538719d418f4145a621c80 (diff)
downloadDistroKit-5eb165a3722013d2c80d7b07da5082bbbe23988d.tar.gz
DistroKit-5eb165a3722013d2c80d7b07da5082bbbe23988d.tar.xz
ptxdist: version bump 2016.07.0 -> 2016.08.0
With systemd being updated from 229 to 230, the old bindmount for /run from our local fstab doesn't work any more and ends up in emergency mode. Remove fstab and replace with ptxdist standard file. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/fstab20
1 files changed, 0 insertions, 20 deletions
diff --git a/projectroot/etc/fstab b/projectroot/etc/fstab
deleted file mode 100644
index 09b1d18..0000000
--- a/projectroot/etc/fstab
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# /etc/fstab
-#
-
-# special filesystems
-proc /proc proc nosuid,nodev,noexec 0 0
-devpts /dev/pts devpts nosuid,noexec,mode=620,gid=112 0 0
-sysfs /sys sysfs nosuid,nodev,noexec 0 0
-debugfs /sys/kernel/debug debugfs noauto 0 0
-
-# ramdisks
-tmpfs /tmp tmpfs nosuid,nodev,mode=1777,size=20% 0 0
-tmpfs /run tmpfs nosuid,nodev,strictatime,mode=0755 0 0
-/run /var/run bind bind 0 0
-tmpfs /var/log tmpfs nosuid,nodev,noexec,mode=0755,size=10% 0 0
-tmpfs /var/lock tmpfs nosuid,nodev,noexec,mode=0755,size=1M 0 0
-tmpfs /var/tmp tmpfs nosuid,nodev,mode=1777,size=20% 0 0
-
-# data partition
-/dev/mmcblk0p3 /mnt/data ext4 defaults,x-systemd.automount 0 2