Changes
Page history
Update Installation instructions
authored
Nov 11, 2021
by
Nikolai.Hartmann
Show whitespace changes
Inline
Side-by-side
Installation-instructions.md
View page @
b467ba6b
...
...
@@ -22,7 +22,7 @@ rm /README.md
git update-index
--assume-unchanged
/README.md
```
# Build image
# Build image
(using mkosi)
```
bash
cd
/var/local/mkosi
# if not existing yet
...
...
@@ -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
)
```
# Build image (manual `dnf --installroot`)
# Build image (
using
manual `dnf --installroot`)
```
bash
img_name
=
xcache-
$(
date
+%Y-%m-%d-%H%M
)
build_image.sh /var/lib/machines/
$img_name
...
...
...
...