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