defaults: enable d-i GUI for all
This commit is contained in:
parent
c534ff52a4
commit
29d9c23cd2
|
@ -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}" ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue