cdrom-based installation

make it more generic
This commit is contained in:
2021-08-19 20:04:02 +02:00
parent 78cec27474
commit 22ddbf15d5
3 changed files with 19 additions and 3 deletions

View File

@ -15,4 +15,13 @@
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
# Bye bye!
%include https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/bmd.cfg # Include bmd.cfg, a minimal system
%include https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/bmd.cfg # Include bmd.cfg, a minimal system
firstboot --enable --reconfig # Initial Setup will start after the first reboot
reboot --kexec # Reboot straight into the system after a successfull installation
%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
initial-setup # Install the initial setup package.
%end # End of the packages section