No Systemd-boot
This commit is contained in:
parent
0ba139a7e9
commit
5d61fbfada
4 changed files with 2 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
||||||
efiBootLoader: "systemd-boot"
|
efiBootLoader: "grub"
|
||||||
|
|
||||||
kernelSearchPath: "/usr/lib/modules"
|
kernelSearchPath: "/usr/lib/modules"
|
||||||
#kernelName: "vmlinuz"
|
#kernelName: "vmlinuz"
|
||||||
|
@ -21,4 +21,4 @@ installEFIFallback: false
|
||||||
loaderEntries:
|
loaderEntries:
|
||||||
- "timeout 5"
|
- "timeout 5"
|
||||||
- "console-mode auto"
|
- "console-mode auto"
|
||||||
- "reboot-for-bitlocker 1"
|
- "reboot-for-bitlocker 1"
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
# 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
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
# 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,7 +22,6 @@ sequence:
|
||||||
- welcome
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- packagechooserq
|
|
||||||
- partition
|
- partition
|
||||||
- summary
|
- summary
|
||||||
- exec:
|
- exec:
|
||||||
|
@ -47,7 +46,6 @@ sequence:
|
||||||
- services-systemd
|
- services-systemd
|
||||||
- packages
|
- packages
|
||||||
- grubcfg
|
- grubcfg
|
||||||
- windowsbootentry
|
|
||||||
- bootloader
|
- bootloader
|
||||||
- shellprocess@remove-livecd
|
- shellprocess@remove-livecd
|
||||||
- umount
|
- umount
|
||||||
|
|
Loading…
Add table
Reference in a new issue