add instructions to use livecd-creator to create iso file

add instruction for using qemu-kvm to test the iso file
This commit is contained in:
lukas 2021-08-19 12:07:22 +02:00
parent 23d34b8d5d
commit 8ebabe4c5d

View File

@ -24,6 +24,13 @@
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c ldmd.cfg -o flat-ldmd.cfg
# An ISO file can be created using the following command as *root*:
# livecd-creator -c flat-ldmd.cfg --fslabel=ldmd
# livecd-creator is part of the livecd-tools package
# The resulting ISO can be tested with qemu-kvm, using the following command as *root*:
# qemu-kvm -m 2048 -vga virtio -display gtk,gl=on ldmd.iso
%include blmd.cfg # A base for a minimal live machine
%include bdmd.cfg # A base for a desktop environment