source: ProjectBuilder/projects/rinse/pbconf/devel/conf/before-post-install.sh@ 679

Last change on this file since 679 was 679, checked in by Bruno Cornec, 15 years ago

Update peripehral rinse configuration. Manages everything under SVN now

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 334 bytes
RevLine 
[679]1#!/bin/bash
2
3basemir="http://eurolinux.gre.hp.com/pub/linux"
4
5sed -i -e "s/^mirrorlist=/#mirrorlist=/;s|#baseurl=http://mirror.centos.org|baseurl=$basemir|;s|^gpgkey=http://mirror.centos.org|gpgkey=$basemir|" $1/etc/yum.repos.d/CentOS-Base.repo
6#sed -i -e "s/^distroverpkg=centos-release/distroverpkg=redhat-release/" $1/etc/yum.conf
Note: See TracBrowser for help on using the repository browser.