qubes-linux-utils/dracut/Makefile
Marek Marczykowski-Górecki 882052eca0
dracut: split 'full' dracut module into 'full-dmroot' and 'full-modules'
When PV Grub will be used, VM initramfs should not contain /lib/modules
mounting code, as the VM root.img will already contains kernel modules.
Make it possible by splitting the module.

QubesOS/qubes-issues#1354
2015-11-08 03:44:27 +01:00

5 lines
77 B
Makefile

install:
$(MAKE) -C simple
$(MAKE) -C full-dmroot
$(MAKE) -C full-modules