|
|
@ -142,10 +142,10 @@ else
|
|
|
|
echo "WARN: [serial_tty] was undefined..." >> /var/log/netinstall.log
|
|
|
|
echo "WARN: [serial_tty] was undefined..." >> /var/log/netinstall.log
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ "x${boot_fstype}" = "xext2" ] ; then
|
|
|
|
if [ "x${boot_fstype}" = "xfat" ] ; then
|
|
|
|
echo "${bootdrive}p1 /boot/uboot ext2 defaults 0 2" >> /etc/fstab
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
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
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ "x${usbnet_mem}" != "x" ] ; then
|
|
|
|
if [ "x${usbnet_mem}" != "x" ] ; then
|
|
|
|