You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adelie Linux beta5 (a Musl-based distro) misses /dev/disk/by-label symlink to sr0 on one of two emulated P2 machines.
The setup uses eudev 3.2.9.
Bochs emulated machine (on the right) creates the symlink fine, and dracut continues successfully here.
But the 86Box emulated machine (on the left) does not, and dracut stops with error.
blkid (which probably provides input for the eudev) looks to be the same:
If I run udevadm test $(udevadm info --query=path --name=/dev/sr0), the outputs show quite a few differences:
Any ideas on what makes to skip creation of the by-label/ symlinks?
The text was updated successfully, but these errors were encountered:
Adelie Linux beta5 (a Musl-based distro) misses
/dev/disk/by-label
symlink tosr0
on one of two emulated P2 machines.The setup uses eudev 3.2.9.
Bochs emulated machine (on the right) creates the symlink fine, and dracut continues successfully here.
But the 86Box emulated machine (on the left) does not, and dracut stops with error.
blkid
(which probably provides input for the eudev) looks to be the same:If I run
udevadm test $(udevadm info --query=path --name=/dev/sr0)
, the outputs show quite a few differences:Any ideas on what makes to skip creation of the
by-label/
symlinks?The text was updated successfully, but these errors were encountered: