diff --git a/lib/debian-finish.sh b/lib/debian-finish.sh index 372d181..e76973e 100644 --- a/lib/debian-finish.sh +++ b/lib/debian-finish.sh @@ -84,9 +84,9 @@ 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 0" >> /etc/fstab else - echo "${bootdrive}p1 /boot/uboot ${boot_fstype} defaults 0 2" >> /etc/fstab + echo "${bootdrive}p1 /boot/uboot ${boot_fstype} defaults 0 2" >> /etc/fstab fi if [ "x${usbnet_mem}" != "x" ] ; then diff --git a/lib/ubuntu-finish.sh b/lib/ubuntu-finish.sh index 6e4a563..e9eb0b9 100644 --- a/lib/ubuntu-finish.sh +++ b/lib/ubuntu-finish.sh @@ -145,9 +145,9 @@ 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 0" >> /etc/fstab else - echo "${bootdrive}p1 /boot/uboot ${boot_fstype} defaults 0 2" >> /etc/fstab + echo "${bootdrive}p1 /boot/uboot ${boot_fstype} defaults 0 2" >> /etc/fstab fi if [ "x${usbnet_mem}" != "x" ] ; then