minor_edit #4

Merged
label merged 2 commits from alangm/rocky-kiwi-descriptions:minor_edit into r9 2024-10-01 15:16:19 +00:00
Showing only changes of commit 8bdb94966e - Show all commits

View File

@ -60,7 +60,7 @@ this on the host instead.
% kiwi-ng --debug --type="iso" \
--profile="XFCE-Live" \
--color-output system \
build \
build \
--description="./" \
--target-dir /builddir/lmc
```
@ -82,7 +82,7 @@ If you wish to use EPEL instead...
% kiwi-ng --debug --type="iso" \
--profile="XFCE-Live" \
--color-output system \
build \
build \
--description="./" \
--target-dir /builddir/lmc
```
@ -110,7 +110,7 @@ The below makes an XFCE live image using SIG/Core packages.
% kiwi-ng --debug --type="iso" \
--profile="XFCE-Live" \
--color-output system \
build \
build \
--description="./" \
--target-dir /builddir/lmc
```
@ -134,7 +134,7 @@ The below uses EPEL instead if you do not wish to use SIG/Core.
% kiwi-ng --debug --type="iso" \
--profile="XFCE-Live" \
--color-output system \
build \
build \
--description="./" \
--target-dir /builddir/lmc
```