Changes
Page history
Update Installation instructions
authored
Jan 17, 2022
by
Nikolai.Hartmann
Show whitespace changes
Inline
Side-by-side
Installation-instructions.md
View page @
df386002
...
@@ -33,7 +33,7 @@ git update-index --assume-unchanged /README.md
...
@@ -33,7 +33,7 @@ git update-index --assume-unchanged /README.md
cd
/var/local/mkosi
cd
/var/local/mkosi
# if not existing yet
# if not existing yet
mkdir
mkosi.cache
mkdir
mkosi.cache
# generate image
(mkosi command available after source .venv/bin/activate)
# generate image
img_name
=
xcache-
$(
date
+%Y-%m-%d-%H%M
)
img_name
=
xcache-
$(
date
+%Y-%m-%d-%H%M
)
mkosi
-i
-t
directory
-o
/var/lib/machines/
$img_name
|&
tee
build_
$img_name
.log
mkosi
-i
-t
directory
-o
/var/lib/machines/
$img_name
|&
tee
build_
$img_name
.log
```
```
...
...
...
...