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

@@ -12,10 +12,13 @@
# 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/iso/idhmd.cfg
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
# 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/iso/idmd.cfg # Include idmd.cfg, a desktop machine
reboot --kexec # Reboot straight into the system after a successfull installation
%post # Beginning of %post section