From f63ad72958ba94c98b763e9d08d0b925ec9efcbf Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sat, 8 Feb 2020 11:51:41 +0100 Subject: [PATCH] [infnbk] add bootsplash boot-args --- oem/infinitybook14-oem-kde/profile.conf | 2 +- oem/infinitybook14-oem-xfce/profile.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oem/infinitybook14-oem-kde/profile.conf b/oem/infinitybook14-oem-kde/profile.conf index a5fdd979..f4b081b3 100644 --- a/oem/infinitybook14-oem-kde/profile.conf +++ b/oem/infinitybook14-oem-kde/profile.conf @@ -21,7 +21,7 @@ extra="true" # unset defaults to given value # efi_boot_loader="grub" -custom_boot_args="'acpi_osi='" +custom_boot_args="'acpi_osi=' 'bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash'" # configure calamares for mhwd mhwd_used="false" diff --git a/oem/infinitybook14-oem-xfce/profile.conf b/oem/infinitybook14-oem-xfce/profile.conf index 65545581..2fbb6f1f 100644 --- a/oem/infinitybook14-oem-xfce/profile.conf +++ b/oem/infinitybook14-oem-xfce/profile.conf @@ -21,7 +21,7 @@ extra="true" # unset defaults to given value # efi_boot_loader="grub" -custom_boot_args="'acpi_osi='" +custom_boot_args="'acpi_osi=' 'bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash'" # configure calamares for mhwd mhwd_used="false"