New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/41716#issuecomment-1387485305 Comment: just built dracut from this branch, it does not work with [mklive](https://github.com/void-linux/void-mklive). ``` $ make ... $ doas ./build-x86-images.sh -a x86_64 -b xfce -r ~/void/packages/hostdir/binpkgs/LaszloGombos/master/ ... [5/9] Generating initramfs image (xz)... dracut: Executing: /usr/bin/dracut -N --xz --add-drivers ahci --force-add "vmklive autoinstaller" --omit systemd /boot/initrd 6.1.6_1 dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'network' depends on 'network-manager', which can't be installed dracut: dracut module 'autoinstaller' depends on 'network', which can't be installed dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'url-lib' will not be installed, because command 'curl' could not be found! dracut: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! dracut: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found! dracut: 95nfs: Could not find any command of 'rpcbind portmap'! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'autoinstaller' cannot be found or installed. ERROR: Failed to generate the initramfs ``` autoinstaller is from [here](https://github.com/void-linux/void-mklive/tree/master/dracut/autoinstaller) relevant lines appear to be: ``` dracut: dracut module 'network' depends on 'network-manager', which can't be installed dracut: dracut module 'autoinstaller' depends on 'network', which can't be installed dracut: dracut module 'autoinstaller' cannot be found or installed. ```