fixed issue #497 (creating and using a live installation)

This commit is contained in:
Peter Boy 2022-12-09 00:07:27 +01:00
parent 1f1eb3db9a
commit 758902b801

View file

@ -46,9 +46,11 @@ To make the image, simply issue the following command:
[options="nowrap"] [options="nowrap"]
---- ----
ksflatten -c /usr/share/spin-kickstarts/fedora-live-workstation.ks \
-o fedora-live-workstation-flat.ks
livecd-creator --verbose \ livecd-creator --verbose \
--config=/path/to/kickstart/file.ks \ --config=fedora-live-workstation-flat.ks \
--fslabel=Image-Label \ --fslabel=Fedora-LiveCD \
--cache =/var/cache/live --cache =/var/cache/live
---- ----