diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-01 05:24:46 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 09:38:02 +0000 |
commit | fc88358b29bc353b15879d611cc25fc74ae91442 (patch) | |
tree | d95d420e245bb98bc0e3441a4f5fafa24ec6b6a8 | |
parent | 8c0e802d139a6c4e79566e019d3ebe38b8a4a6f5 (diff) | |
download | vyos-live-build-fc88358b29bc353b15879d611cc25fc74ae91442.tar.gz vyos-live-build-fc88358b29bc353b15879d611cc25fc74ae91442.zip |
binary: remove useless execution of `lb chroot_debianchroot remove`
it was not run in install mode so should not be run in remove mode.
(whether it should in fact be run in install mode is another question; as
is whether chroot_tmpfs should be being used)
Gbp-Dch: Short
-rwxr-xr-x | scripts/build/binary | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/binary b/scripts/build/binary index bcef3f058..ac24a4f4a 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -94,7 +94,6 @@ then lb chroot_hosts remove "${@}" lb chroot_sysv-rc remove "${@}" lb chroot_dpkg remove "${@}" - lb chroot_debianchroot remove "${@}" fi lb chroot_sysfs remove "${@}" |