Skip to content

Commit

Permalink
Install kernel in Whonix templates
Browse files Browse the repository at this point in the history
Whonix is going to switch to in-vm kernel, which require the kernel to
be installed in the template. Since, Whonix is based on minimal
template, it isn't the case normally. Add "install-kernel" option to
install it anyway.

QubesOS/qubes-issues#9570
  • Loading branch information
marmarek committed Nov 19, 2024
1 parent 4c8e86f commit 16139d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R4.2/qubes-os-r4.2-templates-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ templates:
options:
- minimal
- no-recommends
- install-kernel
timeout: 5400
- whonix-workstation-17:
dist: bookworm
flavor: whonix-workstation
options:
- minimal
- no-recommends
- install-kernel
timeout: 5400
- centos-stream-8:
dist: centos-stream8
Expand Down
2 changes: 2 additions & 0 deletions R4.3/qubes-os-r4.3-templates-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ templates:
options:
- minimal
- no-recommends
- install-kernel
timeout: 5400
- whonix-workstation-17:
dist: bookworm
flavor: whonix-workstation
options:
- minimal
- no-recommends
- install-kernel
timeout: 5400
- centos-stream-8:
dist: centos-stream8
Expand Down

0 comments on commit 16139d3

Please sign in to comment.