[molecules/spinbase] --one-file-system is enough (don't need --exclude /proc/* etc for rsync)
This commit is contained in:
parent
d4bb782002
commit
b7db4eb5b7
@ -12,7 +12,8 @@ release_file: /etc/sabayon-edition
|
|||||||
destination_chroot: /sabayon
|
destination_chroot: /sabayon
|
||||||
|
|
||||||
# Extra mirror (r)sync parameters
|
# 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
|
# Inner chroot script command, to be executed inside destination chroot before packing it
|
||||||
# - kmerge.sh - setup kernel bins
|
# - kmerge.sh - setup kernel bins
|
||||||
|
Loading…
Reference in New Issue
Block a user