diff options
| -rwxr-xr-x | install-artix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index e0e820b..1c4df58 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -335,7 +335,7 @@ devices+=" resume_offset=$(btrfs inspect-internal map-swapfile -r $swapfile)" grub_cmds="loglevel=3 net.iframes=0 quiet splash" # Replace default grub commands -sed "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*$/GRUB_CMDLINE_LINUX_DEFAULT=\"${grub_cmds} ${devices}\"/" \ +sed "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"${grub_cmds} ${devices}\"/" \ -i /mnt/etc/default/grub # Enable os-prober to detect other operating systems |
