[Debian-live-changes] r1059 - dists/trunk/live-helper/functions

Daniel Baumann daniel at alioth.debian.org
Fri Apr 13 23:02:12 UTC 2007


Author: daniel
Date: 2007-04-13 23:02:11 +0000 (Fri, 13 Apr 2007)
New Revision: 1059

Modified:
   dists/trunk/live-helper/functions/chroot.sh
Log:


Modified: dists/trunk/live-helper/functions/chroot.sh
===================================================================
--- dists/trunk/live-helper/functions/chroot.sh	2007-04-13 22:55:57 UTC (rev 1058)
+++ dists/trunk/live-helper/functions/chroot.sh	2007-04-13 23:02:11 UTC (rev 1059)
@@ -15,5 +15,5 @@
 
 	# Executing commands in chroot
 	Echo_debug "Executing: ${COMMANDS}"
-	chroot chroot /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/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}" DEBCONF_NOWARNINGS="${LH_DEBCONF_NOWARNINGS}" ${COMMANDS}
+	chroot chroot /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TERM="${TERM}" ftp_proxy="${LH_APT_FTPPROXY}" http_proxy="${LH_APT_HTTPPROXY}" DEBIAN_FRONTEND="${LH_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LH_DEBCONF_PRIORITY}" DEBCONF_NOWARNINGS="${LH_DEBCONF_NOWARNINGS}" ${COMMANDS}
 }




More information about the Debian-live-changes mailing list