diff --git a/calamares/settings-beginner.conf b/calamares/settings-beginner.conf index 389c685..5d8c0e5 100644 --- a/calamares/settings-beginner.conf +++ b/calamares/settings-beginner.conf @@ -130,28 +130,38 @@ sequence: - partition # - zfs - mount - - unpackfs + - unpackfs@rootfs + - unpackfs@vmlinuz - machineid - fstab - locale - keyboard - localecfg -# - luksbootkeyfile -# - luksopenswaphookcfg + - luksbootkeyfile + - luksopenswaphookcfg + - shellprocess@before # - dracutlukscfg # - plymouthcfg # - zfshostid - initcpiocfg - initcpio - - users - - displaymanager + # - users + # - displaymanager - networkcfg - hwclock - - services-systemd + - packages@choice + - removeuser + - users + - displaymanager + - ucode + - grubcfg + # - services-systemd # - dracut - initramfs # - grubcfg - bootloader + - shellprocess@final + - preservefiles - umount - show: - finished @@ -168,7 +178,7 @@ sequence: # here, Calamares then takes care of finding it and loading the contents. # # YAML: string. -branding: default +branding: snigdhaos # If this is set to true, Calamares will show an "Are you sure?" prompt right # before each execution phase, i.e. at points of no return. If this is set to @@ -176,7 +186,7 @@ branding: default # this is not explicitly set. # # YAML: boolean. -prompt-install: false +prompt-install: true # If this is set to true, Calamares will execute all target environment # commands in the current environment, without chroot. This setting should