// Options for the downloading routines DPkg { // Auto re-mounting of a readonly /usr Pre-Invoke { "mount -o remount,rw /usr"; }; Post-Invoke { "mount -o remount,ro /usr ; true"; }; // Pre-configure all packages with debconf before they are installed. Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";}; Build-Options "-d -b -uc"; }