generic/fedora-19-i386-cloud.ks generic/fedora-19-x86_64-cloud.ks

Matthew Miller mattdm at fedoraproject.org
Tue May 21 16:49:01 UTC 2013


 generic/fedora-19-i386-cloud.ks   |    2 +-
 generic/fedora-19-x86_64-cloud.ks |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6d6842091ae2d6a42ed1f15dd162e5807e3b8736
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Tue May 21 12:48:36 2013 -0400

    use relative symlink to be consistent with f18 ks files; also, probably
    the right thing, although it shouldn't matter.

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index ee97d80..c8b0e4d 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -79,7 +79,7 @@ rsync
 #link grub.conf to menu.lst for ec2 to work
 if ! [[ -e /boot/grub/menu.lst ]]; then
   echo -n "Linking menu.lst to old-style grub.conf for pv-grub"
-  ln -s /boot/grub/grub.conf /boot/grub/menu.lst
+  ln -s grub.conf /boot/grub/menu.lst
   ln -sf /boot/grub/grub.conf /etc/grub.conf
 fi
 
diff --git a/generic/fedora-19-x86_64-cloud.ks b/generic/fedora-19-x86_64-cloud.ks
index 0f14894..70bc31b 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -79,7 +79,7 @@ rsync
 #link grub.conf to menu.lst for ec2 to work
 if ! [[ -e /boot/grub/menu.lst ]]; then
   echo -n "Linking menu.lst to old-style grub.conf for pv-grub"
-  ln -s /boot/grub/grub.conf /boot/grub/menu.lst
+  ln -s grub.conf /boot/grub/menu.lst
   ln -sf /boot/grub/grub.conf /etc/grub.conf
 fi
 




More information about the cloud mailing list