2021-06-21 19:11:04 +00:00
|
|
|
# __ ____ ____ _____
|
|
|
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
|
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
|
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
|
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
|
|
# /_/ /____/
|
|
|
|
|
|
|
|
# WHAT ? This Kickstart file that bootstraps a minimal fedora 34 server.
|
|
|
|
# 'v' for virtual machine, 's' for server, 'm' for minimal, 'e' for efi, 'd' for development.
|
|
|
|
|
|
|
|
# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string :
|
|
|
|
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/vdmed.cfg
|
|
|
|
# A shorter URL can also be used :
|
|
|
|
# inst.ks=https://url.phyllo.me/vdmed
|
|
|
|
|
|
|
|
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
|
|
|
# Bye bye!
|
|
|
|
|
2021-06-21 19:18:28 +00:00
|
|
|
# doesnt-work ! TM
|
|
|
|
# doesnt-work ! TM
|
|
|
|
# doesnt-work ! TM
|
|
|
|
# doesnt-work ! TM
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-06-21 19:11:04 +00:00
|
|
|
# Call the base minimal installation script for Fedora Remix 34.
|
2021-06-21 19:15:37 +00:00
|
|
|
%include ../vsmed.cfg
|
2021-06-21 19:11:04 +00:00
|
|
|
|
|
|
|
## End of the %post section
|
2021-06-21 19:13:35 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
# -initial-setup
|
|
|
|
# -initial-setup-gui
|
2021-06-21 19:11:04 +00:00
|
|
|
%end
|