|
|
|
@ -24,6 +24,8 @@ prepare:
|
|
|
|
|
- keyboard
|
|
|
|
|
- users
|
|
|
|
|
- webview
|
|
|
|
|
# Very very specific to the ODROID and created by the ODROID image scripts
|
|
|
|
|
- interactiveterminal
|
|
|
|
|
|
|
|
|
|
# Phase 2 - install.
|
|
|
|
|
# View modules are not shown. Only the view modules shown in the previous phase are
|
|
|
|
@ -41,8 +43,6 @@ install:
|
|
|
|
|
#- packages
|
|
|
|
|
#- removeuser
|
|
|
|
|
|
|
|
|
|
# Very very specific to the ODROID and created by the ODROID image scripts
|
|
|
|
|
- interactiveterminal
|
|
|
|
|
|
|
|
|
|
# Phase 3 - postinstall.
|
|
|
|
|
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
|
|
|
@ -58,7 +58,7 @@ postinstall:
|
|
|
|
|
# as paths relative to the current directory.
|
|
|
|
|
# Only the name of the branding component (directory) should be specified here, Calamares
|
|
|
|
|
# then takes care of finding it and loading the contents.
|
|
|
|
|
branding: default
|
|
|
|
|
branding: netrunner-debian
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|