hi, I recently noticed that `/dev/stderr` was not present at the very beginning of the boot, in early userspace. if I add `break` parameter to have control during this step and do a `ls` test, this is what I get: ``` [rootfs ]# ls -l /dev/std* ls: /dev/std*: No such file or directory ``` Is there anything special to add/do to get these special devices ? nothing special in my `mkinitcpio.conf`, `base` and `udev` hooks installed/used. just note that the image is made from a chroot with `arch-chroot` with no error/warning. regards, lacsaP.