On Mar 09, Ansgar Burchardt <[email protected]> wrote:

> in the sbuild profile's fstab. To accommodate old chroots that still
> have a /dev/ptmx device node, an additional bind mount
> 
>   ${chroot}/dev/pts/ptmx   /dev/ptmx   none   rw,bind 0 0
> 
> is needed to make sure only the devpts' ptmx device is used. I don't
> think this can be done via the profile's fstab, but only via a setup
> script?
No, a plain bind mount inside the chroot is needed and it can be 
configured in fstab:

/dev/pts/ptmx   /dev/ptmx   none   bind 0 0

The bind mount will work anyway even if /dev/pts/ptmx is a symlink.

-- 
ciao,
Marco

Attachment: signature.asc
Description: PGP signature

Reply via email to