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:
Anton Midyukov 2023-02-28 16:01:03 +07:00
parent 8f6b7c6dbe
commit 76e145cb2f

View File

@ -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