Skip to content

Commit

Permalink
Clean up for new provisionerless box format. Add sshd optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Jul 5, 2013
1 parent 6001359 commit 6a8755d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion definitions/.fedora/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash -eux
yum -y erase gtk2 libX11 hicolor-icon-theme freetype
yum -y clean all
rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.?
rm -f /tmp/chef*rpm
4 changes: 2 additions & 2 deletions definitions/.fedora/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
:kickstart_file => "ks.cfg",
:os_type_id => 'Fedora_64',
:memory_size=> "512",
:postinstall_files => [ "chef-client.sh",
"vagrant.sh",
:postinstall_files => [ "vagrant.sh",
"sshd.sh",
"cleanup.sh",
"minimize.sh" ],
:shutdown_cmd => "/sbin/halt -h -p" })
1 change: 0 additions & 1 deletion definitions/fedora-18/chef-client.sh

This file was deleted.

1 change: 1 addition & 0 deletions definitions/fedora-18/sshd.sh

0 comments on commit 6a8755d

Please sign in to comment.