merge file content and remove redundant file
This commit is contained in:
parent
0b3a4bc3b0
commit
50defe6591
@ -5,12 +5,23 @@
|
|||||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||||
# /_/ /____/
|
# /_/ /____/
|
||||||
|
|
||||||
# What ? This kickstart file bootstraps a live desktop hypervisor expecting Intel(tm) CPU and Intel(tm) Graphics.
|
# What ? This kickstart file bootstraps a live desktop hypervisor machine.
|
||||||
# 'l' for live, 'd' for desktop, 'h' for hypervisor, 'm' for minimal, 'd' for development only.
|
# 'l' for live, 'h' for hypervisor, 'd' for desktop, 'm' for minimal, 'd' for development only.
|
||||||
|
|
||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# Bye bye
|
||||||
|
|
||||||
%include blmd.cfg # A base for a minimal live machine
|
%include ldmd.cfg # A base for a live desktop minimal machine
|
||||||
%include bdmd.cfg # A desktop environment
|
%include bhmd.cfg # A base hypervisor
|
||||||
%include bhmd.cfg # A base hypervisor
|
|
||||||
|
%packages --exclude-weakdeps
|
||||||
|
|
||||||
|
virt-manager
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
usermod -a -G libvirt liveuser # Make user "liveuser" part of the existing libvirt group to allow it to interact with the guest-hypervisor.
|
||||||
|
|
||||||
|
%end
|
@ -1,27 +0,0 @@
|
|||||||
# __ ____ ____ _____
|
|
||||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
||||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
||||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
||||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
||||||
# /_/ /____/
|
|
||||||
|
|
||||||
# What ? This kickstart file bootstraps a live desktop machine.
|
|
||||||
# 'l' for live, 'h' for hypervisor, 'd' for desktop, 'm' for minimal, 'd' for development only.
|
|
||||||
|
|
||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
|
||||||
# Bye bye
|
|
||||||
|
|
||||||
%include ldmd.cfg # A base for a live desktop minimal machine
|
|
||||||
%include bhmd.cfg # A base hypervisor
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
virt-manager
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
usermod -a -G libvirt liveuser # Make user "liveuser" part of the existing libvirt group to allow it to interact with the guest-hypervisor.
|
|
||||||
|
|
||||||
%end
|
|
Loading…
x
Reference in New Issue
Block a user