[scripts] mount /boot on the Efika MX

This commit is contained in:
Fabio Erculiani
2013-05-30 16:37:36 +02:00
parent 54207ee165
commit 0b1342c0ab
+1 -1
View File
@@ -11,7 +11,7 @@
setup_fstab() {
# add /dev/mmcblk0p1 to /etc/fstab
local boot_part_type="${BOOT_PART_TYPE:-ext3}"
echo "/dev/mmcblk0p1 /boot ${boot_part_type} noauto 0 1" >> /etc/fstab
echo "/dev/mmcblk0p1 /boot ${boot_part_type} defaults 0 1" >> /etc/fstab
}
setup_displaymanager