forked from josch/mmdebstrap
exclude ./lost+found from tarball
This commit is contained in:
parent
8d91ca7b24
commit
1c67ac111a
1 changed files with 2 additions and 1 deletions
|
@ -5814,7 +5814,8 @@ sub main() {
|
|||
'--format=pax',
|
||||
'--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime',
|
||||
'-c',
|
||||
'--exclude=./dev'
|
||||
'--exclude=./dev',
|
||||
'--exclude=./lost+found'
|
||||
);
|
||||
# tar2sqfs and genext2fs do not support extended attributes
|
||||
if ($format eq "squashfs") {
|
||||
|
|
Loading…
Reference in a new issue