From b91f0cfcd0e4bd70f6d6eb468b3915fc14ecbf3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Nov 2008 18:10:41 +0100 Subject: Turning 'no supported filesystem images found' into a panic message, rather than a warning. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 } -- cgit v1.2.3