diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-30 00:47:20 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-20 10:02:52 +0000 |
commit | 4fa83598a3d9ec1d27289c6ebbbf465e6d76b320 (patch) | |
tree | 0b8d5448c7671836ce9a76e85805d711f1361f85 /functions | |
parent | 01a6de2f4c48e913af68e6d49ad92f4e55de7b04 (diff) | |
download | vyos-live-build-4fa83598a3d9ec1d27289c6ebbbf465e6d76b320.tar.gz vyos-live-build-4fa83598a3d9ec1d27289c6ebbbf465e6d76b320.zip |
grub: remove old and unused splash code
The LB_GRUB_SPLASH variable is populated by the --grub-splash param
but is not actually used for anything.
Gbp-Dch: Short
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 5c9900e0f..ee46c60f7 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -644,9 +644,6 @@ Set_config_defaults () LB_BOOTAPPEND_INSTALL="$(echo ${LB_BOOTAPPEND_INSTALL} | sed -e 's/[ \t]*$//')" - # Setting grub splash - # LB_GRUB_SPLASH - # Setting iso author case "${LB_MODE}" in debian) |