docs: update getstarted/disk
This commit is contained in:
parent
19c60d815d
commit
81e3c152b1
@ -2,7 +2,7 @@
|
|||||||
title: Get started with Phyllome OS
|
title: Get started with Phyllome OS
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2021-11-23T13:16:42.288Z
|
date: 2021-11-23T13:33:26.183Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-11-13T11:37:31.498Z
|
dateCreated: 2021-11-13T11:37:31.498Z
|
||||||
@ -16,12 +16,25 @@ dateCreated: 2021-11-13T11:37:31.498Z
|
|||||||
|
|
||||||
After Phyllome OS [has been successfully installed](/deploy/install) and [the first-launch process has been completed](/deploy/install#first-launch), a few tasks are required before it can be used to its fullest potential.
|
After Phyllome OS [has been successfully installed](/deploy/install) and [the first-launch process has been completed](/deploy/install#first-launch), a few tasks are required before it can be used to its fullest potential.
|
||||||
|
|
||||||
> As Phyllome OS evolves, one of the main goal is to shorten the time it would take for an end-user to have a fully operational virtual machine loaded with the installer of their favorite operating system, to the point that a user may not see the Phyllome OS Desktop environnement at all.
|
> As Phyllome OS evolves, one of the main goal is to shorten the time it would take for an end-user to have a fully operational virtual machine loaded with the installer of their favorite operating system, to the point that a user may not see the Phyllome OS environnement at all.
|
||||||
{.is-info}
|
{.is-info}
|
||||||
|
|
||||||
### Correct
|
### Grant the current user the ability to manage virtual machines
|
||||||
|
|
||||||
|
Any new user, including the one that has been created during the first-launch set up, won't be part of the `libvirt` group. It means that it won't be able to manage the *qemu:///system*, which runs `libvirt` as root.
|
||||||
|
|
||||||
|
To avoid a password prompt each time the Virtual Machine Manager is launched, you can add the current user to the `libvirt` by using the following command, in the terminal:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo usermod -a -G libvirt $(whoami)
|
||||||
|
```
|
||||||
|
> A known bug affects the terminal: extra spaces between letters. To solve it, click on the burger menu (three stacked horizontal lines) then go to *Preferences > Profiles > Unnamed* and check the box called *Custom font*.
|
||||||
|
{.is-warning}
|
||||||
|
|
||||||
|
### Run a few scripts
|
||||||
|
|
||||||
|
During the installation process, a few scripts got fetched. They need to be run to further customize Phyllome OS.
|
||||||
|
|
||||||
Grant the current user
|
|
||||||
|
|
||||||
|
|
||||||
## What to do next
|
## What to do next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user