|
|
@ -528,11 +528,11 @@ get_device_fstype() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
check_loop() {
|
|
|
|
check_loop() {
|
|
|
|
if [ "${LOOP}" = '' -o ! -e "${CDROOT_PATH}/${LOOP}" ]
|
|
|
|
if [ "${LOOP}" = "" -o ! -e "${CDROOT_PATH}/${LOOP}" ]; then
|
|
|
|
then
|
|
|
|
|
|
|
|
bad_msg "Invalid loop location: ${LOOP}"
|
|
|
|
bad_msg "Invalid loop location: ${LOOP}"
|
|
|
|
bad_msg 'Please export LOOP with a valid location, or reboot and pass a proper loop=...'
|
|
|
|
bad_msg "Please export LOOP with a valid location"
|
|
|
|
bad_msg 'kernel command line!'
|
|
|
|
bad_msg "or reboot and pass a proper loop=..."
|
|
|
|
|
|
|
|
bad_msg "kernel command line"
|
|
|
|
run_shell
|
|
|
|
run_shell
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
}
|
|
|
|