1
0
mirror of synced 2026-04-24 19:50:09 +00:00
Files
xen-tools.xen-tools/etc/hook.d/99-clean-image
steve 8e8758b8ad 2006-01-08 01:53:33 by steve
imported into cvstrac
2006-01-08 01:53:33 +00:00

15 lines
271 B
Bash
Executable File

#!/bin/sh
#
# This script runs 'apt-get clean' on the freshly created image,
# to make sure it has the maximum available amount of free space.
#
# Steve
# --
# $Id: 99-clean-image,v 1.4 2006-01-08 01:53:33 steve Exp $
prefix=$1
chroot $prefix /usr/bin/apt-get clean