|
|
|
@ -22,39 +22,22 @@ prepare:
|
|
|
|
|
- welcome
|
|
|
|
|
- locale
|
|
|
|
|
- keyboard
|
|
|
|
|
- partition
|
|
|
|
|
- users
|
|
|
|
|
- summary
|
|
|
|
|
|
|
|
|
|
# Phase 2 - install.
|
|
|
|
|
# View modules are not shown. Only the view modules shown in the previous phase are
|
|
|
|
|
# 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
|
|
|
|
|
- machineid
|
|
|
|
|
- fstab
|
|
|
|
|
- locale
|
|
|
|
|
- keyboard
|
|
|
|
|
- localecfg
|
|
|
|
|
# Not required for Debian
|
|
|
|
|
#- initcpiocfg
|
|
|
|
|
#- initcpio
|
|
|
|
|
- keyboard
|
|
|
|
|
- users
|
|
|
|
|
- displaymanager
|
|
|
|
|
- networkcfg
|
|
|
|
|
- hwclock
|
|
|
|
|
- services
|
|
|
|
|
#- dracut
|
|
|
|
|
# Add initramfs module for Debian
|
|
|
|
|
- initramfs
|
|
|
|
|
- grubcfg
|
|
|
|
|
- bootloader
|
|
|
|
|
- umount
|
|
|
|
|
- packages
|
|
|
|
|
- removeuser
|
|
|
|
|
|
|
|
|
|
# Phase 3 - postinstall.
|
|
|
|
|
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
|
|
|
@ -76,3 +59,6 @@ branding: default
|
|
|
|
|
# install phase, i.e. at the point of no return. If it's false, no prompt is shown.
|
|
|
|
|
# Default is false.
|
|
|
|
|
prompt-install: false
|
|
|
|
|
|
|
|
|
|
dont-chroot: true
|
|
|
|
|
|
|
|
|
|