From: srs5694 Date: Sat, 20 Jul 2013 03:42:49 +0000 (-0400) Subject: Added notice to install.sh that /etc/default/grub is being used for X-Git-Url: https://code.delx.au/refind/commitdiff_plain/b31a5cb1adf04c45cb96e877815523cc4d48a1e6 Added notice to install.sh that /etc/default/grub is being used for setting default boot options. --- diff --git a/install.sh b/install.sh index dc6d898..a4675f1 100755 --- a/install.sh +++ b/install.sh @@ -706,6 +706,7 @@ GenerateRefindLinuxConf() { if [[ -f "$RootDir/etc/default/grub" ]] ; then # We want the default options used by the distribution, stored here.... source "$RootDir/etc/default/grub" + echo "Setting default boot options based on $RootDir/etc/default/grub" fi RootFS=`df "$RootDir" | grep dev | cut -f 1 -d " "` StartOfDevname=`echo "$RootFS" | cut -b 1-7`