diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-22 20:30:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-22 20:30:41 +0200 |
commit | bd5f6bc104b5a875a417c6b90c8c9755b356d594 (patch) | |
tree | 51f27b37cb86ca969619bd074594dfa81a632436 /functions | |
parent | fe3333bcb6b6ae661b66bf817d1b48168a424a34 (diff) | |
download | vyos-live-build-bd5f6bc104b5a875a417c6b90c8c9755b356d594.tar.gz vyos-live-build-bd5f6bc104b5a875a417c6b90c8c9755b356d594.zip |
Renaming config/binary_debian-installer to simply config/debian-installer.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index e430fa61d..e7151b6c5 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -954,14 +954,14 @@ Set_defaults () # Setting debian-installer preseed filename if [ -z "${LB_DEBIAN_INSTALLER_PRESEEDFILE}" ] then - if Find_files config/binary_debian-installer/preseed.cfg + if Find_files config/debian-installer/preseed.cfg then LB_DEBIAN_INSTALLER_PRESEEDFILE="/preseed.cfg" fi - if Find_files config/binary_debian-installer/*.cfg && [ ! -e config/binary_debian-installer/preseed.cfg ] + if Find_files config/debian-installer/*.cfg && [ ! -e config/debian-installer/preseed.cfg ] then - Echo_warning "You have placed some preseeding files into config/binary_debian-installer but you didn't specify the default preseeding file through LB_DEBIAN_INSTALLER_PRESEEDFILE. This means that debian-installer will not take up a preseeding file by default." + Echo_warning "You have placed some preseeding files into config/debian-installer but you didn't specify the default preseeding file through LB_DEBIAN_INSTALLER_PRESEEDFILE. This means that debian-installer will not take up a preseeding file by default." fi fi |