Consistent indentation.
This commit is contained in:
parent
e871fc059b
commit
eb3979dc83
2 changed files with 38 additions and 38 deletions
|
|
@ -19,19 +19,19 @@ must support POSIX file access control lists (ACLs).
|
||||||
|
|
||||||
The VMs should only be accessible via a desktop started by the VM-Operator.
|
The VMs should only be accessible via a desktop started by the VM-Operator.
|
||||||
|
|
||||||
* Disable the display manager.
|
* Disable the display manager.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl disable gdm
|
# systemctl disable gdm
|
||||||
# systemctl stop gdm
|
# systemctl stop gdm
|
||||||
```
|
```
|
||||||
|
|
||||||
* Disable `getty` on tty1.
|
* Disable `getty` on tty1.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl mask getty@tty1
|
# systemctl mask getty@tty1
|
||||||
# systemctl stop getty@tty1
|
# systemctl stop getty@tty1
|
||||||
```
|
```
|
||||||
|
|
||||||
You can, of course, disable `getty` completely. If you do this, make sure
|
You can, of course, disable `getty` completely. If you do this, make sure
|
||||||
that you can still access your master VM through `ssh`, else you have
|
that you can still access your master VM through `ssh`, else you have
|
||||||
|
|
@ -44,11 +44,11 @@ development purposes and not for production.
|
||||||
|
|
||||||
The following should actually be configured for any VM.
|
The following should actually be configured for any VM.
|
||||||
|
|
||||||
* Prevent suspend/hibernate, because it will lock the VM.
|
* Prevent suspend/hibernate, because it will lock the VM.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install the VM-Operator agent
|
### Install the VM-Operator agent
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,31 +9,31 @@ layout: vm-operator
|
||||||
|
|
||||||
## To version 4.0.0
|
## To version 4.0.0
|
||||||
|
|
||||||
* The VmViewer conlet has been renamed to VmAccess. This affects the
|
* The VmViewer conlet has been renamed to VmAccess. This affects the
|
||||||
[configuration](https://jdrupes.org/vm-operator/user-gui.html). Configuration
|
[configuration](https://jdrupes.org/vm-operator/user-gui.html).
|
||||||
information using the old path
|
Configuration information using the old path
|
||||||
`/Manager/GuiHttpServer/ConsoleWeblet/WebConsole/ComponentCollector/VmViewer`
|
`/Manager/GuiHttpServer/ConsoleWeblet/WebConsole/ComponentCollector/VmViewer`
|
||||||
is still accepted for backward compatibility until the next major version,
|
is still accepted for backward compatibility until the next major version,
|
||||||
but should be updated.
|
but should be updated.
|
||||||
|
|
||||||
The change of name also causes conlets added to the overview page by
|
The change of name also causes conlets added to the overview page by
|
||||||
users to "disappear" from the GUI. They have to be re-added.
|
users to "disappear" from the GUI. They have to be re-added.
|
||||||
|
|
||||||
The latter behavior also applies to the VmConlet conlet which has been
|
The latter behavior also applies to the VmConlet conlet which has been
|
||||||
renamed to VmMgmt.
|
renamed to VmMgmt.
|
||||||
|
|
||||||
* The configuration property `passwordValidity` has been moved from component
|
|
||||||
`/Manager/Controller/DisplaySecretMonitor` to
|
|
||||||
`/Manager/Controller/Reconciler/DisplaySecretReconciler`. The old path is
|
|
||||||
still accepted for backward compatibility until the next major version,
|
|
||||||
but should be updated.
|
|
||||||
|
|
||||||
* The standard [template](./runner.html#stand-alone-configuration) used
|
* The configuration property `passwordValidity` has been moved from component
|
||||||
to generate the QEMU command has been updated. Unless you have enabled
|
`/Manager/Controller/DisplaySecretMonitor` to
|
||||||
automatic updates of the template in the VM definition, you have to
|
`/Manager/Controller/Reconciler/DisplaySecretReconciler`. The old path is
|
||||||
update the template manually. If you're using your own template, you
|
still accepted for backward compatibility until the next major version,
|
||||||
have to add a virtual serial port (see the git history of the standard
|
but should be updated.
|
||||||
template for the required addition).
|
|
||||||
|
* The standard [template](./runner.html#stand-alone-configuration) used
|
||||||
|
to generate the QEMU command has been updated. Unless you have enabled
|
||||||
|
automatic updates of the template in the VM definition, you have to
|
||||||
|
update the template manually. If you're using your own template, you
|
||||||
|
have to add a virtual serial port (see the git history of the standard
|
||||||
|
template for the required addition).
|
||||||
|
|
||||||
## To version 3.4.0
|
## To version 3.4.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue