mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Merge branch 'master' of github.com:QubesOS/qubes-doc
This commit is contained in:
commit
547da6275c
@ -15,6 +15,8 @@ If you don't like using one of the existing templates because of specific admini
|
||||
|
||||
This article shows how to go about building a template for a different OS.
|
||||
|
||||
You should make sure you understand the details of the BuilderPlugins API - they are explained [here][API].
|
||||
|
||||
Qubes builder scripts
|
||||
=====================
|
||||
|
||||
@ -161,3 +163,5 @@ Add the following line to your fstab (you can create this line in your package i
|
||||
|
||||
Now install the package you built and mount `/proc/xen`.
|
||||
Verify that xenstore-read works by running: `xenstore-read name`. That should give you the current qube name.
|
||||
|
||||
[API]: https://github.com/QubesOS/qubes-builder/blob/master/doc/BuilderPluginAPI.md
|
||||
|
@ -15,10 +15,14 @@ Currently, Qubes OS *does not* automatically "anonymize" or spoof the MAC Addres
|
||||
|
||||
## Upgrading and configuring Network Manager in Qubes
|
||||
|
||||
Newer versions of Network Manager have a robust set of options for randomizing MAC addresses, and can handle the entire process across reboots, sleep/wake cycles and different connection states.
|
||||
In particular, versions 1.4.2 and later should be well suited for Qubes. Qubes R4.0's default sys-net should have 1.8.2-4 by default.
|
||||
Newer versions of Network Manager have options for randomizing MAC addresses, and can handle the entire process across reboots, sleep/wake cycles and different connection states.
|
||||
In particular, versions 1.4.2 and later should be well suited for Qubes. Qubes R4.0's default sys-net should have 1.8.2-4 by default.
|
||||
However, use of the NetworkManager GUI to set these options is **unreliable** - there are numerous reports of changes not being saved for particular cards or interfaces.
|
||||
You should check carefully that any settings you make in the GUI are saved, before relying on this method.
|
||||
If the settings are not saved, you can use the method described below using a config file.
|
||||
|
||||
Network Manager 1.4.2 or later is available from the Fedora 25 repository as well as the Debian 9 repository, which you can install by [upgrading a Debian 8 template to version 9.](/doc/debian-template-upgrade-8/)
|
||||
|
||||
Network Manager 1.4.2 or later is available from the Fedora 25 repository as well as the Debian 10 repository.
|
||||
|
||||
Check that Network Manager version is now at least 1.4.2:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user