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

Matthew Miller mattdm at fedoraproject.org
Sun May 12 14:42:35 UTC 2013


 generic/fedora-19-i386-cloud.ks     |    4 ----
 generic/fedora-19-i386-minimal.ks   |    3 ---
 generic/fedora-19-i386.ks           |    3 ---
 generic/fedora-19-x86_64-cloud.ks   |    3 ---
 generic/fedora-19-x86_64-minimal.ks |    3 ---
 generic/fedora-19-x86_64.ks         |    3 ---
 6 files changed, 19 deletions(-)

New commits:
commit 7462b2f5ab9fd0bf31ef5e471023db7ef42477bb
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Sun May 12 10:42:15 2013 -0400

    new uuid support in appliance-creator makes this unnecessary (thanks dennis!)

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index d94a791..046f963 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -84,10 +84,6 @@ echo .
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
 
-echo "Fixing hardcoded device names from appliance-creator"
-sed -i 's/\/dev\/.da1/LABEL=_\//' /boot/extlinux/extlinux.conf
-
-
 # setup systemd to boot to the right runlevel
 echo -n "Setting default runlevel to multiuser text mode"
 rm -f /etc/systemd/system/default.target
diff --git a/generic/fedora-19-i386-minimal.ks b/generic/fedora-19-i386-minimal.ks
index 727448b..2fbdb60 100644
--- a/generic/fedora-19-i386-minimal.ks
+++ b/generic/fedora-19-i386-minimal.ks
@@ -88,9 +88,6 @@ echo .
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
 
-echo "Fixing hardcoded device names from appliance-creator" 
-sed -i 's/\/dev\/.da1/LABEL=_\//' /boot/extlinux/extlinux.conf 
-
 # setup systemd to boot to the right runlevel
 echo -n "Setting default runlevel to multiuser text mode"
 rm -f /etc/systemd/system/default.target
diff --git a/generic/fedora-19-i386.ks b/generic/fedora-19-i386.ks
index 9b6fbb3..27989c5 100644
--- a/generic/fedora-19-i386.ks
+++ b/generic/fedora-19-i386.ks
@@ -77,9 +77,6 @@ echo .
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
 
-echo "Fixing hardcoded device names from appliance-creator" 
-sed -i 's/\/dev\/.da1/LABEL=_\//' /boot/extlinux/extlinux.conf 
-
 # setup systemd to boot to the right runlevel
 echo -n "Setting default runlevel to multiuser text mode"
 rm -f /etc/systemd/system/default.target
diff --git a/generic/fedora-19-x86_64-cloud.ks b/generic/fedora-19-x86_64-cloud.ks
index ba02166..4c6ad5b 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -84,9 +84,6 @@ echo .
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
 
-echo "Fixing hardcoded device names from appliance-creator" 
-sed -i 's/\/dev\/.da1/LABEL=_\//' /boot/extlinux/extlinux.conf 
-
 # setup systemd to boot to the right runlevel
 echo -n "Setting default runlevel to multiuser text mode"
 rm -f /etc/systemd/system/default.target
diff --git a/generic/fedora-19-x86_64-minimal.ks b/generic/fedora-19-x86_64-minimal.ks
index fb1efc2..92a8874 100644
--- a/generic/fedora-19-x86_64-minimal.ks
+++ b/generic/fedora-19-x86_64-minimal.ks
@@ -89,9 +89,6 @@ echo .
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
 
-echo "Fixing hardcoded device names from appliance-creator" 
-sed -i 's/\/dev\/.da1/LABEL=_\//' /boot/extlinux/extlinux.conf 
-
 # setup systemd to boot to the right runlevel
 echo -n "Setting default runlevel to multiuser text mode"
 rm -f /etc/systemd/system/default.target
diff --git a/generic/fedora-19-x86_64.ks b/generic/fedora-19-x86_64.ks
index a0c2811..02cb9b6 100644
--- a/generic/fedora-19-x86_64.ks
+++ b/generic/fedora-19-x86_64.ks
@@ -78,9 +78,6 @@ echo .
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
 
-echo "Fixing hardcoded device names from appliance-creator" 
-sed -i 's/\/dev\/.da1/LABEL=_\//' /boot/extlinux/extlinux.conf 
-
 # setup systemd to boot to the right runlevel
 echo -n "Setting default runlevel to multiuser text mode"
 rm -f /etc/systemd/system/default.target




More information about the cloud mailing list