882052eca0
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
10 lines
107 B
Bash
10 lines
107 B
Bash
#!/bin/bash
|
|
|
|
check() {
|
|
return 255
|
|
}
|
|
|
|
install() {
|
|
inst_hook pre-pivot 50 $moddir/mount_modules.sh
|
|
}
|