7ad3f7462b
Fixed: filesystems were created with journaling disabled, now journaling is enabled filesystem was mounted rw on boot, which prevented fsck from running - changed to ro, which then gets mounted as rw by systemd using the fstab file - added a fstab for the external boot devices that tries both usb and sd card
3 lines
191 B
Plaintext
3 lines
191 B
Plaintext
#try both the sdcard and the usb as root
|
|
/dev/mmcblk2p2 / ext4 nofail,x-systemd.device-timeout=5s,defaults,noatime 0 1
|
|
/dev/sda2 / ext4 nofail,x-systemd.device-timeout=5s,defaults,noatime 0 1 |