Fixed layout

This commit is contained in:
sajkbflksadbfkasdjf 2022-01-11 22:03:10 +01:00
parent bdc08b143f
commit 0670ca0a3d
No known key found for this signature in database
GPG Key ID: BCBC7D1990DB7757

View File

@ -400,7 +400,7 @@ xenstore-read: xs_open: Permission denied
</details>
During the template building process an error ocurred, corrupting the group id of the /dev/xen/* files.
To fix this you'll need to assign the correct permissions, so you'll have to enter the following <b> while `make template` is running:
To fix this you'll need to assign the correct permissions, so you'll have to enter the following <b> while `make template` is running: </b>
```console
sudo chgrp qubes /dev/xen/*
```