Sandro Bonazzola has uploaded a new change for review.

Change subject: kickstart: aligned repos with ovirt-release
......................................................................

kickstart: aligned repos with ovirt-release

Change-Id: I8f6efef4bb211fbe17c73bfb412c525e7cad3f23
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M centos/kickstart/ovirt-live-base.ks.in
1 file changed, 12 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/04/26604/1

diff --git a/centos/kickstart/ovirt-live-base.ks.in 
b/centos/kickstart/ovirt-live-base.ks.in
index 4262a2d..b75ece3 100644
--- a/centos/kickstart/ovirt-live-base.ks.in
+++ b/centos/kickstart/ovirt-live-base.ks.in
@@ -20,10 +20,9 @@
 repo --name=base       
--mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
 repo --name=updates    
--mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
 repo --name=epel       
--mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
-repo --name=epel-testing 
--baseurl=http://dl.fedoraproject.org/pub/epel/testing/6/x86_64/
 repo --name=ovirt     
--baseurl=http://resources.ovirt.org/releases/3.3/rpm/EL/6/
-repo --name=gluster   
--baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.1/EPEL.repo/epel-$releasever/$basearch/
-repo --name=glusternoarch 
--baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.1/EPEL.repo/epel-$releasever/noarch
+repo --name=gluster   
--baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/$basearch/
+repo --name=glusternoarch 
--baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/noarch
 repo --name=local --baseurl=file://@PATH@/oVirtLiveFiles/rpms/
 
 xconfig --startxonboot
@@ -214,7 +213,7 @@
   action "Enabling swap file" swapon /mnt/live/\\\${livedir}/swap.img
 fi
 
-### functions for persisten Home 
+### functions for persisten Home
 mountPersistentHome() {
   # support label/uuid
   if [ "\\\${homedev##LABEL=}" != "\\\${homedev}" -o "\\\${homedev##UUID=}" != 
"\\\${homedev}" ]; then
@@ -287,7 +286,7 @@
 if [ "\\\$CUPS" ]; then
     if [ -e /etc/cups/client.conf ]; then
         sed -i "s|.*ServerName .*|ServerName  \\\$CUPS|" /etc/cups/client.conf
-        grep -q ServerName /etc/cups/client.conf || echo "ServerName  
\\\$CUPS" >> /etc/cups/client.conf 
+        grep -q ServerName /etc/cups/client.conf || echo "ServerName  
\\\$CUPS" >> /etc/cups/client.conf
     fi
 fi
 
@@ -297,8 +296,8 @@
 /bin/hostname \\\$hostname
 
 #-----------------------------------------------------------------------
-# EXIT here if LiveCD has already been configured         
-# happens if you start the LiveCD with persistent changes 
+# EXIT here if LiveCD has already been configured
+# happens if you start the LiveCD with persistent changes
 #-----------------------------------------------------------------------
 
 [ "\\\$configdone" ] && exit 0
@@ -389,7 +388,7 @@
 gconftool-2 --direct 
--config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool 
/apps/gnome-packagekit/enable_font_helper false >/dev/null
 gconftool-2 --direct 
--config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool 
/apps/gnome-packagekit/enable_mime_type_helper false >/dev/null
 
-### start system-config-firewall with su 
+### start system-config-firewall with su
 #  (bugfix: system-config-firewall does not work when root has no password)
 sed -i "s|^Exec=.*|Exec=su - -c /usr/bin/system-config-firewall|" 
/usr/share/applications/system-config-firewall.desktop
 sed -i "s|^Terminal=.*|Terminal=true|"                            
/usr/share/applications/system-config-firewall.desktop
@@ -456,7 +455,7 @@
 
                # get the partition type
                case \\\`echo \\\$FDISK_ENTRY | cut -d':' -f2-\\\` in
-               *fat*) 
+               *fat*)
                    FSTYPES="vfat"
                    EXTRAOPTIONS=",uid=500";;
                *)
@@ -570,7 +569,7 @@
    /sbin/reboot
 fi
 
-# configure X, allowing user to override xdriver 
+# configure X, allowing user to override xdriver
 # (does not work in SL6 with xorg 7.4)
 # if [ -n "\\\$xdriver" ]; then
 #   cat > /etc/X11/xorg.conf.d/00-xdriver.conf <<FOE
@@ -590,7 +589,7 @@
 # configure keyboard
 # (does not work in SL6 because system-config-keyboard is missing)
 if [ "\\\$kb" ]; then
-    exists system-config-keyboard --noui \\\$kb 
+    exists system-config-keyboard --noui \\\$kb
 fi
 
 
@@ -609,7 +608,7 @@
 cat > /sbin/halt.local << EOF_haltlocal
 #!/bin/bash
 #
-# Ejects LiveCD/DVD, if boot parameter eject is given 
+# Ejects LiveCD/DVD, if boot parameter eject is given
 #
 
 . /etc/init.d/functions
@@ -703,7 +702,7 @@
 
 ########################################################################
 #
-#  LiveCD post no chroot install 
+#  LiveCD post no chroot install
 #
 ########################################################################
 %post --nochroot


-- 
To view, visit http://gerrit.ovirt.org/26604
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f6efef4bb211fbe17c73bfb412c525e7cad3f23
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to