diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-14 15:40:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-14 15:40:16 +0000 |
commit | 340366c631bd2bdf07ea5a18c7a2cfa369b8a4f2 (patch) | |
tree | 1781bb2fe707c049774885b54f7cc18fd1637103 /app-misc/calamares-config-kogaion/files/settings.conf | |
parent | ae23b16c0f6fce1ab79044dc7d7096b098ab244c (diff) |
fix liveuser removal, drop unused calamares stages
Diffstat (limited to 'app-misc/calamares-config-kogaion/files/settings.conf')
-rw-r--r-- | app-misc/calamares-config-kogaion/files/settings.conf | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app-misc/calamares-config-kogaion/files/settings.conf b/app-misc/calamares-config-kogaion/files/settings.conf index 41085536..ae2eb9e3 100644 --- a/app-misc/calamares-config-kogaion/files/settings.conf +++ b/app-misc/calamares-config-kogaion/files/settings.conf @@ -28,8 +28,6 @@ prepare: # allowed, their names should be added here as placeholders to specify the order in # which view module jobs should be enqueued. Job modules are also allowed. install: -#- dummyprocess -#- dummypython - partition - mount - unpackfs @@ -38,16 +36,12 @@ install: - locale - keyboard - localecfg -#- initcpiocfg -#- initcpio - users +- removeuser #- displaymanager -- networkcfg - hwclock - dracut -#- initramfs - packages -- grubcfg - bootloader - umount @@ -70,4 +64,4 @@ branding: kogaion_branding # If this is set to true, Calamares will show an "are you sure?" prompt right before the # install phase, i.e. at the point of no return. If it's false, no prompt is shown. # Default is false. -prompt-install: false +prompt-install: true |