add --nochroot execution in %post
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
c8b083a1d8
commit
44346a243d
@ -15,6 +15,13 @@
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c ldhmd.cfg -o flat-ldhmd.cfg
|
||||
|
||||
# An ISO file can be created using the following command as *root*:
|
||||
# livecd-creator -c flat-ldhmd.cfg --fslabel=ldhmd
|
||||
# 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 ldhmd.iso
|
||||
|
||||
%include ldmd.cfg # A base for a live desktop minimal machine
|
||||
%include bhmd.cfg # A base hypervisor
|
||||
|
||||
@ -24,7 +31,7 @@ virt-manager
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
%post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment
|
||||
|
||||
usermod -a -G libvirt liveuser # Make user "liveuser" part of the existing libvirt group to allow it to interact with the guest-hypervisor.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user