[Pkg-utopia-maintainers] Bug#702176: Bug#702176: Bug#702176: Bug#702176: network-manager: installing into chroot interrupts connectivity

Michael Biebl biebl at debian.org
Sun Mar 3 20:19:38 UTC 2013


On 03.03.2013 20:35, Andrew Shadura wrote:

> 
> I can't as it's generated by debootstrap. Maybe it makes sense to add
> this as an option to debootstrap, or to do this automatically?

target=/srv/chroot
mkdir -p $target/usr/sbin/
echo -e '#!/bin/sh\nreturn 101' > $target/usr/sbin/policy-rc.d
chmod +x $target/usr/sbin/policy-rc.d
debootstrap <suite> $target

should do the trick I think

fwiw, you can also use the policy-rc.d script which is used by pbuilder
and is a bit more sophisticated:
#!/bin/sh

while true; do
case $1 in
  -*) shift ;;
  makedev) exit 0;;
  x11-common) exit 0;;
  *)  exit 101;;
esac
done


This way you can easily control which packages should run in the chroot
or not.

Michael



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20130303/06d96ef2/attachment.pgp>


More information about the Pkg-utopia-maintainers mailing list