From: Daniel Baumann Date: Sun, 23 Nov 2008 17:10:41 +0000 (+0100) Subject: Turning 'no supported filesystem images found' into a panic message, rather than... X-Git-Tag: debian/2.0.15-1~389 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=b91f0cfcd0e4bd70f6d6eb468b3915fc14ecbf3a;p=live-boot-grml.git Turning 'no supported filesystem images found' into a panic message, rather than a warning. --- diff --git a/scripts/live b/scripts/live index 9c75f74..c0e59a8 100755 --- a/scripts/live +++ b/scripts/live @@ -570,7 +570,7 @@ mount_images_in_directory () [ -n "${mac}" ] && adddirectory="${directory}/${LIVE_MEDIA_PATH}/${mac}" setup_unionfs "${directory}/${LIVE_MEDIA_PATH}" "${rootmnt}" "${adddirectory}" else - log_warning_msg "Error: no filesystem images found at /${LIVE_MEDIA_PATH}." + panic "No supported filesystem images found at /${LIVE_MEDIA_PATH}." fi }