[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-4-15-gcf08314
Daniel Baumann
daniel at debian.org
Sat Nov 22 15:57:15 UTC 2008
The following commit has been merged in the master branch:
commit cf08314f9ec0481e706a0b4c0123c3cd8918ecd0
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Nov 22 16:55:45 2008 +0100
Add a warning message when no image can be found.
diff --git a/scripts/live b/scripts/live
index bf20ffc..d399d87 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}."
fi
}
--
Debian Live initramfs hook
More information about the debian-live-changes
mailing list