Initial commit of autobuild/autodeploy PVC ISO system

This commit is contained in:
2023-09-01 15:41:53 -04:00
commit ad1d2c3e89
6 changed files with 1117 additions and 0 deletions

17
menu.cfg Normal file
View File

@@ -0,0 +1,17 @@
INCLUDE stdmenu.cfg
MENU title PVC Live Installer
DEFAULT PVC Live Installer
LABEL PVC Live Installer
SAY "Booting PVC Live Installer..."
linux /live/vmlinuz-4.19.0-4-amd64
APPEND initrd=/live/initrd.img-4.19.0-4-amd64 boot=live components splash quiet
LABEL Traditional Debian Installer (graphical)
SAY "Booting Traditional Debian Installer (graphical)..."
linux /d-i/gtk/vmlinuz
APPEND initrd=/d-i/gtk/initrd.gz append video=vesa:ywrap,mtrr vga=788
LABEL Traditional Debian Installer (console)
SAY "Booting Traditional Debian Installer (console)..."
linux /d-i/vmlinuz
APPEND initrd=/d-i/initrd.gz