Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/lpxelinux-skeleton

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2869 - (show annotations) (download)
Fri Aug 14 05:53:17 2020 UTC (3 years, 8 months ago) by niro
File size: 1430 byte(s)
-add support for bootsubdir variable
1 default @@DEFAULTENTRY@@
2
3 timeout @@TIMEOUT@@
4 prompt @@PROMPT@@
5 display boot.msg
6 F1 boot.msg
7 F2 index.msg
8 F3 help.msg
9 F4 debug.msg
10
11 label magelive
12 kernel http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/magelive
13 append initrd=http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/initrd.gz root=live:http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/squashfs.img rw quiet splash rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8 rd.driver.pre=loop rd.netboot rd.neednet rd.peerdns MCORE_LOCATION=@@LOCATION@@ MCORE_CONTROLSERVER=@@CONTROLSERVER@@
14
15 label nosplash
16 kernel http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/magelive
17 append initrd=http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/initrd.gz root=live:http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/squashfs.img rw rd.info rd.plymouth=0 rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8 rd.driver.pre=loop rd.netboot rd.neednet rd.peerdns MCORE_LOCATION=@@LOCATION@@ MCORE_CONTROLSERVER=@@CONTROLSERVER@@
18
19 label debug
20 kernel http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/magelive
21 append initrd=http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/initrd.gz root=live:http://@@BOOTSERVER@@/boot@@BOOTSUBDIR@@/squashfs.img rw systemd.log_target=kmsg systemd.log_level=debug console=tty0 console=ttyS0,38400 rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8 rd.driver.pre=loop rd.info rd.netboot rd.shell rd.break loglevel=5 rd.plymouth=0 rd.neednet rd.peerdns rd.live.debug=1 MCORE_LOCATION=@@LOCATION@@ MCORE_CONTROLSERVER=@@CONTROLSERVER@@