mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
doc: kicksecure missing minimal flavor
This commit is contained in:
parent
23a569d4e1
commit
ff4773bf8e
@ -1,6 +1,6 @@
|
|||||||
# kicksecure
|
# kicksecure-minimal
|
||||||
|
|
||||||
Kicksecure Template in Qubes OS.
|
Kicksecure Minimal Template in Qubes OS.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
@ -10,32 +10,33 @@ Kicksecure Template in Qubes OS.
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Creates the Kicksecure template as well as a Disposable Template based on it.
|
Creates the Kicksecure Minimal template as well as a Disposable Template based
|
||||||
|
on it.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
- Top:
|
- Top:
|
||||||
```sh
|
```sh
|
||||||
qubesctl top.enable kicksecure
|
qubesctl top.enable kicksecure-minimal
|
||||||
qubesctl --targets=kicksecure-17 state.apply
|
qubesctl --targets=kicksecure-17-minimal state.apply
|
||||||
qubesctl top.disable kicksecure
|
qubesctl top.disable kicksecure-minimal
|
||||||
qubesctl state.apply kicksecure.prefs
|
qubesctl state.apply kicksecure-minimal.prefs
|
||||||
```
|
```
|
||||||
|
|
||||||
- State:
|
- State:
|
||||||
<!-- pkg:begin:post-install -->
|
<!-- pkg:begin:post-install -->
|
||||||
```sh
|
```sh
|
||||||
qubesctl state.apply kicksecure.create
|
qubesctl state.apply kicksecure-minimal.create
|
||||||
qubesctl --skip-dom0 --targets=kicksecure-17 state.apply kicksecure.install
|
qubesctl --skip-dom0 --targets=kicksecure-17-minimal state.apply kicksecure-minimal.install
|
||||||
qubesctl state.apply kicksecure.prefs
|
qubesctl state.apply kicksecure-minimal.prefs
|
||||||
```
|
```
|
||||||
<!-- pkg:end:post-install -->
|
<!-- pkg:end:post-install -->
|
||||||
|
|
||||||
If you want to help improve Kicksecure on Qubes, install packages that are
|
If you want to help improve Kicksecure integration on Qubes, install packages
|
||||||
known to be broken on Qubes and report bugs upstream (get a terminal with
|
that are known to be broken on Qubes and report bugs upstream (get a terminal
|
||||||
qvm-console-dispvm):
|
with `qvm-console-dispvm`):
|
||||||
```sh
|
```sh
|
||||||
qubesctl --skip-dom0 --targets=kicksecure-17 state.apply kicksecure.install-testing
|
qubesctl --skip-dom0 --targets=kicksecure-17-minimal state.apply kicksecure-minimal.install-testing
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user