diff --git a/lib/debian-finish.sh b/lib/debian-finish.sh index d1e9a5c..280a4f1 100644 --- a/lib/debian-finish.sh +++ b/lib/debian-finish.sh @@ -65,7 +65,7 @@ else fi if [ "x${boot_fstype}" = "xfat" ] ; then - echo "${bootdrive}p1 /boot/uboot auto defaults 0 0" >> /etc/fstab + echo "${bootdrive}p1 /boot/uboot auto defaults 0 2" >> /etc/fstab else echo "${bootdrive}p1 /boot/uboot ${boot_fstype} defaults 0 2" >> /etc/fstab fi diff --git a/lib/jessie-preseed.cfg b/lib/jessie-preseed.cfg index 3a15a9d..80bd091 100644 --- a/lib/jessie-preseed.cfg +++ b/lib/jessie-preseed.cfg @@ -58,7 +58,7 @@ d-i partman-auto/disk string /dev/mmcblk0 d-i partman-auto/expert_recipe_file string /partition_recipe # Individual additional packages to install -d-i pkgsel/include string bash initramfs-tools ntpdate util-linux wget +d-i pkgsel/include string bash dosfstools initramfs-tools ntpdate util-linux wget # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade diff --git a/lib/trusty-preseed.cfg b/lib/trusty-preseed.cfg index aa86691..d990267 100644 --- a/lib/trusty-preseed.cfg +++ b/lib/trusty-preseed.cfg @@ -62,7 +62,7 @@ d-i partman-auto/disk string /dev/mmcblk0 d-i partman-auto/expert_recipe_file string /partition_recipe # Individual additional packages to install -d-i pkgsel/include string bash initramfs-tools ntpdate util-linux wget +d-i pkgsel/include string bash dosfstools initramfs-tools ntpdate util-linux wget # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade diff --git a/lib/ubuntu-finish.sh b/lib/ubuntu-finish.sh index e2545ef..a696095 100644 --- a/lib/ubuntu-finish.sh +++ b/lib/ubuntu-finish.sh @@ -62,7 +62,7 @@ else fi if [ "x${boot_fstype}" = "xfat" ] ; then - echo "${bootdrive}p1 /boot/uboot auto defaults 0 0" >> /etc/fstab + echo "${bootdrive}p1 /boot/uboot auto defaults 0 2" >> /etc/fstab else echo "${bootdrive}p1 /boot/uboot ${boot_fstype} defaults 0 2" >> /etc/fstab fi diff --git a/lib/utopic-preseed.cfg b/lib/utopic-preseed.cfg index 294bdbd..70393cd 100644 --- a/lib/utopic-preseed.cfg +++ b/lib/utopic-preseed.cfg @@ -62,7 +62,7 @@ d-i partman-auto/disk string /dev/mmcblk0 d-i partman-auto/expert_recipe_file string /partition_recipe # Individual additional packages to install -d-i pkgsel/include string bash initramfs-tools ntpdate util-linux wget +d-i pkgsel/include string bash dosfstools initramfs-tools ntpdate util-linux wget # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade diff --git a/lib/wheezy-preseed.cfg b/lib/wheezy-preseed.cfg index ed4d646..70afe14 100644 --- a/lib/wheezy-preseed.cfg +++ b/lib/wheezy-preseed.cfg @@ -55,7 +55,7 @@ d-i partman-auto/disk string /dev/mmcblk0 d-i partman-auto/expert_recipe_file string /partition_recipe # Individual additional packages to install -d-i pkgsel/include string bash initramfs-tools ntpdate util-linux wget +d-i pkgsel/include string bash dosfstools initramfs-tools ntpdate util-linux wget # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade