From 3c355c70936257769e376977bfbe381264366c77 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sun, 15 Dec 2019 00:33:49 +0100 Subject: [PATCH] set custom_boot_args in profile.conf --- data/manjaro-tools.conf | 3 --- data/profile.conf.example | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/manjaro-tools.conf b/data/manjaro-tools.conf index 593b583..284585e 100644 --- a/data/manjaro-tools.conf +++ b/data/manjaro-tools.conf @@ -64,9 +64,6 @@ # gpg key; leave empty or commented to skip sfs signing # gpgkey="" -# kernel parameters (array); example: custom_boot_args="'acpi_osi=Linux'" -# custom_boot_args= - ########## calamares preferences ########## #See branding.desc.d for reference diff --git a/data/profile.conf.example b/data/profile.conf.example index 7614ef1..fb34109 100644 --- a/data/profile.conf.example +++ b/data/profile.conf.example @@ -30,6 +30,9 @@ # possible values: grub;systemd-boot # efi_boot_loader="grub" +# kernel parameters (array); example: custom_boot_args="'acpi_osi=Linux'" +# custom_boot_args= + # configure calamares for netinstall # netinstall="false"