diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-15 20:48:53 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-15 20:48:56 +0200 |
commit | 2cf5daeaefe9d089fb4ac047ca0e7eee34c68477 (patch) | |
tree | f11448a784b710fd60998f04322826aa54467e9d /scripts/build/lb_binary_rootfs | |
parent | a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3 (diff) | |
download | vyos-live-build-2cf5daeaefe9d089fb4ac047ca0e7eee34c68477.tar.gz vyos-live-build-2cf5daeaefe9d089fb4ac047ca0e7eee34c68477.zip |
Renaming chroot_sources script to chroot_archives for consistency with debian-policy terminology.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 754a7c25f..663f21212 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -145,7 +145,7 @@ case "${LB_CHROOT_FILESYSTEM}" in rm -f .lock mv chroot/chroot chroot.tmp - lb chroot_sources remove ${*} + lb chroot_archives remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} @@ -174,7 +174,7 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} - lb chroot_sources install ${*} + lb chroot_archives install ${*} touch .lock else @@ -235,7 +235,7 @@ case "${LB_CHROOT_FILESYSTEM}" in rm -f .lock mv chroot/chroot chroot.tmp - lb chroot_sources remove ${*} + lb chroot_archives remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} @@ -264,7 +264,7 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} - lb chroot_sources install ${*} + lb chroot_archives install ${*} touch .lock else @@ -380,7 +380,7 @@ case "${LB_CHROOT_FILESYSTEM}" in rm -f .lock mv chroot/chroot chroot.tmp - lb chroot_sources remove ${*} + lb chroot_archives remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} @@ -409,7 +409,7 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} - lb chroot_sources install ${*} + lb chroot_archives install ${*} touch .lock else |