Sha256: 67a0a53b36366d15b2ab883bea99c11b7b573858680ca81a392d75069af0b4a3

Contents?: true

Size: 317 Bytes

Versions: 29

Compression:

Stored size: 317 Bytes

Contents

#!/bin/bash
source /etc/profile

# fill all free hdd space with zeros
dd if=/dev/zero of="$chroot/boot/EMPTY" bs=1M
rm "$chroot/boot/EMPTY"

dd if=/dev/zero of="$chroot/EMPTY" bs=1M
rm "$chroot/EMPTY"

# fill all swap space with zeros and recreate swap
swapoff /dev/sda3
shred -n 0 -z /dev/sda3
mkswap /dev/sda3
exit

Version data entries

29 entries across 15 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.5.0.alpha4 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.4.5.1 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.4.5.1 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.4.5 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.4.5 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.4.5.pre1 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.4.5.pre1 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.4.4 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.4.4 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.4.3 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.4.3 templates/gentoo-latest-amd64/zerodisk.sh
veewee-0.4.2 templates/gentoo-latest-i686/zerodisk.sh
veewee-0.4.2 templates/gentoo-latest-amd64/zerodisk.sh