Correct external boot fstab to use sd card or usb

This commit is contained in:
Hal Emmerich 2019-09-15 19:18:10 -05:00
parent 3a3d14cd0e
commit d16b6ce588

View File

@ -1,3 +1,3 @@
#try both the sdcard and the usb as root
/dev/mmcblk2p2 / ext4 nofail,x-systemd.device-timeout=5s,defaults,noatime 0 1
/dev/mmcblk1p2 / ext4 nofail,x-systemd.device-timeout=5s,defaults,noatime 0 1
/dev/sda2 / ext4 nofail,x-systemd.device-timeout=5s,defaults,noatime 0 1