Reformat for better conversion to RST

- essentially concerning the newline issue in lists
This commit is contained in:
Tobias Killer 2024-09-21 19:34:01 +02:00
parent 1ffc54d84b
commit b330828152
11 changed files with 105 additions and 103 deletions

View file

@ -23,6 +23,7 @@ If you've installed successfully in legacy mode but had to change some kernel pa
04. Install using your modified boot entry
**Change xen configuration directly in an iso image**
01. Set up a loop device (replacing `X` with your ISO's version name): `losetup -P /dev/loop0 Qubes-RX-x86_64.iso`
02. Mount the loop device: `sudo mount /dev/loop0p2 /mnt`
03. Edit `EFI/BOOT/BOOTX64.cfg` to add your params to the `kernel` configuration key

View file

@ -43,5 +43,6 @@ This can usually be fixed by updating via the command line.
In dom0, open a terminal and run `sudo qubes-dom0-update`.
Depending on your operating system, open a terminal in the templates and run:
* Fedora: `sudo dnf upgrade`
* Debian: `apt-get update && apt-get dist-upgrade`