On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote:
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.
Hi! This was fixed in mkinitcpio 35.1, specifically in the commit https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/commit/ae2b2d... /dev/stderr (and the rest of them) should exist in early userspace. nl6720