Updated calamares configuration for version 1.1.2
This commit is contained in:
parent
06725dcb83
commit
e38ddc084c
@ -9,9 +9,19 @@ strings:
|
|||||||
versionedName: openmamba GNU/Linux milestone3 3.0
|
versionedName: openmamba GNU/Linux milestone3 3.0
|
||||||
shortVersionedName: openmamba 3.0
|
shortVersionedName: openmamba 3.0
|
||||||
bootloaderEntryName: openmamba
|
bootloaderEntryName: openmamba
|
||||||
|
productUrl: http://openmamba.org/
|
||||||
|
supportUrl: http://forum.openmamba.org/
|
||||||
|
knownIssuesUrl: http://bugs.openmamba.org/
|
||||||
|
releaseNotesUrl: http://openmamba.org/news/
|
||||||
|
|
||||||
images:
|
images:
|
||||||
productLogo: "openmamba.png"
|
productLogo: "openmamba.png"
|
||||||
productIcon: "openmamba.png"
|
productIcon: "openmamba.png"
|
||||||
|
productWelcome: "welcome.png"
|
||||||
|
|
||||||
slideshow: "show.qml"
|
slideshow: "show.qml"
|
||||||
|
|
||||||
|
style:
|
||||||
|
sidebarBackground: "#CCE0C8"
|
||||||
|
sidebarText: "#FFFFFF"
|
||||||
|
sidebarTextSelect: "#292F34"
|
||||||
|
BIN
calamares/etc/calamares/branding/openmamba/welcome.png
Normal file
BIN
calamares/etc/calamares/branding/openmamba/welcome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
@ -3,23 +3,25 @@
|
|||||||
---
|
---
|
||||||
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
|
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
|
||||||
# They could all be placed in a number of different paths.
|
# They could all be placed in a number of different paths.
|
||||||
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
# "modules-search" is a list of strings, each of these can either be a full path to a
|
||||||
modules-search: [ local, /path/to/dir/with/more/modules ]
|
# directory or the keyword "local".
|
||||||
|
# "local" means LIBDIR/calamares/modules with settings in SHARE/calamares/modules or
|
||||||
|
# /etc/calamares/modules.
|
||||||
|
modules-search: [ local ]
|
||||||
|
|
||||||
# We define the module names in the order they should show up (QtWidget view modules,
|
# 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).
|
# 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
|
# Pages can also enqueue jobs for delayed execution in the order specified for the
|
||||||
# install phase.
|
# install phase, so a viewmodule name can appear in more than one phase.
|
||||||
|
|
||||||
# Phase 1 - prepare.
|
# Phase 1 - prepare.
|
||||||
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
||||||
# the background.
|
# the background.
|
||||||
# Jobs should be executed sparingly (if at all) in this phase.
|
# Jobs should be executed sparingly (if at all) in this phase.
|
||||||
prepare:
|
prepare:
|
||||||
- greeting
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- prepare
|
|
||||||
- partition
|
- partition
|
||||||
- users
|
- users
|
||||||
- summary
|
- summary
|
||||||
@ -70,3 +72,8 @@ postinstall:
|
|||||||
# Only the name of the branding component (directory) should be specified here, Calamares
|
# Only the name of the branding component (directory) should be specified here, Calamares
|
||||||
# then takes care of finding it and loading the contents.
|
# then takes care of finding it and loading the contents.
|
||||||
branding: openmamba
|
branding: openmamba
|
||||||
|
|
||||||
|
# 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: true
|
||||||
|
Loading…
Reference in New Issue
Block a user