diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-05 14:06:12 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:37 +0100 |
commit | d703d361fc6b707934ac521516999d31c92e6bc7 (patch) | |
tree | 4f2b6ae006cf22bd16ed79118aa287252283faa1 /scripts/build/lb_chroot_hacks | |
parent | ed422781550e0e1272605b3ba46157d46cac8573 (diff) | |
download | vyos-live-build-d703d361fc6b707934ac521516999d31c92e6bc7.tar.gz vyos-live-build-d703d361fc6b707934ac521516999d31c92e6bc7.zip |
Passing chroot directory explicitly to Apt() in preparation for multi-arch.
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index 2b7c1d68a..d5a7d7fbc 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -138,7 +138,7 @@ case "${LB_BINARY_IMAGES}" in net) if [ ! -f chroot/usr/bin/smbmount ] then - Apt install smbfs + Apt chroot install smbfs fi if [ ! -d chroot/etc/initramfs-tools ] |