sysmocom-bsc: Install a custom fstab file

Mount /boot rw so that grub can store/update the state for
rauc. A user can then rm -rf /boot/grub and the machine will
be dead.
This commit is contained in:
Holger Hans Peter Freyther 2015-06-13 18:01:12 +02:00
parent 681966c5e0
commit 81ff4d7d75
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
rootfs / auto defaults 0 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
tmpfs /var/volatile tmpfs defaults 0 0
/dev/sda1 /boot ext4 defaults,nofail 0 2