[Pbuilder-maint] pbuilder CVS update: pbuilder/examples
G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Sun Jan 29 21:19:20 UTC 2006
User: dancer
Date: 06/01/29 21:19:20
Added: examples G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh
Log:
implement hookdir for workaround of initscripts and cdebootstrap bug.
add G hooks for pbuilder create.
Revision Changes Path
1.1 pbuilder/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh
===================================================================
#!/bin/sh
# work around initscripts postinst which mounts /sys with cdebootstrap.
# Bug: #350262
set +e
umount /sys
umount /run
umount /proc/bus/usb
umount /dev/shm
exit 0;
More information about the Pbuilder-maint
mailing list