mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 11:25:48 -05:00
- set PYTHONPATH inside the AppImage so libcalamares is found - add Python module to the sample configuration - relax password requirements (while we're at it)
36 lines
664 B
Text
36 lines
664 B
Text
# Configuration file for Calamares
|
|
# Syntax is YAML 1.2
|
|
---
|
|
modules-search: [ usr/lib/calamares/modules ]
|
|
|
|
# YAML: list of maps of string:string key-value pairs.
|
|
#instances:
|
|
#- id: owncloud
|
|
# module: webview
|
|
# config: owncloud.conf
|
|
|
|
# Sequence section. This section describes the sequence of modules, both
|
|
# viewmodules and jobmodules, as they should appear and/or run.
|
|
sequence:
|
|
- show:
|
|
- welcome
|
|
- locale
|
|
- keyboard
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- dummypython
|
|
- locale
|
|
- keyboard
|
|
- users
|
|
- displaymanager
|
|
- networkcfg
|
|
- show:
|
|
- finished
|
|
|
|
branding: default
|
|
|
|
prompt-install: false
|
|
# OEM mode
|
|
dont-chroot: true
|
|
disable-cancel: false
|