Skip to content

Commit

Permalink
ignore lost+found
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jan 18, 2024
1 parent e31ba00 commit 6154377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mk-data-partition
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ copy_data() {

cp -a $* $mntdir
echo "Copied files into the ISO."
du -sh $mntdir/*
du --exclude=lost+found -sh $mntdir/*
}


Expand Down

0 comments on commit 6154377

Please sign in to comment.