Commit 3a50809e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: simply 'mknod /dev/fuse' before using it, thanks Andrew

parent a2423ddb
......@@ -13,8 +13,8 @@ echo "I: Adding a custom variable just for the fun of it..." >&2
export CAPTURE_ENVIRONMENT="I capture the environment"
# use disorderfs, mount it as user
exit 0
if [ -x /usr/bin/disorderfs ] ; then
mknod -m 666 /dev/fuse c 10 229
mv /tmp/buildd /tmp/disorderfs
sudo -u pbuilder2 disorderfs /tmp/disorderfs /tmp/buildd
else
......
......@@ -26,6 +26,5 @@ PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
# used for reproducible builds tests, when doing the 2nd build
if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
#BINDMOUNTS="$BINDMOUNTS /dev/fuse"
fi
Supports Markdown
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