summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-kogaion/files/settings.conf
diff options
context:
space:
mode:
authorMamut Ghiunhan <V3n3RiX@users.noreply.github.com>2015-06-13 05:31:17 +0100
committerMamut Ghiunhan <V3n3RiX@users.noreply.github.com>2015-06-13 05:31:17 +0100
commit64d5c692716aed7e736ce03e1237984891d35b7b (patch)
tree6b96ac69eacb80a6ee9bc328080966d43cbfa17c /app-misc/calamares-config-kogaion/files/settings.conf
parent997964d290fb02120990d0dbe7e1d209f0b217a1 (diff)
parent45aeceadcc1aeda1a3bc0a746b3509b9caa41c88 (diff)
Merge pull request #43 from V3n3RiX/master
prevent genkernel from installing firmware files...please read the comment before merging @StefanCristian
Diffstat (limited to 'app-misc/calamares-config-kogaion/files/settings.conf')
-rw-r--r--app-misc/calamares-config-kogaion/files/settings.conf73
1 files changed, 73 insertions, 0 deletions
diff --git a/app-misc/calamares-config-kogaion/files/settings.conf b/app-misc/calamares-config-kogaion/files/settings.conf
new file mode 100644
index 00000000..94ef7951
--- /dev/null
+++ b/app-misc/calamares-config-kogaion/files/settings.conf
@@ -0,0 +1,73 @@
+# Configuration file for Calamares
+# Syntax is YAML 1.2
+---
+# Modules can be job modules (with different interfaces) and QtWidgets view modules.
+# They could all be placed in a number of different paths.
+# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
+modules-search: [ local ]
+
+# We define the module names in the order they should show up (QtWidget view modules,
+# with one or more pages) OR be executed if enqueued (all other modules).
+# Pages can also enqueue jobs for delayed execution in the order specified for the
+# install phase.
+
+# Phase 1 - prepare.
+# View modules are shown as UI pages, jobs from job modules are executed immediately in
+# the background.
+# Jobs should be executed sparingly (if at all) in this phase.
+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
+#- initcpiocfg
+#- initcpio
+- users
+- displaymanager
+- networkcfg
+- hwclock
+- services
+#- dracut
+#- initramfs
+- grubcfg
+- bootloader
+- umount
+
+# Phase 3 - postinstall.
+# View modules are shown as UI pages, jobs from job modules are executed immediately in
+# the background.
+# Jobs should be executed sparingly (if at all) in this phase.
+postinstall:
+- finished
+
+
+# A branding component is a directory, either in SHARE/calamares/branding or in
+# /etc/calamares/branding (the latter takes precedence). The directory must contain a
+# YAML file branding.desc which may reference additional resources (such as images) 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: 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