pmem / run_qemu

A script to create bootable OS images, and run qemu with a locally built kernel.
Creative Commons Zero v1.0 Universal
58 stars 22 forks source link

mkosi.arch: add requirement packages for ndctl #32

Closed irides closed 1 year ago

irides commented 1 year ago

If ~/git/ndctl exists, it will build the ndctl by default. But in Archlinux, it will get error because the required packages are missing. So, add them here.

stellarhopper commented 1 year ago

Looks good, thanks for the update!