mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-21 13:34:43 -04:00
start also script
This commit is contained in:
parent
9849fea742
commit
5972274c9d
1 changed files with 2 additions and 1 deletions
|
@ -87,13 +87,14 @@ Internet access is intentionally disabled by default in dom0. But to ease the de
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Enable and start the SSH Server and the script on boot:
|
7. Then, enable and start the SSH Server and the script on boot:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl enable sshd
|
sudo systemctl enable sshd
|
||||||
sudo systemctl start sshd
|
sudo systemctl start sshd
|
||||||
|
|
||||||
sudo systemctl enable dom0-network-direct
|
sudo systemctl enable dom0-network-direct
|
||||||
|
sudo systemctl start dom0-network-direct
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** If you want to install additional software in dom0 and your only network card was assigned to dom0, then _instead_ of the usual `sudo qubes-dom0-update <PACKAGE>` now you run `sudo dnf --setopt=reposdir=/etc/yum.repos.d install <PACKAGE>`.
|
> **Note:** If you want to install additional software in dom0 and your only network card was assigned to dom0, then _instead_ of the usual `sudo qubes-dom0-update <PACKAGE>` now you run `sudo dnf --setopt=reposdir=/etc/yum.repos.d install <PACKAGE>`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue