Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2768 - (hide annotations) (download)
Wed Feb 10 15:29:02 2016 UTC (8 years, 3 months ago) by niro
File size: 1184 byte(s)
-provide MCORE_LOCATION at boot cmdline and use it to have a valid location on first boot client registration
1 niro 2674 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 niro 2764 kernel http://@@CONTROLSERVER@@/boot/magelive
13 niro 2768 append initrd=http://@@CONTROLSERVER@@/boot/initrd.gz root=live:http://@@CONTROLSERVER@@/boot/squashfs.img rw quiet splash rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8 rd.driver.pre=loop rd.netboot rd.neednet MCORE_LOCATION=@@LOCATION@@
14 niro 2674
15     label nosplash
16 niro 2764 kernel http://@@CONTROLSERVER@@/boot/magelive
17 niro 2768 append initrd=http://@@CONTROLSERVER@@/boot/initrd.gz root=live:http://@@CONTROLSERVER@@/boot/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 MCORE_LOCATION=@@LOCATION@@
18 niro 2674
19     label debug
20 niro 2764 kernel http://@@CONTROLSERVER@@/boot/magelive
21 niro 2768 append initrd=http://@@CONTROLSERVER@@/boot/initrd.gz root=live:http://@@CONTROLSERVER@@/boot/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.live.debug=1 MCORE_LOCATION=@@LOCATION@@