OSDN Git Service

Merge remote-tracking branch 'upstream/master' into master
[alterlinux/LFBS.git] / nfb / isolinux.cfg
1 # SPDX-License-Identifier: GPL-3.0
2 #
3 # mk-linux419
4 # Twitter: @fascoder_4
5 # Email  : m.k419sabuaka@gmail.com
6 #
7 # (c) 2019-2020 Fascode Network.
8 #
9 # isolinux.cfg
10 #
11
12 UI vesamenu.c32
13
14 MENU TITLE %OS_NAME% Live Disc BIOS Mode Boot Options
15 MENU BACKGROUND splash.png
16 MENU COLOR title  1;37;44 #c0ffffff #00000000 std
17 MENU COLOR sel    1;32;40 #ff4da435 #ff000000 none
18 MENU COLOR hotsel 1;32;40 #ff4da435 #ff000000 none
19
20 DEFAULT live
21 TIMEOUT 30
22
23 LABEL live
24   MENU LABEL BIOS Boot the %OS_NAME% Desktop
25   LINUX /boot/vmlinuz
26   APPEND  initrd=/boot/initrd root=live:CDLABEL=%CD_LABEL% rd.live.image selinux=0 --
27
28 LABEL existing
29   MENU LABEL Boot existing OS
30   COM32 chain.c32
31   APPEND hd0 0
32
33 LABEL reboot
34   MENU LABEL Power Off
35   COM32 poweroff.c32