Commit 76e145cb authored by Anton Midyukov's avatar Anton Midyukov

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
parent 8f6b7c6d
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment