mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-01-30 21:35:14 +00:00
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:
parent
23d34b8d5d
commit
8ebabe4c5d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user