exclude ./lost+found from tarball

main
parent 8d91ca7b24
commit 1c67ac111a
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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…
Cancel
Save