mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-30 10:09:23 -04:00
formatting, webarchive links, add icons
This commit is contained in:
parent
2093a276b8
commit
d4461fb4cb
6 changed files with 15 additions and 9 deletions
|
@ -19,7 +19,7 @@ In an app qube all of the file system comes from the template except `/home`, `/
|
|||
This means that changes in the rest of the filesystem are lost when the app qube is shutdown.
|
||||
bind-dirs provides a mechanism whereby files usually taken from the template can be persisted across reboots.
|
||||
|
||||
For example, in Whonix, Tor's data dir `/var/lib/tor` [has been made persistent](https://github.com/Whonix/qubes-whonix/blob/8438d13d75822e9ea800b9eb6024063f476636ff/usr/lib/qubes-bind-dirs.d/40_qubes-whonix.conf#L5) in the TemplateBased ProxyVM sys-whonix. In this way sys-whonix can benefit from the Tor anonymity feature 'persistent Tor entry guards' but does not have to be a standalone.
|
||||
For example, in Whonix, Tor's data dir `/var/lib/tor` [has been made persistent in the TemplateBased ProxyVM sys-whonix](https://github.com/Whonix/qubes-whonix/blob/8438d13d75822e9ea800b9eb6024063f476636ff/usr/lib/qubes-bind-dirs.d/40_qubes-whonix.conf#L5). In this way sys-whonix can benefit from the Tor anonymity feature 'persistent Tor entry guards' but does not have to be a standalone.
|
||||
|
||||
## How to use bind-dirs.sh?
|
||||
|
||||
|
|
|
@ -42,8 +42,8 @@ You might face issues when playing video, if the video is choppy instead of
|
|||
smooth display this could be because the X server doesn't work. You can use the
|
||||
Linux terminal (Ctrl-Alt-F2) after starting the virtual machine, login. You can
|
||||
look at the Xorg logs file. As an option you can have the below config as
|
||||
well present in `/etc/X11/xorg.conf.d/90-intel.conf`, depends on HD graphics
|
||||
though -
|
||||
well present in `/etc/X11/xorg.conf.d/90-intel.conf` (depends on HD graphics
|
||||
though).
|
||||
|
||||
```bash
|
||||
Section "Device"
|
||||
|
|
|
@ -90,7 +90,7 @@ Reverting Changes
|
|||
-----------------------------------------
|
||||
|
||||
Any changes which were made to the system in the above steps will need to be reverted before the disk will properly boot.
|
||||
However, LVM will not allow an VG to be renamed to a name already in use.
|
||||
However, LVM will not allow a VG to be renamed to a name already in use.
|
||||
Thes steps must occur either in an app qube or using recovery media.
|
||||
|
||||
1. Unmount any disks that were accessed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue