Initial commit of autobuild/autodeploy PVC ISO system
This commit is contained in:
17
menu.cfg
Normal file
17
menu.cfg
Normal 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
|
Reference in New Issue
Block a user