This commit is contained in:
teldra 2022-02-09 02:06:41 +01:00
parent de4efc2249
commit 87721e9e24
1 changed files with 17 additions and 3 deletions

20
main.sh
View File

@ -215,6 +215,12 @@ profile() {
fi fi
} }
printing() {
if yesno "Enable printing?" n; then
readin printing
fi
}
lang() { lang() {
header "Language" header "Language"
multiplechoice "de" "en" multiplechoice "de" "en"
@ -330,20 +336,28 @@ ready() {
echo "" echo ""
} }
bootloader() {
readin bootloader
}
network() {
readin network
}
target_phy_disk target_phy_disk
target_phy_id target_phy_id
use_efi use_efi
encryption_style encryption_style
hibernation hibernation
readin bootloader bootloader
user user
lang lang
lang_key lang_key
hostname hostname
base base
profile profile
readin network network
readin printing printing
header "Do installation" header "Do installation"
if ! yesno "Do you really wanna install?" n; then if ! yesno "Do you really wanna install?" n; then