Sha256: eb4ff73cf72208a0fece62b3e9db955b3055f148d057115b5c06aa93f426e338

Contents?: true

Size: 769 Bytes

Versions: 42

Compression:

Stored size: 769 Bytes

Contents

# install virtualbox guest additions
VBOX_VERSION=$(cat /root/.vbox_version)
cd /tmp
wget http://download.virtualbox.org/virtualbox/"$VBOX_VERSION"/VBoxGuestAdditions_"$VBOX_VERSION".iso
mount -o loop VBoxGuestAdditions_"$VBOX_VERSION".iso /mnt
sh /mnt/VBoxLinuxAdditions.run
umount /mnt
rm VBoxGuestAdditions_"$VBOX_VERSION".iso

# host-only networking
cat >> /etc/rc.local <<EOF
# enable DHCP at boot on eth0
# See https://wiki.archlinux.org/index.php/Network#DHCP_fails_at_boot
dhcpcd -k eth0
dhcpcd -nd eth0
EOF

# clean out pacman cache
pacman -Scc<<EOF
y
y
EOF

# zero out the fs
dd if=/dev/zero of=/clean bs=4M|| rm /clean
dd if=/dev/zero of=/tmp/clean bs=4M|| rm /tmp/clean
dd if=/dev/zero of=/boot/clean bs=4M|| rm /boot/clean

# and the final reboot!
#reboot

Version data entries

42 entries across 21 versions & 3 rubygems

Version Path
veewee-atlassian-0.3.11 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-atlassian-0.3.11 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.7 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.7 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.6 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.6 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.5 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.5 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.4 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.4 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.3 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.3 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.2 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.2 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.1 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.1 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.0.beta2 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.0.beta2 templates/archlinux-i386-netboot/postinstall2.sh
veewee-0.3.0.beta1 templates/archlinux-x86_64-netboot/postinstall2.sh
veewee-0.3.0.beta1 templates/archlinux-i386-netboot/postinstall2.sh