Added Packagechooserq
This commit is contained in:
parent
2859001bf5
commit
55933f2aa7
3 changed files with 44 additions and 0 deletions
36
etc/calamares/modules/packagechooserq.conf
Normal file
36
etc/calamares/modules/packagechooserq.conf
Normal file
|
@ -0,0 +1,36 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Configuration for the low-density software chooser, QML implementation
|
||||
#
|
||||
# The example QML implementation uses single-selection, rather than
|
||||
# a model for the available packages. That makes it simpler: the
|
||||
# QML itself codes the available options, descriptions and images
|
||||
# -- after all, this is **low density** selection, so a custom UI
|
||||
# can make sense for the few choices that need to be made.
|
||||
#
|
||||
#
|
||||
|
||||
---
|
||||
|
||||
method: legacy
|
||||
|
||||
labels:
|
||||
step: "Bootloader"
|
||||
step[de]: "Bootloader"
|
||||
step[fi]: "Käynnistyksenlataaja"
|
||||
step[fr]: "Chargeur"
|
||||
step[it]: "Caricatore"
|
||||
step[sp]: "Cargador"
|
||||
step[ru]: "Загрузчик"
|
||||
step[zh_CN]: "引导程序"
|
||||
step[ja]: "ブートローダー"
|
||||
step[sv]: "Uppstartshanterare"
|
||||
step[pt_BR]: "Bootloader"
|
||||
step[tr]: "Önyükleyici"
|
||||
step[ro]: "Manager de pornire"
|
||||
step[ko]: "부트로더"
|
||||
step[fa]: "بوتلودر"
|
||||
|
||||
packageChoice: systemd-boot
|
||||
|
7
etc/calamares/modules/windowsbootentry.conf
Normal file
7
etc/calamares/modules/windowsbootentry.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# The windowsbootentry module creates a manual entry for Windows
|
||||
---
|
||||
# A variable from global storage which contains the bootloader selected
|
||||
bootLoaderVar: "packagechooser_packagechooserq"
|
|
@ -22,6 +22,7 @@ sequence:
|
|||
- welcome
|
||||
- locale
|
||||
- keyboard
|
||||
- packagechooserq
|
||||
- partition
|
||||
- summary
|
||||
- exec:
|
||||
|
|
Loading…
Add table
Reference in a new issue