stage2: add option '--no-hardliks' to mksquashfs
When unpacking squash into multiple partitions using unsquashfs, hardlinks are not converted to files and an unpacking error occurs. See also: https://bugzilla.altlinux.org/45329
This commit is contained in:
parent
8f6b7c6dbe
commit
76e145cb2f
@ -55,4 +55,4 @@ options()
|
||||
fi
|
||||
}
|
||||
|
||||
echo "PACK_SQUASHFS_OPTS=-no-recovery `options`" > /.image/squashcfg.mk
|
||||
echo "PACK_SQUASHFS_OPTS=-no-recovery -no-hardlinks `options`" > /.image/squashcfg.mk
|
||||
|
Loading…
Reference in New Issue
Block a user