mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-05 12:50:49 -05:00
45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
# kicksecure-minimal
|
|
|
|
Kicksecure Minimal Template in Qubes OS.
|
|
|
|
## Table of Contents
|
|
|
|
* [Description](#description)
|
|
* [Installation](#installation)
|
|
* [Usage](#usage)
|
|
|
|
## Description
|
|
|
|
Creates the Kicksecure Minimal template as well as a Disposable Template based
|
|
on it.
|
|
|
|
## Installation
|
|
|
|
- Top:
|
|
```sh
|
|
qubesctl top.enable kicksecure-minimal
|
|
qubesctl --targets=kicksecure-17-minimal state.apply
|
|
qubesctl top.disable kicksecure-minimal
|
|
qubesctl state.apply kicksecure-minimal.prefs
|
|
```
|
|
|
|
- State:
|
|
<!-- pkg:begin:post-install -->
|
|
```sh
|
|
qubesctl state.apply kicksecure-minimal.create
|
|
qubesctl --skip-dom0 --targets=kicksecure-17-minimal state.apply kicksecure-minimal.install
|
|
qubesctl state.apply kicksecure-minimal.prefs
|
|
```
|
|
<!-- pkg:end:post-install -->
|
|
|
|
If you want to help improve Kicksecure integration on Qubes, install packages
|
|
that are known to be broken on Qubes and report bugs upstream (get a terminal
|
|
with `qvm-console-dispvm`):
|
|
```sh
|
|
qubesctl --skip-dom0 --targets=kicksecure-17-minimal state.apply kicksecure-minimal.install-testing
|
|
```
|
|
|
|
## Usage
|
|
|
|
AppVMs and StandaloneVMs can be based on this template.
|