|
|
@ -698,6 +698,14 @@ esac
|
|
|
|
cd ${DIR}/
|
|
|
|
cd ${DIR}/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function create_custom_netinstall_image {
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
|
|
|
|
echo "Creating Custom NetInstall Image"
|
|
|
|
|
|
|
|
echo "-----------------------------"
|
|
|
|
|
|
|
|
prepare_initrd
|
|
|
|
|
|
|
|
prepare_uimage
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function unmount_all_drive_partitions {
|
|
|
|
function unmount_all_drive_partitions {
|
|
|
|
echo ""
|
|
|
|
echo ""
|
|
|
|
echo "Unmounting Partitions"
|
|
|
|
echo "Unmounting Partitions"
|
|
|
@ -1364,10 +1372,10 @@ fi
|
|
|
|
if [ "${FIRMWARE}" ] ; then
|
|
|
|
if [ "${FIRMWARE}" ] ; then
|
|
|
|
dl_firmware
|
|
|
|
dl_firmware
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
setup_bootscripts
|
|
|
|
setup_bootscripts
|
|
|
|
|
|
|
|
create_custom_netinstall_image
|
|
|
|
|
|
|
|
|
|
|
|
prepare_initrd
|
|
|
|
|
|
|
|
prepare_uimage
|
|
|
|
|
|
|
|
unmount_all_drive_partitions
|
|
|
|
unmount_all_drive_partitions
|
|
|
|
create_partitions
|
|
|
|
create_partitions
|
|
|
|
reset_scripts
|
|
|
|
reset_scripts
|
|
|
|