Bug#230008: please respect policy-rc.d
Hi,
> > libc.postinst does:
> >
> > updatercd mountkernfs start 35 S .
> > /etc/init.d/mountkernfs 2>/dev/null || true
> >
> > is it possible to use invoke-rc.d when possible?
> >
> > if [ -e /usr/sbin/invoke-rc.d ]; then
> > invoke-rc.d mountkernfs start
> > else
> > /etc/init.d/mountkernfs 2>/dev/null || true
> > fi
> >
> > I don't want filesystems randomly mounted inside chroot.
>
> It looks reasonable. I've put this modification. Thanks.
What has happened to this change/bugreport ?
Is libc going to mount this filesystem ?
I'll either need to get this fixed or work around this
on pbuilder side.
regards,
junichi
Reply to: