Skip to content

Commit

Permalink
Merge pull request jedi4ever#279 from joemiller/centos_57_fixes
Browse files Browse the repository at this point in the history
Centos 57 fixes
  • Loading branch information
jedi4ever committed Apr 18, 2012
2 parents ab1555b + 04b24f1 commit 9a83025
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions templates/CentOS-5.7-i386-netboot/ks.cfg
Expand Up @@ -37,6 +37,8 @@ reboot
grub
e2fsprogs
lvm2
kernel-devel
kernel-headers

%post
/usr/sbin/groupadd vagrant
Expand Down
2 changes: 1 addition & 1 deletion templates/CentOS-5.7-x86_64-netboot/definition.rb
Expand Up @@ -8,7 +8,7 @@
:iso_download_timeout => 1000,
:boot_wait => "10", :boot_cmd_sequence => [ 'linux text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg",
:ssh_login_timeout => "100", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
:ssh_login_timeout => "10000", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
:ssh_host_port => "7222", :ssh_guest_port => "22",
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:shutdown_cmd => "/sbin/halt -h -p",
Expand Down
4 changes: 3 additions & 1 deletion templates/CentOS-5.7-x86_64-netboot/ks.cfg
@@ -1,7 +1,7 @@
# Kickstart file automatically generated by anaconda.

install
url --url=http://mirror.atlanticmetro.net/centos/5.7/os/x86_64
url --url=http://vault.centos.org/5.7/os/x86_64
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
Expand Down Expand Up @@ -37,6 +37,8 @@ reboot
grub
e2fsprogs
lvm2
kernel-devel
kernel-headers

%post
/usr/sbin/groupadd vagrant
Expand Down

0 comments on commit 9a83025

Please sign in to comment.