try to fix grub 7.5

This commit is contained in:
LinuxSquare 2023-07-18 20:59:36 +02:00
parent eccd75219d
commit 76313c8eb8

View file

@ -24,6 +24,7 @@ system_bootloader_install:
system_bootloader_default_grub: system_bootloader_default_grub:
file.keyvalue: file.keyvalue:
- name: /etc/default/grub - name: /etc/default/grub
- key_values:
GRUB_CMDLINE_LINUX: '"console=ttyS0,19200n8net.ifnames=0 modules=sd-mod,usb-storage,btrfs rootfstype=btrfs"' GRUB_CMDLINE_LINUX: '"console=ttyS0,19200n8net.ifnames=0 modules=sd-mod,usb-storage,btrfs rootfstype=btrfs"'
- separator: '=' - separator: '='
- uncomment: '# ' - uncomment: '# '