Slightely improving wording of the 'bootloader not yet supported' when creating images.

This commit is contained in:
Daniel Baumann 2008-10-30 09:30:47 +01:00
parent 3a2d87b74b
commit 141b4f7e0f
2 changed files with 4 additions and 2 deletions

View File

@ -120,7 +120,8 @@ case "${LH_BINARY_IMAGES}" in
;;
usb-hdd|net)
Echo_error "not yet supported, aborting (FIXME)."
Echo_warning "Bootloader in this image type not yet supported by live-helper."
Echo_warning "This would produce a not bootable image, aborting (FIXME)."
exit 1
;;
esac

View File

@ -131,7 +131,8 @@ case "${LH_BOOTLOADER}" in
;;
*)
Echo_warning "Bootloader on your architecture not yet supported (Continuing in 5 seconds)."
Echo_warning "Bootloader on your architecture not yet supported by live-helper."
Echo_warning "This will produce a most likely not bootable image (Continuing in 5 seconds)."
sleep 5
;;
esac