clearlinux / clr-init

Initrd created using systemd as init program
GNU General Public License v3.0
11 stars 7 forks source link

Fix broken symlink for /sbin #6

Closed mdhorn closed 4 years ago

mdhorn commented 4 years ago

initramfs: /sbin needs to link to /usr/bin

Many udev rules were failing to execute due to referencing binaries in /sbin which was empty.

Part of the enablement for the clr-installer to support software RAID for the / (root) file system.