From 76313c8eb8a7a562907fd8a7ac6de9dc294db072 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Tue, 18 Jul 2023 20:59:36 +0200 Subject: [PATCH] try to fix grub 7.5 --- system/bootloader.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/system/bootloader.sls b/system/bootloader.sls index 55ae537..9901240 100644 --- a/system/bootloader.sls +++ b/system/bootloader.sls @@ -24,6 +24,7 @@ system_bootloader_install: system_bootloader_default_grub: file.keyvalue: - name: /etc/default/grub + - key_values: GRUB_CMDLINE_LINUX: '"console=ttyS0,19200n8net.ifnames=0 modules=sd-mod,usb-storage,btrfs rootfstype=btrfs"' - separator: '=' - uncomment: '# '