build(calamares): update calamares configuration and enable networkmanager on live
This commit is contained in:
@@ -1,21 +1,45 @@
|
||||
---
|
||||
componentName: fws
|
||||
# ============================================================
|
||||
# FWS — Calamares settings
|
||||
# ============================================================
|
||||
|
||||
strings:
|
||||
productName: FWS
|
||||
shortProductName: FWS
|
||||
version: 2026.03
|
||||
versionedName: FWS 2026.03
|
||||
bootloaderEntryName: FWS
|
||||
productUrl: https://github.com/ton-repo/fws
|
||||
supportUrl: https://github.com/ton-repo/fws/issues
|
||||
knownIssuesUrl: https://github.com/ton-repo/fws/issues
|
||||
releaseNotesUrl: https://github.com/ton-repo/fws
|
||||
modules-search: [ local, /usr/lib/calamares/modules ]
|
||||
|
||||
images:
|
||||
productLogo: logo.png
|
||||
productIcon: logo.png
|
||||
productWelcome: logo.png
|
||||
sequence:
|
||||
- show:
|
||||
- welcome
|
||||
- locale
|
||||
- keyboard
|
||||
- partition
|
||||
- users
|
||||
- summary
|
||||
- exec:
|
||||
- partition
|
||||
- mount
|
||||
- unpackfs
|
||||
- machineid
|
||||
- fstab
|
||||
- locale
|
||||
- keyboard
|
||||
- localecfg
|
||||
- users
|
||||
- hostname
|
||||
- hwclock
|
||||
- networkcfg
|
||||
- initcpiocfg
|
||||
- initcpio
|
||||
- grubcfg
|
||||
- bootloader
|
||||
- packages
|
||||
- services-systemd
|
||||
- umount
|
||||
- show:
|
||||
- finished
|
||||
|
||||
slideshow: show.qml
|
||||
slideshowAPI: 2
|
||||
branding: fws
|
||||
|
||||
prompt-install: true
|
||||
dont-chroot: false
|
||||
oem-setup: false
|
||||
disable-cancel: false
|
||||
disable-cancel-during-exec: false
|
||||
|
||||
Reference in New Issue
Block a user