summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_preseed
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 18:08:09 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 18:19:47 +0100
commitfdc9250bca7bfce660758d77af2ffa971bc19ecb (patch)
tree81a0ce184d4791742031f6cbc53f30c80883ed68 /scripts/build/chroot_preseed
parent691305c11ea59ddf64faff5f778658914e7c6be7 (diff)
downloadvyos-live-build-fdc9250bca7bfce660758d77af2ffa971bc19ecb.tar.gz
vyos-live-build-fdc9250bca7bfce660758d77af2ffa971bc19ecb.zip
Changing package dependency checks within chroot to work outside as well.
Diffstat (limited to 'scripts/build/chroot_preseed')
-rwxr-xr-xscripts/build/chroot_preseed2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_preseed b/scripts/build/chroot_preseed
index 4ef772957..7fd43cdf9 100755
--- a/scripts/build/chroot_preseed
+++ b/scripts/build/chroot_preseed
@@ -43,7 +43,7 @@ if ls config/preseed/*.cfg > /dev/null 2>&1 || \
ls chroot/root/packages.chroot.cfg > /dev/null 2>&1
then
# Check dependency
- Check_package chroot/usr/bin/debconf-set-selections debconf
+ Check_package chroot /usr/bin/debconf-set-selections debconf
# Install dependency
Install_package