Update Installation instructions authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
...@@ -22,7 +22,7 @@ rm /README.md ...@@ -22,7 +22,7 @@ rm /README.md
git update-index --assume-unchanged /README.md git update-index --assume-unchanged /README.md
``` ```
# Build image # Build image (using mkosi)
```bash ```bash
cd /var/local/mkosi cd /var/local/mkosi
# if not existing yet # if not existing yet
...@@ -38,7 +38,7 @@ python3 -m pip install git+https://github.com/systemd/mkosi.git ...@@ -38,7 +38,7 @@ python3 -m pip install git+https://github.com/systemd/mkosi.git
mkosi -i -t directory -o /var/lib/machines/xcache-$(date +%Y-%m-%d-%H%M) mkosi -i -t directory -o /var/lib/machines/xcache-$(date +%Y-%m-%d-%H%M)
``` ```
# Build image (manual `dnf --installroot`) # Build image (using manual `dnf --installroot`)
```bash ```bash
img_name=xcache-$(date +%Y-%m-%d-%H%M) img_name=xcache-$(date +%Y-%m-%d-%H%M)
build_image.sh /var/lib/machines/$img_name build_image.sh /var/lib/machines/$img_name
... ...
......