mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Add isolinux folder
This commit is contained in:
parent
e955be1a48
commit
7a0ae6f4f6
10 changed files with 69 additions and 0 deletions
4
isolinux/adgtk.cfg
Normal file
4
isolinux/adgtk.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
label expertgui
|
||||
menu label Graphical expert install
|
||||
kernel /install.386/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/advanced.preseed video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/initrd.gz -- quiet
|
4
isolinux/adtxt.cfg
Normal file
4
isolinux/adtxt.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
label expert
|
||||
menu label ^Expert install
|
||||
kernel /install.386/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/advanced.preseed vga=788 initrd=/install.386/initrd.gz -- quiet
|
4
isolinux/amdadgtk.cfg
Normal file
4
isolinux/amdadgtk.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
label expertgui
|
||||
menu label Graphical expert install
|
||||
kernel /install.amd/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/advanced.preseed video=vesa:ywrap,mtrr vga=788 initrd=/install.amd/gtk/initrd.gz -- quiet
|
4
isolinux/amdadtxt.cfg
Normal file
4
isolinux/amdadtxt.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
label expert
|
||||
menu label ^Expert install
|
||||
kernel /install.amd/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/advanced.preseed vga=788 initrd=/install.amd/initrd.gz -- quiet
|
4
isolinux/amdgtk.cfg
Normal file
4
isolinux/amdgtk.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
label installgui
|
||||
menu label ^Graphical install
|
||||
kernel /install.amd/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/default.preseed video=vesa:ywrap,mtrr vga=788 initrd=/install.amd/gtk/initrd.gz -- quiet
|
6
isolinux/amdtxt.cfg
Normal file
6
isolinux/amdtxt.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
default install
|
||||
label install
|
||||
menu label ^Install
|
||||
menu default
|
||||
kernel /install.amd/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/default.preseed vga=788 initrd=/install.amd/initrd.gz -- quiet
|
4
isolinux/gtk.cfg
Normal file
4
isolinux/gtk.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
label installgui
|
||||
menu label ^Graphical install
|
||||
kernel /install.386/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/default.preseed video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/initrd.gz -- quiet
|
20
isolinux/menu.cfg
Normal file
20
isolinux/menu.cfg
Normal file
|
@ -0,0 +1,20 @@
|
|||
menu hshift 15
|
||||
menu width 49
|
||||
|
||||
menu title Installer boot menu
|
||||
include stdmenu.cfg
|
||||
include txt.cfg
|
||||
include amdtxt.cfg
|
||||
include gtk.cfg
|
||||
include amdgtk.cfg
|
||||
include adtxt.cfg
|
||||
include amdadtxt.cfg
|
||||
include adgtk.cfg
|
||||
include amdadgtk.cfg
|
||||
menu end
|
||||
label help
|
||||
menu label ^Help
|
||||
text help
|
||||
Display help screens; type 'menu' at boot prompt to return to this menu
|
||||
endtext
|
||||
config prompt.cfg
|
13
isolinux/stdmenu.cfg
Normal file
13
isolinux/stdmenu.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
menu background splash.png
|
||||
menu color title * #FFFFFFFF *
|
||||
menu color border * #00000000 #00000000 none
|
||||
menu color sel * #ffffffff #76a1d0ff *
|
||||
menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
|
||||
menu color tabmsg * #ffffffff #00000000 *
|
||||
menu color help 37;40 #ffdddd00 #00000000 none
|
||||
menu vshift 16
|
||||
menu rows 7
|
||||
menu helpmsgrow 12
|
||||
menu cmdlinerow 12
|
||||
menu tabmsgrow 13
|
||||
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
|
6
isolinux/txt.cfg
Normal file
6
isolinux/txt.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
default install
|
||||
label install
|
||||
menu label ^Install
|
||||
menu default
|
||||
kernel /install.386/vmlinuz
|
||||
append preseed/file=/cdrom/simple-cdd/default.preseed vga=788 initrd=/install.386/initrd.gz -- quiet
|
Loading…
Add table
Reference in a new issue