Skip to content

Commit

Permalink
v8.16 (#6263)
Browse files Browse the repository at this point in the history
- Parallels | Fix boot by adding the BusLogic driver to initramfs
  • Loading branch information
MichaIng authored Mar 21, 2023
1 parent befe91e commit bd6cde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/dietpi-build
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ _EOF_
echo '[ INFO ] Rebuilding virtual machine initramfs to support all virtualizers...'
version=\$(dpkg --get-selections | mawk '\$1~/^linux-image-.*-$parch\$/{print \$1;exit}') || poweroff
version=\${version#linux-image-}
mktirfs -m no -M no --include-modules='ahci,sd_mod,vmw_pvscsi,hv_storvsc,virtio_scsi,virtio_pci,$FSTYPE' -o "/boot/initrd.img-\$version" "\$version" || poweroff
mktirfs -m no -M no --include-modules='ahci,sd_mod,vmw_pvscsi,hv_storvsc,virtio_scsi,virtio_pci,BusLogic,$FSTYPE' -o "/boot/initrd.img-\$version" "\$version" || poweroff
_EOF_

cat << '_EOF_' >> rootfs/etc/rc.local
Expand Down

0 comments on commit bd6cde9

Please sign in to comment.