15cc3b2d51
Provide simple script to run under busybox, this is all we need in the VM.
5 lines
167 B
Makefile
5 lines
167 B
Makefile
install:
|
|
install -d $(DESTDIR)/usr/lib/dracut/modules.d/90qubes-vm-simple
|
|
install module-setup.sh init.sh \
|
|
$(DESTDIR)/usr/lib/dracut/modules.d/90qubes-vm-simple/
|