rename files
This commit is contained in:
@ -6,9 +6,6 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file configures an hypervisor for AMD (tm) CPUs
|
||||
# 'b' for basic building block, 'h' for hypervisor', 'a' for amd
|
||||
|
||||
# This is NOT a standalone kickstart file
|
||||
|
||||
%post --log=/root/bhla.log # Beginning of %post section. Those commands are executed inside the chroot environment. Logging is enabled to help with post-installation troubleshooting
|
||||
|
@ -6,9 +6,6 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file configures an hypervisor for Intel(tm) CPUs and Intel(tm) graphic cards
|
||||
# 'b' for basic building block, 'h' for hypervisor', 'i' for intel
|
||||
|
||||
# This is NOT a standalone kickstart file
|
||||
|
||||
%post --log=/root/blhi.log # Beginning of %post section. Those commands are executed inside the chroot environment. Logging is enabled to help with post-installtion troubleshooting
|
||||
|
@ -7,9 +7,6 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file provides a basic, generic building block to build a virtualization host.
|
||||
# 'b' for basic building block, 'h' for hypervisor'
|
||||
|
||||
# This is NOT a standalone kickstart file
|
||||
|
||||
%packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies.
|
||||
|
@ -6,9 +6,6 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file provides a basic block to build a minimal, live system
|
||||
# 'b' for basic building block, 'l' for live
|
||||
|
||||
# This is NOT a standalone kickstart file
|
||||
|
||||
# text # Perform installation in text mode
|
||||
|
@ -6,4 +6,3 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented live system with a hypervisor optimized for AMD (tm) CPUs
|
||||
# 'l' for live, 's' for server, 'h' for hypervisor', 'a' for amd
|
@ -6,4 +6,3 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented live system with a hypervisor
|
||||
# 'l' for live, 's' for server, 'h' for hypervisor'
|
@ -6,4 +6,3 @@
|
||||
# /_/ /____/
|
||||
|
||||
# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented live system.
|
||||
# 'l' for live, 's' for server
|
Reference in New Issue
Block a user