[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-4-17-g207dde5
Daniel Baumann
daniel at debian.org
Sun Nov 23 17:12:28 UTC 2008
The following commit has been merged in the master branch:
commit 207dde57ab1f0c0ce6bd3c8d90ef460f88e19cc3
Author: Daniel Baumann <daniel at debian.org>
Date: Sun Nov 23 18:10:41 2008 +0100
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
}
--
Debian Live initramfs hook
More information about the debian-live-changes
mailing list