Sha256: f259daf0f8e348dd33bf4de046548ce5699e2a0a853e77a08363c28dc3488b9c

Contents?: true

Size: 199 Bytes

Versions: 29

Compression:

Stored size: 199 Bytes

Contents

#!/bin/bash
source /etc/profile

# remove kernel source ( for less disk usage.)
chroot "$chroot" /bin/bash <<DATAEOF
pushd /usr/src/linux
make clean
popd
#emerge -C sys-kernel/gentoo-sources
DATAEOF

Version data entries

29 entries across 15 versions & 1 rubygems

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