Adjust bootloader.conf for ROSA

This commit is contained in:
Andrey Bondrov 2015-10-20 23:07:42 +10:00
parent 71e3491133
commit 2539ebd919
2 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ Source3: %{name}.service
Source4: %{name}.target
Source5: %{name}-install-start
Source6: %{name}-install-setup
Source7: omv-bootloader.conf
Source7: rosa-bootloader.conf
Source8: rosa-displaymanager.conf
Source9: rosa-finished.conf
Source10: rosa-fstab.conf

View file

@ -5,15 +5,15 @@ efiBootLoader: "grub"
# Gummiboot configuration files settings, set kernel and initramfs file names
# and amount of time before default selection boots
kernel: "/vmlinuz-nrjQL-desktop"
img: "/initrd-nrjQL-desktop.img"
fallback: "/initrd-nrjQL-desktop.img"
kernel: "/vmlinuz-desktop"
img: "/initrd-desktop.img"
fallback: "/initrd-desktop.img"
timeout: "10"
# 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.
bootloaderEntryName: "OpenMandriva Lx"
kernelLine: ", with Stable-Kernel"
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
bootloaderEntryName: "ROSA Desktop Fresh"
kernelLine: ""
# fallbackKernelLine: "(fallback initramfs)"
# GRUB 2 binary names and boot directory
# 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
# valid directory name, so no such postprocessing is done in this case.
# efiBootloaderId: "dirname"
# efiBootloaderId: "openmandriva"
# efiBootloaderId: "rosa"