|
|
|
@ -19,6 +19,7 @@ prepare:
|
|
|
|
- locale
|
|
|
|
- locale
|
|
|
|
- keyboard
|
|
|
|
- keyboard
|
|
|
|
- partition
|
|
|
|
- partition
|
|
|
|
|
|
|
|
- users
|
|
|
|
- summary
|
|
|
|
- summary
|
|
|
|
|
|
|
|
|
|
|
|
# Phase 2 - install.
|
|
|
|
# Phase 2 - install.
|
|
|
|
@ -26,15 +27,15 @@ prepare:
|
|
|
|
# allowed, their names should be added here as placeholders to specify the order in
|
|
|
|
# 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.
|
|
|
|
# which view module jobs should be enqueued. Job modules are also allowed.
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- dummyprocess
|
|
|
|
#- dummyprocess
|
|
|
|
- dummypython
|
|
|
|
#- dummypython
|
|
|
|
- partition
|
|
|
|
- partition
|
|
|
|
- mount
|
|
|
|
- mount
|
|
|
|
#- unsquashfs
|
|
|
|
- unsquashfs
|
|
|
|
- fstab
|
|
|
|
- fstab
|
|
|
|
- locale
|
|
|
|
- locale
|
|
|
|
- keyboard
|
|
|
|
- keyboard
|
|
|
|
#- users
|
|
|
|
- users
|
|
|
|
- umount
|
|
|
|
- umount
|
|
|
|
|
|
|
|
|
|
|
|
# Phase 3 - postinstall.
|
|
|
|
# Phase 3 - postinstall.
|
|
|
|
|