This website requires JavaScript.
Explore
Help
Sign In
QubesOS
/
qubes-linux-utils
Watch
1
Star
0
Fork
0
You've already forked qubes-linux-utils
Code
Issues
Pull Requests
Releases
Wiki
Activity
f7eea5548a
qubes-linux-utils
/
dracut
/
Makefile
5 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add VM kernel related files as qubes-core-vm-kernel-support package This is preparation for pvgrub support, where all VM kernel files will be installed inside of VM instead of dom0. But also the same could be used to prepare VM kernel image from any dom0 kernel.
2014-07-17 00:27:33 +00:00
install
:
dracut: Provide minimalistic initramfs files - no udev, no systemd Provide simple script to run under busybox, this is all we need in the VM.
2015-03-21 03:14:01 +00:00
$(
MAKE
)
-C simple
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-07 23:29:55 +00:00
$(
MAKE
)
-C full-dmroot
$(
MAKE
)
-C full-modules
Reference in New Issue
Copy Permalink