-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsyslinux.cfg
More file actions
51 lines (42 loc) · 1.57 KB
/
syslinux.cfg
File metadata and controls
51 lines (42 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# CodeVerse Linux Syslinux Configuration
DEFAULT cvh
PROMPT 0
TIMEOUT 50
UI vesamenu.c32
MENU TITLE CodeVerse Linux Boot Menu
MENU RESOLUTION 1024 768
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
LABEL cvh
MENU LABEL CodeVerse Linux (Live)
LINUX /cvh/boot/x86_64/vmlinuz-linux
INITRD /cvh/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=cvh archisolabel=%ARCHISO_LABEL% quiet splash
LABEL cvh-copytoram
MENU LABEL CodeVerse Linux (Live, Copy to RAM)
LINUX /cvh/boot/x86_64/vmlinuz-linux
INITRD /cvh/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=cvh archisolabel=%ARCHISO_LABEL% copytoram=y quiet splash
LABEL cvh-safe
MENU LABEL CodeVerse Linux (Live, Safe Graphics)
LINUX /cvh/boot/x86_64/vmlinuz-linux
INITRD /cvh/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=cvh archisolabel=%ARCHISO_LABEL% nomodeset quiet
LABEL cvh-verbose
MENU LABEL CodeVerse Linux (Live, Verbose Boot)
LINUX /cvh/boot/x86_64/vmlinuz-linux
INITRD /cvh/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=cvh archisolabel=%ARCHISO_LABEL%
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL poweroff
MENU LABEL Power Off
COM32 poweroff.c32