Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_7_branch/usb-install/syslinux.cfg

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

revision 2926 by niro, Wed May 15 12:06:33 2013 UTC revision 2927 by niro, Thu Jan 21 14:39:17 2016 UTC
# Line 4  timeout 300 Line 4  timeout 300
4  prompt 1  prompt 1
5  display boot.msg  display boot.msg
6  F1 boot.msg  F1 boot.msg
7  F2 help.msg  F2 index.msg
8    F3 help.msg
9    F4 debug.msg
10    
11  label nofb  label magelive
12    kernel magelive    kernel magelive
13    append initrd=initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=16384 dousb    append initrd=initrd.gz root=live:CDLABEL=ALX rootfstype=auto ro quiet splash rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8
14    
15  label magelive  label nosplash
16      kernel magelive
17      append initrd=initrd.gz root=live:CDLABEL=ALX rootfstype=auto ro rd.info rd.plymouth=0 rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8
18    
19    label debug
20    kernel magelive    kernel magelive
21    append initrd=initrd.gz root=/dev/ram0 ramdisk_size=16384 dousb    append initrd=initrd.gz root=live:CDLABEL=ALX rootfstype=auto ro systemd.log_target=kmsg systemd.log_level=debug console=tty0 console=ttyS0,38400 rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8

Legend:
Removed from v.2926  
changed lines
  Added in v.2927