From 2553a6d5f1a414c8320ae94b1d0c2da3d4a5aedb Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 13 Feb 2012 14:42:03 -0500 Subject: [PATCH] Add findiso to grub config In order for grub to be able to read the kernel regardless of whether the image is written to a CD or a USB stick, it's necessary to autoprobe for the filesystem using the findiso command. Add it to the grub config. --- share/config_files/live/x86/grub.conf | 1 + share/config_files/x86/grub.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/share/config_files/live/x86/grub.conf b/share/config_files/live/x86/grub.conf index 7896f287..c8504ee6 100644 --- a/share/config_files/live/x86/grub.conf +++ b/share/config_files/live/x86/grub.conf @@ -4,5 +4,6 @@ splashimage=@SPLASHPATH@ timeout 5 hiddenmenu title @PRODUCT@ @VERSION@ + findiso kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 initrd @INITRDPATH@ diff --git a/share/config_files/x86/grub.conf b/share/config_files/x86/grub.conf index 7896f287..c8504ee6 100644 --- a/share/config_files/x86/grub.conf +++ b/share/config_files/x86/grub.conf @@ -4,5 +4,6 @@ splashimage=@SPLASHPATH@ timeout 5 hiddenmenu title @PRODUCT@ @VERSION@ + findiso kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 initrd @INITRDPATH@