Steps to replicate
- try to boot any sysvinit distro
- initrd fails when calling
exec bin/chroot / /mnt/live/bin/init
Just by changing chroot to GNU one and keeping everything else untouched, the system boots just fine:

System
PorteuX 2.4 dev
coreutils 0.3.0 built using cargo build --release --features unix
Steps to replicate
exec bin/chroot / /mnt/live/bin/initJust by changing

chrootto GNU one and keeping everything else untouched, the system boots just fine:System
PorteuX 2.4 dev
coreutils 0.3.0 built using
cargo build --release --features unix