initial data commit, yay!

This commit is contained in:
Fabio Erculiani
2010-09-17 13:40:17 +02:00
parent 83010d8ed2
commit 862b904c93
152 changed files with 7812 additions and 0 deletions

7
scripts/remaster_post.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
PKGS_DIR="/sabayon/pkgcache"
CHROOT_PKGS_DIR="${CHROOT_DIR}/var/lib/entropy/client/packages"
echo "Merging back packages"
cp "${CHROOT_PKGS_DIR}"/* "${PKGS_DIR}"/ -Ra
rm -rf "${CHROOT_PKGS_DIR}"{,-nonfree,-restricted}/*