From f4383da69d4642521cb07f8f970d9c9c759b44ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:04:47 +0200 Subject: Adding live-helper 1.0~a2-1. --- functions/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/chroot.sh') diff --git a/functions/chroot.sh b/functions/chroot.sh index 60de2ddd0..0dc0215b8 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -9,5 +9,5 @@ Chroot () COMMANDS="${1}" # Executing commands in chroot - chroot "${LIVE_CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/sbin:/usr/bin:/sbin:/bin" TERM="${TERM}" ftp_proxy="${LH_APT_FTPPROXY}" http_proxy="${LH_APT_HTTPPPROXY}" DEBIAN_FRONTEND="${LH_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LH_DEBCONF_PRIORITY}" ${COMMANDS} + chroot chroot /usr/bin/env -i HOME="/root" PATH="/usr/sbin:/usr/bin:/sbin:/bin" TERM="${TERM}" ftp_proxy="${LH_APT_FTPPROXY}" http_proxy="${LH_APT_HTTPPPROXY}" DEBIAN_FRONTEND="${LH_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LH_DEBCONF_PRIORITY}" ${COMMANDS} } -- cgit v1.2.3