Commit 1a2ad1e6 authored by Anton Midyukov's avatar Anton Midyukov

Revert "live-install: remove 05-live-install-no-hardlinks"

This reverts commit a443973a. squashfs-tools 4.7.0 still has the same problem.
parent 5775137f
#!/bin/sh -efu
[ -n "${GLOBAL_LIVE_INSTALL:-}" ] || exit 0
[ -s /.image/squashcfg.mk ] || exit 1
sed -i 's/PACK_SQUASHFS_OPTS=/PACK_SQUASHFS_OPTS=-no-hardlinks /' /.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