diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-22 19:14:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-22 19:14:01 +0200 |
commit | ff115e5a88070269330529ac6d58fe949d12bf26 (patch) | |
tree | 91383803f40623c39560dbb9c2d6b499b5986b78 /scripts | |
parent | a35277259c158798ad5b5268f1cffbca14293f22 (diff) | |
download | vyos-live-build-ff115e5a88070269330529ac6d58fe949d12bf26.tar.gz vyos-live-build-ff115e5a88070269330529ac6d58fe949d12bf26.zip |
Removing some left-overs from bootstrap-copy removal in lb config.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/config | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/build/config b/scripts/build/config index 2b30f7ace..326093795 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1472,20 +1472,6 @@ mkdir -p auto mkdir -p local/functions mkdir -p local/scripts -if [ "${CONFIG}" = "clone" ] # FIXME -then - # Read package selection - echo $(dpkg --get-selections | awk '{ print $1 }') > config/package-lists/local.list.chroot - - # Read debconf questions - if [ ! -f /usr/bin/debconf-get-selections ] - then - Echo_warning "Please install 'debconf-utils' in order to use this feature." - else - debconf-get-selections | grep -v deinstall | cut -f1 > config/preseed/local.preseed.chroot - fi -fi - # Checking defaults again Check_defaults |