Commit ab145284 authored by Michael Shigorin's avatar Michael Shigorin

dev: added support for squashfs-tools 4.3

New mksquashfs requires /proc; mkimage 0.2.15 takes care for that; it's time for this feature to get accustomed either.
parent 9c3abcdc
......@@ -39,5 +39,8 @@ ln -s "$TMP/hasher" "$HOME/hasher"
echo "export share_network=1" >> /etc/profile.d/hasher.sh
chmod +x /etc/profile.d/hasher.sh
# squashfs-tools 4.3+
echo "allowed_mountpoints=/proc" >> /etc/hasher-priv/system
# requisite
hasher-useradd "$USER"
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