diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-28 09:53:58 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-28 10:11:50 +0200 |
commit | 432402e32ba6118886034150a41c9795e63bbb25 (patch) | |
tree | 1fc83bc910b77d228ab0aa6f4fbde09a5ad27c21 /scripts/build/lb_chroot | |
parent | fbc5aa82917d6fddc57a1fbedbb0892c89c210b8 (diff) | |
download | vyos-live-build-432402e32ba6118886034150a41c9795e63bbb25.tar.gz vyos-live-build-432402e32ba6118886034150a41c9795e63bbb25.zip |
Renaming and reworking previous chroot_local-preseed into chroot_preseed, now looking for config/preseed/*.preseed{,.chroot} files.
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 072cc9885..8f28c84e5 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -53,7 +53,7 @@ lb chroot_archives chroot install ${*} # Customizing chroot lb chroot_linux-image ${*} -lb chroot_local-preseed ${*} +lb chroot_preseed ${*} for _PASS in install live do |