okay, so I ran `sudo make headers_install`, `modules_install`, and `dtbs_install` (I pointed the path to `/lib/firmware/6.7.0-rc5+/device-tree` though) Something broke in the process ``` daniel@daniel-X13s:~/repos/kernels/steev/linux$ sudo make install INSTALL /boot run-parts: executing /etc/kernel/postinst.d/initramfs-tools 6.7.0-rc5+ /boot/vmlinuz-6.7.0-rc5+ update-initramfs: Generating /boot/initrd.img-6.7.0-rc5+ Using DTB: qcom/sc8280xp-lenovo-thinkpad-x13s.dtb Installing /lib/firmware/6.7.0-rc5+/device-tree/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb into /boot/dtbs/6.7.0-rc5+/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb Installing new sc8280xp-lenovo-thinkpad-x13s.dtb. dpkg-query: no packages found matching run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 1 run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 make[1]: *** [arch/arm64/Makefile:170: install] Error 1 make: *** [Makefile:234: __sub-make] Error 2 ```