iso: noappend to squashfs

This commit is contained in:
Jaromil 2016-06-13 15:40:37 +02:00
parent 305b5ce9ed
commit f0198a82bf
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ iso_mkusr() {
rsync -av $strapdir/ $usrdir --exclude-from=$ztmpfile
mkdir -p $isodir/live
mksquashfs $usrdir/ $isodir/live/filesystem.squashfs
mksquashfs $usrdir/ $isodir/live/filesystem.squashfs -noappend
}
iso_make() {