From 0b1342c0ab0a4b4fab7f454c6d2b680e447fcdca Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 30 May 2013 16:37:36 +0200 Subject: [PATCH] [scripts] mount /boot on the Efika MX --- scripts/mkloopcard_efikamx_chroot_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkloopcard_efikamx_chroot_hook.sh b/scripts/mkloopcard_efikamx_chroot_hook.sh index 45a4942..2fcc8ea 100755 --- a/scripts/mkloopcard_efikamx_chroot_hook.sh +++ b/scripts/mkloopcard_efikamx_chroot_hook.sh @@ -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