From 5eb165a3722013d2c80d7b07da5082bbbe23988d Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 18 Aug 2016 16:58:12 +0200 Subject: 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 --- projectroot/etc/fstab | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 projectroot/etc/fstab (limited to 'projectroot') 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 -- cgit v1.2.3