[molecules] remove --exclude /proc and /dev/pts, --one-file-system is in use

Moreover, latest Molecule correctly handle rsync between two directories.
This commit is contained in:
Fabio Erculiani 2012-09-05 13:08:09 +02:00
parent b4029a6363
commit 6b2eade910

View File

@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
%env destination_chroot: ${SABAYON_MOLECULE_HOME:-/sabayon} %env destination_chroot: ${SABAYON_MOLECULE_HOME:-/sabayon}
# Extra mirror (r)sync parameters # Extra mirror (r)sync parameters
extra_rsync_parameters: --one-file-system --exclude /proc --exclude /dev/pts extra_rsync_parameters: --one-file-system
# Inner chroot script command, to be executed inside destination chroot before packing it # Inner chroot script command, to be executed inside destination chroot before packing it
# - kmerge.sh - setup kernel bins # - kmerge.sh - setup kernel bins