Skip to content
Snippets Groups Projects
Unverified Commit b89b4781 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: setup_pbuilder: configure dpkg to not issue pointless fsync()s

parent 5efd7b2d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ echo
echo "Preseeding man-db/auto-update to false"
echo "man-db man-db/auto-update boolean false" | debconf-set-selections
echo
echo "Configuring dpkg to not fsync()"
echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02speedup
echo
EOF
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment