On 2014-06-06, sven falempin <sven.falem...@gmail.com> wrote:
> Dear misc readers,
>
> I try to understand why MAKEDEV is failing inside my chroot, while i
> can manually create some dev with mknod .
>
> Like:
> SCRIPT  ${DESTDIR}/dev/MAKEDEV                  dev/MAKEDEV
> SPECIAL cd dev; sh MAKEDEV ramdisk
> sh: <stdin>[1]: mknod: console: Invalid argument
> sh: <stdin>[1]: mknod: tty: Invalid argument
>
> AFAIK everything else is ok inside the CHROOT.
>
> Help is welcome.
>
>

Your chroot is probably on a filesystem mounted with "nodev".

Reply via email to