Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2784 by niro, Wed Feb 10 15:29:02 2016 UTC revision 2785 by niro, Wed Feb 17 10:22:09 2016 UTC
# Line 9  F3 help.msg Line 9  F3 help.msg
9  F4 debug.msg  F4 debug.msg
10    
11  label magelive  label magelive
12   kernel http://@@CONTROLSERVER@@/boot/magelive   kernel http://@@BOOTSERVER@@/boot/magelive
13   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@@   append initrd=http://@@BOOTSERVER@@/boot/initrd.gz root=live:http://@@BOOTSERVER@@/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@@ MCORE_CONTROLSERVER=@@CONTROLSERVER@@
14    
15  label nosplash  label nosplash
16   kernel http://@@CONTROLSERVER@@/boot/magelive   kernel http://@@BOOTSERVER@@/boot/magelive
17   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@@   append initrd=http://@@BOOTSERVER@@/boot/initrd.gz root=live:http://@@BOOTSERVER@@/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@@ MCORE_CONTROLSERVER=@@CONTROLSERVER@@
18    
19  label debug  label debug
20   kernel http://@@CONTROLSERVER@@/boot/magelive   kernel http://@@BOOTSERVER@@/boot/magelive
21   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@@   append initrd=http://@@BOOTSERVER@@/boot/initrd.gz root=live:http://@@BOOTSERVER@@/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@@ MCORE_CONTROLSERVER=@@CONTROLSERVER@@

Legend:
Removed from v.2784  
changed lines
  Added in v.2785