diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-22 20:34:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-22 20:34:14 +0200 |
commit | 46de5bb96c18eb65167f095aa6e23518b8bed8be (patch) | |
tree | e3c1261cc4b4d8dd13ee61035d6c3cbdabc1cc0a /scripts/build/config | |
parent | bd5f6bc104b5a875a417c6b90c8c9755b356d594 (diff) | |
download | vyos-live-build-46de5bb96c18eb65167f095aa6e23518b8bed8be.tar.gz vyos-live-build-46de5bb96c18eb65167f095aa6e23518b8bed8be.zip |
Removing support for local grub/grub2 splash image and config manipulations, custom templates should be used instead.
Rather than doing all the heavy lifting in live-build that nobody really
uses and which is quite inflexible, users should (in line with the syslinux
handling) either stick with the default grub configurations, or, supply
a custom one to live-build, rather than partial/single files only.
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index 357c3049b..b86d172d6 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1282,7 +1282,6 @@ EOF # Creating lb_binary_* configuration mkdir -p config/debian-installer -mkdir -p config/binary_grub mkdir -p config/includes.binary mkdir -p config/includes.binary_debian-installer mkdir -p config/packages.binary |