Update information on kernel files

Merge branch 'pr-1402'
This commit is contained in:
unman 2024-06-08 01:46:38 +00:00
commit ab51621f8d
No known key found for this signature in database
GPG Key ID: BB52274595B71262

View File

@ -224,7 +224,7 @@ Kernel for a VM is stored in `/var/lib/qubes/vm-kernels/KERNEL_VERSION` director
* `modules.img` - ext4 filesystem image containing Linux kernel modules (to be mounted at `/lib/modules`); additionally it should contain a copy of `vmlinuz` and `initramfs` in its root directory (for loading by qemu inside stubdomain) * `modules.img` - ext4 filesystem image containing Linux kernel modules (to be mounted at `/lib/modules`); additionally it should contain a copy of `vmlinuz` and `initramfs` in its root directory (for loading by qemu inside stubdomain)
* `default-kernelopts-common.txt` - default kernel options, in addition to those specified with `kernelopts` qube property (can be disabled with `no-default-kernelopts` feature) * `default-kernelopts-common.txt` - default kernel options, in addition to those specified with `kernelopts` qube property (can be disabled with `no-default-kernelopts` feature)
All the files besides `vmlinuz` and `initramfs` are optional in Qubes R4.0 or newer. All the files besides `vmlinuz` are optional in Qubes R4.2 or newer.
## Using kernel installed in the VM ## Using kernel installed in the VM