mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-30 10:09:23 -04:00
Merge branch 'QubesOS:main' into main
This commit is contained in:
commit
b88a6bfda0
12 changed files with 29 additions and 46 deletions
|
@ -11,8 +11,7 @@ ref: 180
|
|||
title: Config files
|
||||
---
|
||||
|
||||
Qubes-specific VM config files
|
||||
------------------------------
|
||||
## Qubes-specific VM config files
|
||||
|
||||
These files are placed in `/rw`, which survives a VM restart.
|
||||
That way, they can be used to customize a single VM instead of all VMs based on the same template.
|
||||
|
@ -76,8 +75,7 @@ Note that scripts need to be executable (`chmod +x`) to be used.
|
|||
|
||||
Also, take a look at [bind-dirs](/doc/bind-dirs) for instructions on how to easily modify arbitrary system files in an app qube and have those changes persist.
|
||||
|
||||
GUI and audio configuration in dom0
|
||||
-----------------------------------
|
||||
## GUI and audio configuration in dom0
|
||||
|
||||
The GUI configuration file `/etc/qubes/guid.conf` in one of a few not managed by `qubes-prefs` or the Qubes Manager tool.
|
||||
Sample config (included in default installation):
|
||||
|
|
|
@ -32,7 +32,8 @@ In most cases, the GUI tool Qube Settings (available for every qube from the Sta
|
|||
|
||||

|
||||
|
||||
In case of standalone qubes and templates, just change the Disk Storage settings above.
|
||||
In case of standalone qubes and templates, just change the Disk Storage settings above. If the standalone fails to start, temporarily increase the `qrexec_timeout`, [as described here](https://github.com/QubesOS/qubes-issues/issues/9251#issuecomment-2121596415).
|
||||
|
||||
In case of template-based qubes, the private storage (the /home directory and user files) can be changed in the qube's own settings, but the system root image is [inherited from the template](/doc/getting-started/), and so it must be changed in the template settings.
|
||||
If you are increasing the disk image size for Linux-based qubes installed from Qubes OS repositories in Qubes 4.0 or later, changing the settings above is all you need to do - in other cases, you may need to do more, according to instructions below.
|
||||
See also the OS-specific follow-up instructions below.
|
||||
|
|
|
@ -31,7 +31,7 @@ qvm-volume info vmname:private
|
|||
|
||||
The output of the above command will also display the "Available revisions
|
||||
(for revert)" at the bottom. For a very large volume in a small pool,
|
||||
revisions_to_keep should probably be set to the minimum value of 1 to minimize
|
||||
revisions_to_keep should probably be set to the maximum value of 1 to minimize
|
||||
the possibility of the pool being accidentally filled up by snapshots. For a
|
||||
smaller volume for which you would like to have the future option of reverting,
|
||||
revisions_to_keep should probably be set to at least 2. To set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue