mklive: misc tweaks to generate a proper image with runit.

This commit is contained in:
Juan RP
2014-05-23 15:05:31 +02:00
parent 3b5b9cba6a
commit 07ce345ba6
3 changed files with 16 additions and 4 deletions

View File

@@ -123,6 +123,8 @@ install_packages() {
else
install -Dm755 /usr/sbin/void-installer $ROOTFS/usr/sbin/void-installer
fi
# Cleanup and remove useless stuff.
rm -rf $ROOTFS/var/cache/* $ROOTFS/run/* $ROOTFS/var/run/*
}
copy_dracut_files() {