From 28dac4f4381e67febcf7612059340d51c667fa52 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:18 +0200 Subject: Adding live-helper 1.0~a23-1. --- helpers/lh_clean | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/lh_clean') diff --git a/helpers/lh_clean b/helpers/lh_clean index c4174154c..4c52ed24d 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -30,6 +30,7 @@ Read_conffile config/bootstrap Read_conffile config/chroot Read_conffile config/binary Read_conffile config/source +Read_conffile "${LH_CONFIG}" Set_defaults rm -f .lock @@ -53,6 +54,7 @@ case "${1}" in ;; chroot) + Echo_message "Cleaning chroot" ${LH_ROOT_COMMAND} umount -f chroot/sys > /dev/null 2>&1 || true ${LH_ROOT_COMMAND} umount -f chroot/proc/sys/fs/binfmt_misc > /dev/null 2>&1 || true ${LH_ROOT_COMMAND} umount -f chroot/proc > /dev/null 2>&1 || true -- cgit v1.2.3