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

Dennis Gilmore ausil at fedoraproject.org
Thu May 16 17:15:41 UTC 2013


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

New commits:
commit 1814b35d5a4088fac88a834d839f791b86e92baf
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu May 16 12:15:03 2013 -0500

     no need to write out a fstab. appliance-creator uses uuid's nw

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index 8f70cf1..25b540c 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -77,11 +77,6 @@ rsync
 
 %post --erroronfail
 
-echo -n "Writing fstab"
-cat <<EOF > /etc/fstab
-LABEL=_/   /         ext4    defaults        1 1
-EOF
-echo .
 
 # workaround xen performance issue (bz 651861; see also bz 708406)
 echo "hwcap 1 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf
diff --git a/generic/fedora-19-i386-minimal.ks b/generic/fedora-19-i386-minimal.ks
index 0632cd8..be6749f 100644
--- a/generic/fedora-19-i386-minimal.ks
+++ b/generic/fedora-19-i386-minimal.ks
@@ -83,12 +83,6 @@ iptables-services
 
 %post --erroronfail
 
-echo -n "Writing fstab"
-cat <<EOF > /etc/fstab
-LABEL=_/   /         ext4    defaults        1 1
-EOF
-echo .
-
 # workaround xen performance issue (bz 651861; see also bz 708406)
 echo "hwcap 1 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf
 
diff --git a/generic/fedora-19-i386.ks b/generic/fedora-19-i386.ks
index 979bbdc..0cd3dbd 100644
--- a/generic/fedora-19-i386.ks
+++ b/generic/fedora-19-i386.ks
@@ -70,12 +70,6 @@ rsync
 
 %post --erroronfail
 
-echo -n "Writing fstab"
-cat <<EOF > /etc/fstab
-LABEL=_/   /         ext4    defaults        1 1
-EOF
-echo .
-
 # workaround xen performance issue (bz 651861; see also bz 708406)
 echo "hwcap 1 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf
 
diff --git a/generic/fedora-19-x86_64-cloud.ks b/generic/fedora-19-x86_64-cloud.ks
index 4c33741..4a8dfaf 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -77,12 +77,6 @@ rsync
 
 %post --erroronfail
 
-echo -n "Writing fstab"
-cat <<EOF > /etc/fstab
-LABEL=_/   /         ext4    defaults        1 1
-EOF
-echo .
-
 # Kickstart specifies timeout in seconds; syslinux uses 10ths.
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
diff --git a/generic/fedora-19-x86_64-minimal.ks b/generic/fedora-19-x86_64-minimal.ks
index 58c737b..a82bc3f 100644
--- a/generic/fedora-19-x86_64-minimal.ks
+++ b/generic/fedora-19-x86_64-minimal.ks
@@ -84,12 +84,6 @@ iptables-services
 
 %post --erroronfail
 
-echo -n "Writing fstab"
-cat <<EOF > /etc/fstab
-LABEL=_/   /         ext4    defaults        1 1
-EOF
-echo .
-
 # Kickstart specifies timeout in seconds; syslinux uses 10ths.
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
diff --git a/generic/fedora-19-x86_64.ks b/generic/fedora-19-x86_64.ks
index 8dc08ad..1fdfedf 100644
--- a/generic/fedora-19-x86_64.ks
+++ b/generic/fedora-19-x86_64.ks
@@ -71,12 +71,6 @@ rsync
 
 %post --erroronfail
 
-echo -n "Writing fstab"
-cat <<EOF > /etc/fstab
-LABEL=_/   /         ext4    defaults        1 1
-EOF
-echo .
-
 # Kickstart specifies timeout in seconds; syslinux uses 10ths.
 # 0 means wait forever, so instead we'll go with 1.
 sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf




More information about the cloud mailing list