mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
exclude /var/lib/docker , causes issues on unpack
This commit is contained in:
parent
7278272852
commit
f7bf41c088
1 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,9 @@ EXCLUDES="\
|
|||
--exclude=${TARGET}usr/portage/* \
|
||||
--exclude=${TARGET}var/lock/* \
|
||||
--exclude=${TARGET}var/log/* \
|
||||
--exclude=${TARGET}var/run/*"
|
||||
--exclude=${TARGET}var/run/* \
|
||||
--exclude=${TARGET}var/lib/docker/*"
|
||||
|
||||
|
||||
EXCLUDES+=$USER_EXCL
|
||||
|
||||
|
|
Loading…
Reference in a new issue