Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/alx-0_7_branch/isolinux.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2660 - (hide annotations) (download)
Thu Jul 3 09:17:07 2014 UTC (9 years, 10 months ago) by niro
File size: 681 byte(s)
-update dracut cmds and set de_DE.utf8 locale
1 niro 2119 default magelive
2    
3     timeout 300
4     prompt 1
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 magelive
13 niro 2660 append initrd=initrd.gz root=live:CDLABEL=ALX-i486 rootfstype=auto ro quiet splash rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8
14 niro 2119
15     label nosplash
16     kernel magelive
17 niro 2660 append initrd=initrd.gz root=live:CDLABEL=ALX-i486 rootfstype=auto ro rd.info rd.plymouth=0 rd.vconsole.keymap=de rd.locale.LANG=de_DE.utf8
18 niro 2119
19     label debug
20     kernel magelive
21 niro 2660 append initrd=initrd.gz root=live:CDLABEL=ALX-i486 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