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 2763 by niro, Fri Dec 11 08:48:44 2015 UTC revision 2764 by niro, Tue Feb 9 12:18:21 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@@/magelive   kernel http://@@CONTROLSERVER@@/boot/magelive
13   append initrd=http://@@CONTROLSERVER@@/initrd.gz root=live:http://@@CONTROLSERVER@@/squashfs.img rw quiet splash rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8 rd.driver.pre=loop rd.netboot rd.neednet   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
14    
15  label nosplash  label nosplash
16   kernel http://@@CONTROLSERVER@@/magelive   kernel http://@@CONTROLSERVER@@/boot/magelive
17   append initrd=http://@@CONTROLSERVER@@/initrd.gz root=live:http://@@CONTROLSERVER@@/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   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
18    
19  label debug  label debug
20   kernel http://@@CONTROLSERVER@@/magelive   kernel http://@@CONTROLSERVER@@/boot/magelive
21   append initrd=http://@@CONTROLSERVER@@/initrd.gz root=live:http://@@CONTROLSERVER@@/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   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

Legend:
Removed from v.2763  
changed lines
  Added in v.2764