calamares: sync with current upstream configuration files
This commit is contained in:
parent
099455febd
commit
71a465cdd7
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
syntax: "YAML map of anything"
|
|
||||||
example:
|
|
||||||
whats_this: "module-specific configuration"
|
|
||||||
from_where: "dummypython.conf"
|
|
||||||
a_list:
|
|
||||||
- "item1"
|
|
||||||
- "item2"
|
|
||||||
- "item3"
|
|
||||||
- "item4"
|
|
||||||
a_list_of_maps:
|
|
||||||
- name: "an Item"
|
|
||||||
contents:
|
|
||||||
- "an element"
|
|
||||||
- "another element"
|
|
||||||
- name: "another item"
|
|
||||||
contents:
|
|
||||||
- "not much"
|
|
@ -14,7 +14,6 @@ extraMounts:
|
|||||||
mountPoint: /run
|
mountPoint: /run
|
||||||
|
|
||||||
extraMountsEfi:
|
extraMountsEfi:
|
||||||
- device: /sys/firmware/efi
|
- device: efivarfs
|
||||||
mountPoint: /sys/firmware/efi
|
fs: efivarfs
|
||||||
options: bind
|
mountPoint: /sys/firmware/efi/efivars
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
requiredStorage: 5.0
|
|
||||||
requiredRam: 0.5
|
|
||||||
check:
|
|
||||||
- storage
|
|
||||||
- ram
|
|
||||||
- power
|
|
||||||
# - internet
|
|
||||||
required:
|
|
||||||
# - storage
|
|
||||||
- ram
|
|
2
calamares/etc/calamares/modules/removeuser.conf
Normal file
2
calamares/etc/calamares/modules/removeuser.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
username: liveuser
|
@ -10,4 +10,5 @@ defaultGroups:
|
|||||||
- nopermfs
|
- nopermfs
|
||||||
- lpadmin
|
- lpadmin
|
||||||
autologinGroup: autologin
|
autologinGroup: autologin
|
||||||
sudoersGroup: wheel
|
sudoersGroup: sysadmin
|
||||||
|
setRootPassword: true
|
||||||
|
18
calamares/etc/calamares/modules/welcome.conf
Normal file
18
calamares/etc/calamares/modules/welcome.conf
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
showSupportUrl: true
|
||||||
|
showKnownIssuesUrl: true
|
||||||
|
showReleaseNotesUrl: true
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
requiredStorage: 5.0
|
||||||
|
requiredRam: 0.5
|
||||||
|
check:
|
||||||
|
- storage
|
||||||
|
- ram
|
||||||
|
- power
|
||||||
|
# - internet
|
||||||
|
- root
|
||||||
|
required:
|
||||||
|
# - storage
|
||||||
|
- ram
|
||||||
|
- root
|
Loading…
Reference in New Issue
Block a user