iso: noappend to squashfs
This commit is contained in:
parent
305b5ce9ed
commit
f0198a82bf
|
|
@ -139,7 +139,7 @@ iso_mkusr() {
|
||||||
rsync -av $strapdir/ $usrdir --exclude-from=$ztmpfile
|
rsync -av $strapdir/ $usrdir --exclude-from=$ztmpfile
|
||||||
|
|
||||||
mkdir -p $isodir/live
|
mkdir -p $isodir/live
|
||||||
mksquashfs $usrdir/ $isodir/live/filesystem.squashfs
|
mksquashfs $usrdir/ $isodir/live/filesystem.squashfs -noappend
|
||||||
}
|
}
|
||||||
|
|
||||||
iso_make() {
|
iso_make() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue