Skip to content

Commit

Permalink
Merge pull request #26 from splaice/fedora_template_fixes.
Browse files Browse the repository at this point in the history
Fixes to the fedora templates
  • Loading branch information
jedi4ever committed May 2, 2011
2 parents 4e4fa35 + 9e909c1 commit 0e2f3b1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions templates/Fedora-14-amd64-netboot/ks.cfg
Expand Up @@ -24,6 +24,7 @@ logvol swap --fstype=swap --name=lv_swap --vgname=vg_main --size=528 --grow --ma
logvol / --fstype=ext4 --name=lv_root --vgname=vg_main --size=1024 --grow
repo --name="Fedora 14 - x86_64" --baseurl=http://mirrors.xmission.com/fedora/releases/14/Everything/x86_64/os/ --cost=1000
repo --name="Fedora 14 - x86_64 - Updates" --baseurl=http://mirror.pnl.gov/fedora/linux/updates/14/x86_64/ --cost=1000
services --enabled network
reboot

%packages
Expand Down
4 changes: 3 additions & 1 deletion templates/Fedora-14-amd64-netboot/postinstall.sh
Expand Up @@ -8,7 +8,9 @@ yum -y install gcc bzip2 make patch kernel-devel-`uname -r`

yum -y install gcc-c++ zlib-devel openssl-devel readline-devel sqlite3-devel

yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts
# don't remove these because dependency removal will remove policycoreutils package and we should
# not care about these packages being installed in the first place
#yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts


yum -y clean all
Expand Down
1 change: 1 addition & 0 deletions templates/Fedora-14-amd64/ks.cfg
Expand Up @@ -25,6 +25,7 @@ logvol / --fstype=ext4 --name=lv_root --vgname=vg_main --size=1024 --grow
# We leave the repo commands out so that we install from the iso
#repo --name="Fedora 14 - x86_64" --baseurl=http://mirrors.xmission.com/fedora/releases/14/Everything/x86_64/os/ --cost=1000
#repo --name="Fedora 14 - x86_64 - Updates" --baseurl=http://mirror.pnl.gov/fedora/linux/updates/14/x86_64/ --cost=1000
services --enabled network
reboot

%packages
Expand Down
4 changes: 3 additions & 1 deletion templates/Fedora-14-amd64/postinstall.sh
Expand Up @@ -8,7 +8,9 @@ yum -y install gcc bzip2 make patch kernel-devel-`uname -r`

yum -y install gcc-c++ zlib-devel openssl-devel readline-devel sqlite3-devel

yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts
# don't remove these because dependency removal will remove policycoreutils package and we should
# not care about these packages being installed in the first place
#yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts


yum -y clean all
Expand Down
1 change: 1 addition & 0 deletions templates/Fedora-14-i386-netboot/ks.cfg
Expand Up @@ -24,6 +24,7 @@ logvol swap --fstype=swap --name=lv_swap --vgname=vg_main --size=528 --grow --ma
logvol / --fstype=ext4 --name=lv_root --vgname=vg_main --size=1024 --grow
repo --name="Fedora 14 - i386" --baseurl=http://mirrors.xmission.com/fedora/releases/14/Everything/i386/os/ --cost=1000
repo --name="Fedora 14 - i386 - Updates" --baseurl=http://mirror.pnl.gov/fedora/linux/updates/14/i386/ --cost=1000
services --enabled network
reboot

%packages
Expand Down
4 changes: 3 additions & 1 deletion templates/Fedora-14-i386-netboot/postinstall.sh
Expand Up @@ -8,7 +8,9 @@ yum -y install gcc bzip2 make patch kernel-devel-`uname -r`

yum -y install gcc-c++ zlib-devel openssl-devel readline-devel sqlite3-devel

yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts
# don't remove these because dependency removal will remove policycoreutils package and we should
# not care about these packages being installed in the first place
#yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts


yum -y clean all
Expand Down
1 change: 1 addition & 0 deletions templates/Fedora-14-i386/ks.cfg
Expand Up @@ -25,6 +25,7 @@ logvol / --fstype=ext4 --name=lv_root --vgname=vg_main --size=1024 --grow
# We leave the repo commands out so that we install from the iso
#repo --name="Fedora 14 - i386" --baseurl=http://mirrors.xmission.com/fedora/releases/14/Everything/i386/os/ --cost=1000
#repo --name="Fedora 14 - i386 - Updates" --baseurl=http://mirror.pnl.gov/fedora/linux/updates/14/i386/ --cost=1000
services --enabled network
reboot

%packages
Expand Down
4 changes: 3 additions & 1 deletion templates/Fedora-14-i386/postinstall.sh
Expand Up @@ -8,7 +8,9 @@ yum -y install gcc bzip2 make patch kernel-devel-`uname -r`

yum -y install gcc-c++ zlib-devel openssl-devel readline-devel sqlite3-devel

yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts
# don't remove these because dependency removal will remove policycoreutils package and we should
# not care about these packages being installed in the first place
#yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts


yum -y clean all
Expand Down

0 comments on commit 0e2f3b1

Please sign in to comment.