mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
fixed issue #497 (creating and using a live installation)
This commit is contained in:
parent
1f1eb3db9a
commit
758902b801
1 changed files with 4 additions and 2 deletions
|
@ -46,9 +46,11 @@ To make the image, simply issue the following command:
|
|||
|
||||
[options="nowrap"]
|
||||
----
|
||||
ksflatten -c /usr/share/spin-kickstarts/fedora-live-workstation.ks \
|
||||
-o fedora-live-workstation-flat.ks
|
||||
livecd-creator --verbose \
|
||||
--config=/path/to/kickstart/file.ks \
|
||||
--fslabel=Image-Label \
|
||||
--config=fedora-live-workstation-flat.ks \
|
||||
--fslabel=Fedora-LiveCD \
|
||||
--cache =/var/cache/live
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue