From b7db4eb5b739f0c4fb585e35b1efdd67c2046389 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 4 Sep 2011 13:55:40 +0200 Subject: [PATCH] [molecules/spinbase] --one-file-system is enough (don't need --exclude /proc/* etc for rsync) --- molecules/spinbase.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecules/spinbase.common b/molecules/spinbase.common index 37345ff..58c8f77 100644 --- a/molecules/spinbase.common +++ b/molecules/spinbase.common @@ -12,7 +12,8 @@ release_file: /etc/sabayon-edition destination_chroot: /sabayon # Extra mirror (r)sync parameters -extra_rsync_parameters: --one-file-system --exclude "/proc/*" --exclude "/dev/pts/*" +# this avoids /proc/* and /dev/pts/* +extra_rsync_parameters: --one-file-system # Inner chroot script command, to be executed inside destination chroot before packing it # - kmerge.sh - setup kernel bins