mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 15:42:49 +00:00
Adjust bootloader.conf for ROSA
This commit is contained in:
parent
71e3491133
commit
2539ebd919
2 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ Source3: %{name}.service
|
||||||
Source4: %{name}.target
|
Source4: %{name}.target
|
||||||
Source5: %{name}-install-start
|
Source5: %{name}-install-start
|
||||||
Source6: %{name}-install-setup
|
Source6: %{name}-install-setup
|
||||||
Source7: omv-bootloader.conf
|
Source7: rosa-bootloader.conf
|
||||||
Source8: rosa-displaymanager.conf
|
Source8: rosa-displaymanager.conf
|
||||||
Source9: rosa-finished.conf
|
Source9: rosa-finished.conf
|
||||||
Source10: rosa-fstab.conf
|
Source10: rosa-fstab.conf
|
||||||
|
|
|
@ -5,15 +5,15 @@ efiBootLoader: "grub"
|
||||||
|
|
||||||
# Gummiboot configuration files settings, set kernel and initramfs file names
|
# Gummiboot configuration files settings, set kernel and initramfs file names
|
||||||
# and amount of time before default selection boots
|
# and amount of time before default selection boots
|
||||||
kernel: "/vmlinuz-nrjQL-desktop"
|
kernel: "/vmlinuz-desktop"
|
||||||
img: "/initrd-nrjQL-desktop.img"
|
img: "/initrd-desktop.img"
|
||||||
fallback: "/initrd-nrjQL-desktop.img"
|
fallback: "/initrd-desktop.img"
|
||||||
timeout: "10"
|
timeout: "10"
|
||||||
# Optionally set the menu entry name and kernel name to use in Gummiboot.
|
# Optionally set the menu entry name and kernel name to use in Gummiboot.
|
||||||
# If not specified here, these settings will be taken from branding.desc.
|
# If not specified here, these settings will be taken from branding.desc.
|
||||||
bootloaderEntryName: "OpenMandriva Lx"
|
bootloaderEntryName: "ROSA Desktop Fresh"
|
||||||
kernelLine: ", with Stable-Kernel"
|
kernelLine: ""
|
||||||
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
|
# fallbackKernelLine: "(fallback initramfs)"
|
||||||
|
|
||||||
# GRUB 2 binary names and boot directory
|
# GRUB 2 binary names and boot directory
|
||||||
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
||||||
|
@ -25,4 +25,4 @@ grubCfg: "/boot/grub2/grub.cfg"
|
||||||
# replaced. If an efiBootloaderId is specified here, it is taken to already be a
|
# replaced. If an efiBootloaderId is specified here, it is taken to already be a
|
||||||
# valid directory name, so no such postprocessing is done in this case.
|
# valid directory name, so no such postprocessing is done in this case.
|
||||||
# efiBootloaderId: "dirname"
|
# efiBootloaderId: "dirname"
|
||||||
# efiBootloaderId: "openmandriva"
|
# efiBootloaderId: "rosa"
|
Loading…
Add table
Reference in a new issue