From 8ebabe4c5d624889be7c81e18851afdbcab5ab23 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 19 Aug 2021 12:07:22 +0200 Subject: [PATCH] add instructions to use livecd-creator to create iso file add instruction for using qemu-kvm to test the iso file --- leaves/ldmd.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/leaves/ldmd.cfg b/leaves/ldmd.cfg index 2102ffd..039bd93 100644 --- a/leaves/ldmd.cfg +++ b/leaves/ldmd.cfg @@ -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