diff --git a/functions/defaults.sh b/functions/defaults.sh index 391f65474..cd28abdbd 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -406,15 +406,7 @@ Set_config_defaults () LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_DISTRIBUTION}}" # Setting debian-installer-gui - case "${LB_MODE}" in - debian) - LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-true}" - ;; - - *) - LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-false}" - ;; - esac + LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-true}" # Setting debian-installer preseed filename if [ -z "${LB_DEBIAN_INSTALLER_PRESEEDFILE}" ] diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 95e28b606..c470c9445 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -328,7 +328,7 @@ defines which type, if any, of the debian\-installer should be included in the r .IP "\fB\-\-debian\-installer\-distribution\fR daily|\fICODENAME\fR" 4 defines the distribution where the debian\-installer files should be taken out from. Normally, this should be set to the same distribution as the live system. However, sometimes, one wants to use a newer or even daily built installer. .IP "\fB\-\-debian\-installer\-gui\fR true|false" 4 -defines whether the graphical version of the debian\-installer should be provided alongside the text based one. In Debian mode this option is true, whereas otherwise false, by default. +defines whether the graphical version of the debian\-installer should be provided alongside the text based one. This defaults to true. .IP "\fB\-\-debian\-installer\-preseedfile\fR \fIFILE\fR|\fIURL\fR" 4 sets the filename or URL for an optionally used and included preseeding file for debian\-installer. If config/binary_debian\-installer/preseed.cfg exists, it will be used by default. .IP "\fB\-\-debootstrap\-options\fR \fIOPTIONS\fR" 4