summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh3
-rw-r--r--manpages/en/lb_config.14
-rwxr-xr-xscripts/build/config7
3 files changed, 1 insertions, 13 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)
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 37b9a4846..f7309edb4 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -110,8 +110,6 @@
.br
[\fB\-\-force\fR]
.br
- [\fB\-\-grub\-splash\fR \fIFILE\fR]
-.br
[\fB\-\-gzip\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
.br
[\fB\-\-hdd\-label\fR \fILABEL\fR]
@@ -353,8 +351,6 @@ includes firmware packages in debian-installer. Defaults to true.
includes firmware packages in the live image. Defaults to true. Beware that some firmware packages are non-free and will only be included if the non-free archive area is included in \-\-archive\-areas (and \-\-parent\-archive\-areas). This is particularly relevant if you want working wifi for instance.
.IP "\fB\-\-force\fR" 4
forces re\-execution of already run stages. Use only if you know what you are doing. It is generally safer to use \fBlb clean\fR to clean up before re\-executing \fBlb build\fR.
-.IP "\fB\-\-grub\-splash\fR \fIFILE\fR" 4
-defines the name of an optional to be included splash screen graphic for the grub bootloader.
.IP "\fB\-\-gzip\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
defines the default options that will be appended to (almost) every gzip call during the building of the image. By default, this is set to \-\-best to use highest (but slowest) compression. Dynamically, if the host system supports it, also \-\-rsyncable is added.
.IP "\fB\-\-hdd\-label\fR \fILABEL\fR" 4
diff --git a/scripts/build/config b/scripts/build/config
index a7b82d35f..b14139176 100755
--- a/scripts/build/config
+++ b/scripts/build/config
@@ -68,7 +68,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--firmware-binary true|false]\n\
\t [--firmware-chroot true|false]\n\
\t [--force]\n\
-\t [--grub-splash FILE]\n\
\t [--gzip-options OPTION|\"OPTIONS\"]\n\
\t [--hdd-label LABEL]\n\
\t [--hdd-partition-start START]\n\
@@ -596,7 +595,7 @@ Local_arguments ()
;;
--grub-splash)
- LB_GRUB_SPLASH="${2}"
+ Echo_warning "--grub-splash is an obsolete option"
shift 2
;;
@@ -1288,10 +1287,6 @@ LB_DEBIAN_INSTALLER_PRESEEDFILE="${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
# (Default: ${LB_DEBIAN_INSTALLER_GUI})
LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI}"
-# \$LB_GRUB_SPLASH: set custom grub splash
-# (Default: empty)
-LB_GRUB_SPLASH="${LB_GRUB_SPLASH}"
-
# \$LB_HDD_LABEL: set hdd label
# (Default: ${LB_HDD_LABEL})
LB_HDD_LABEL="${LB_HDD_LABEL}"