Sha256: 5d487e5401fc05c04b1c08cd74e3307f8e3f06c2f0d48209a025236f02c0454e

Contents?: true

Size: 227 Bytes

Versions: 36

Compression:

Stored size: 227 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

# Zero out the free space to save space in the final image:
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY

dd if=/dev/zero of=/boot/EMPTY bs=1M
rm -f /boot/EMPTY

Version data entries

36 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.10-server-amd64-packages/zerodisk.sh
veewee-0.5.0.alpha4 templates/.ubuntu/zerodisk.sh
veewee-0.5.0.alpha3 templates/.ubuntu/zerodisk.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.10-server-amd64-packages/zerodisk.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.10-server-amd64-packages/zerodisk.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh
veewee-0.5.0.alpha2 templates/.ubuntu/zerodisk.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.10-server-amd64-packages/zerodisk.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh
veewee-0.5.0.alpha1 templates/.ubuntu/zerodisk.sh
veewee-0.4.5.1 templates/.ubuntu/zerodisk.sh
veewee-0.4.5.1 templates/ubuntu-12.10-server-amd64-packages/zerodisk.sh
veewee-0.4.5.1 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh
veewee-0.4.5 templates/ubuntu-12.10-server-amd64-packages/zerodisk.sh
veewee-0.4.5 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh
veewee-0.4.5 templates/.ubuntu/zerodisk.sh
veewee-0.4.5.pre1 templates/.ubuntu/zerodisk.sh
veewee-0.4.5.pre1 templates/ubuntu-12.10-server-i386-packages/zerodisk.sh