Revert "Correct external boot fstab to use sd card or usb"

This reverts commit d16b6ce588.
This commit is contained in:
Hal Emmerich 2019-09-17 23:27:34 -05:00
parent bc70fab889
commit a5e7219fa0

View File

@ -1,3 +1,3 @@
#try both the sdcard and the usb as root
/dev/mmcblk1p2 / ext4 nofail,x-systemd.device-timeout=5s,defaults,noatime 0 1
/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