diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:17 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:17 +0200 |
| commit | fdd30ecebff6c2f2f6965774d182d9210e6d46c4 (patch) | |
| tree | cd4a159a86207401dbd5990bc0fa3c28825ab6f8 /helpers/lh_binary | |
| parent | c026e68cd0694cc7564405f570f75855799b952a (diff) | |
| download | vyos-live-build-fdd30ecebff6c2f2f6965774d182d9210e6d46c4.tar.gz vyos-live-build-fdd30ecebff6c2f2f6965774d182d9210e6d46c4.zip | |
Adding live-helper 1.0~a22-1.
Diffstat (limited to 'helpers/lh_binary')
| -rwxr-xr-x | helpers/lh_binary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index c178309f2..4a1577dac 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -35,7 +35,7 @@ Set_defaults # Preparing root filesystem lh_binary_chroot ${*} -if [ "${LIVE_CHROOT_BUILD}" = "enabled" ] +if [ "${LH_CHROOT_BUILD}" = "enabled" ] then # Configuring chroot lh_chroot_proc install ${*} @@ -70,7 +70,7 @@ lh_binary_net ${*} lh_binary_tar ${*} lh_binary_usb-hdd ${*} -if [ "${LIVE_CHROOT_BUILD}" = "enabled" ] +if [ "${LH_CHROOT_BUILD}" = "enabled" ] then # Deconfiguring chroot rm -f .stage/chroot_sources |
