diff --git a/calamares.spec b/calamares.spec index a90a503..dc4825a 100644 --- a/calamares.spec +++ b/calamares.spec @@ -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 diff --git a/omv-bootloader.conf b/rosa-bootloader.conf similarity index 77% rename from omv-bootloader.conf rename to rosa-bootloader.conf index ecc36d7..249804c 100644 --- a/omv-bootloader.conf +++ b/rosa-bootloader.conf @@ -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"