summaryrefslogtreecommitdiff
path: root/scripts/build/binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 15:14:29 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:19 +0100
commit4b84f354bf0c2bce283bf3162356338a9efa4d99 (patch)
tree70551ec81b9575b995139832a7e75db0704c0eb0 /scripts/build/binary_rootfs
parente70ad72254ea809cd7eedbc9bd839c33d6a6ac3f (diff)
downloadlive-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.zip
live-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.tar.gz
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-xscripts/build/binary_rootfs168
1 files changed, 84 insertions, 84 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs
index 750bc73..7b44be5 100755
--- a/scripts/build/binary_rootfs
+++ b/scripts/build/binary_rootfs
@@ -123,38 +123,38 @@ case "${LH_CHROOT_FILESYSTEM}" in
rm -f .lock
mv chroot/chroot chroot.tmp
- lh chroot_linux-image remove ${*}
- lh chroot_sources remove ${*}
- lh chroot_apt remove ${*}
- lh chroot_hostname remove ${*}
- lh chroot_resolv remove ${*}
- lh chroot_hosts remove ${*}
- lh chroot_sysv-rc remove ${*}
- lh chroot_upstart remove ${*}
- lh chroot_dpkg remove ${*}
- lh chroot_debianchroot remove ${*}
- lh chroot_sysfs remove ${*}
- lh chroot_selinuxfs remove ${*}
- lh chroot_proc remove ${*}
- lh chroot_devpts remove ${*}
+ lb chroot_linux-image remove ${*}
+ lb chroot_sources remove ${*}
+ lb chroot_apt remove ${*}
+ lb chroot_hostname remove ${*}
+ lb chroot_resolv remove ${*}
+ lb chroot_hosts remove ${*}
+ lb chroot_sysv-rc remove ${*}
+ lb chroot_upstart remove ${*}
+ lb chroot_dpkg remove ${*}
+ lb chroot_debianchroot remove ${*}
+ lb chroot_sysfs remove ${*}
+ lb chroot_selinuxfs remove ${*}
+ lb chroot_proc remove ${*}
+ lb chroot_devpts remove ${*}
rm -rf chroot
mv chroot.tmp chroot
- lh chroot_devpts install ${*}
- lh chroot_proc install ${*}
- lh chroot_selinuxfs install ${*}
- lh chroot_sysfs install ${*}
- lh chroot_debianchroot install ${*}
- lh chroot_dpkg install ${*}
- lh chroot_sysv-rc install ${*}
- lh chroot_upstart install ${*}
- lh chroot_hosts install ${*}
- lh chroot_resolv install ${*}
- lh chroot_hostname install ${*}
- lh chroot_apt install ${*}
- lh chroot_sources install ${*}
- lh chroot_linux-image install ${*}
+ lb chroot_devpts install ${*}
+ lb chroot_proc install ${*}
+ lb chroot_selinuxfs install ${*}
+ lb chroot_sysfs install ${*}
+ lb chroot_debianchroot install ${*}
+ lb chroot_dpkg install ${*}
+ lb chroot_sysv-rc install ${*}
+ lb chroot_upstart install ${*}
+ lb chroot_hosts install ${*}
+ lb chroot_resolv install ${*}
+ lb chroot_hostname install ${*}
+ lb chroot_apt install ${*}
+ lb chroot_sources install ${*}
+ lb chroot_linux-image install ${*}
touch .lock
else
@@ -207,38 +207,38 @@ case "${LH_CHROOT_FILESYSTEM}" in
rm -f .lock
mv chroot/chroot chroot.tmp
- lh chroot_linux-image remove ${*}
- lh chroot_sources remove ${*}
- lh chroot_apt remove ${*}
- lh chroot_hostname remove ${*}
- lh chroot_resolv remove ${*}
- lh chroot_hosts remove ${*}
- lh chroot_sysv-rc remove ${*}
- lh chroot_upstart remove ${*}
- lh chroot_dpkg remove ${*}
- lh chroot_debianchroot remove ${*}
- lh chroot_sysfs remove ${*}
- lh chroot_selinuxfs remove ${*}
- lh chroot_proc remove ${*}
- lh chroot_devpts remove ${*}
+ lb chroot_linux-image remove ${*}
+ lb chroot_sources remove ${*}
+ lb chroot_apt remove ${*}
+ lb chroot_hostname remove ${*}
+ lb chroot_resolv remove ${*}
+ lb chroot_hosts remove ${*}
+ lb chroot_sysv-rc remove ${*}
+ lb chroot_upstart remove ${*}
+ lb chroot_dpkg remove ${*}
+ lb chroot_debianchroot remove ${*}
+ lb chroot_sysfs remove ${*}
+ lb chroot_selinuxfs remove ${*}
+ lb chroot_proc remove ${*}
+ lb chroot_devpts remove ${*}
rm -rf chroot
mv chroot.tmp chroot
- lh chroot_devpts install ${*}
- lh chroot_proc install ${*}
- lh chroot_selinuxfs install ${*}
- lh chroot_sysfs install ${*}
- lh chroot_debianchroot install ${*}
- lh chroot_dpkg install ${*}
- lh chroot_sysv-rc install ${*}
- lh chroot_upstart install ${*}
- lh chroot_hosts install ${*}
- lh chroot_resolv install ${*}
- lh chroot_hostname install ${*}
- lh chroot_apt install ${*}
- lh chroot_sources install ${*}
- lh chroot_linux-image install ${*}
+ lb chroot_devpts install ${*}
+ lb chroot_proc install ${*}
+ lb chroot_selinuxfs install ${*}
+ lb chroot_sysfs install ${*}
+ lb chroot_debianchroot install ${*}
+ lb chroot_dpkg install ${*}
+ lb chroot_sysv-rc install ${*}
+ lb chroot_upstart install ${*}
+ lb chroot_hosts install ${*}
+ lb chroot_resolv install ${*}
+ lb chroot_hostname install ${*}
+ lb chroot_apt install ${*}
+ lb chroot_sources install ${*}
+ lb chroot_linux-image install ${*}
touch .lock
else
@@ -330,38 +330,38 @@ case "${LH_CHROOT_FILESYSTEM}" in
rm -f .lock
mv chroot/chroot chroot.tmp
- lh chroot_linux-image remove ${*}
- lh chroot_sources remove ${*}
- lh chroot_apt remove ${*}
- lh chroot_hostname remove ${*}
- lh chroot_resolv remove ${*}
- lh chroot_hosts remove ${*}
- lh chroot_sysv-rc remove ${*}
- lh chroot_upstart remove ${*}
- lh chroot_dpkg remove ${*}
- lh chroot_debianchroot remove ${*}
- lh chroot_sysfs remove ${*}
- lh chroot_selinuxfs remove ${*}
- lh chroot_proc remove ${*}
- lh chroot_devpts remove ${*}
+ lb chroot_linux-image remove ${*}
+ lb chroot_sources remove ${*}
+ lb chroot_apt remove ${*}
+ lb chroot_hostname remove ${*}
+ lb chroot_resolv remove ${*}
+ lb chroot_hosts remove ${*}
+ lb chroot_sysv-rc remove ${*}
+ lb chroot_upstart remove ${*}
+ lb chroot_dpkg remove ${*}
+ lb chroot_debianchroot remove ${*}
+ lb chroot_sysfs remove ${*}
+ lb chroot_selinuxfs remove ${*}
+ lb chroot_proc remove ${*}
+ lb chroot_devpts remove ${*}
rm -rf chroot
mv chroot.tmp chroot
- lh chroot_devpts install ${*}
- lh chroot_proc install ${*}
- lh chroot_selinuxfs install ${*}
- lh chroot_sysfs install ${*}
- lh chroot_debianchroot install ${*}
- lh chroot_dpkg install ${*}
- lh chroot_sysv-rc install ${*}
- lh chroot_upstart install ${*}
- lh chroot_hosts install ${*}
- lh chroot_resolv install ${*}
- lh chroot_hostname install ${*}
- lh chroot_apt install ${*}
- lh chroot_sources install ${*}
- lh chroot_linux-image install ${*}
+ lb chroot_devpts install ${*}
+ lb chroot_proc install ${*}
+ lb chroot_selinuxfs install ${*}
+ lb chroot_sysfs install ${*}
+ lb chroot_debianchroot install ${*}
+ lb chroot_dpkg install ${*}
+ lb chroot_sysv-rc install ${*}
+ lb chroot_upstart install ${*}
+ lb chroot_hosts install ${*}
+ lb chroot_resolv install ${*}
+ lb chroot_hostname install ${*}
+ lb chroot_apt install ${*}
+ lb chroot_sources install ${*}
+ lb chroot_linux-image install ${*}
touch .lock
else