Magellan Linux

Diff of /smage/trunk/core/dracut/alx/files/01-alx.conf

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

revision 4354 by niro, Tue Jul 31 12:29:20 2012 UTC revision 4355 by niro, Thu Nov 15 15:33:42 2012 UTC
# Line 2  Line 2 
2    
3  # i18n  # i18n
4  i18n_vars="/etc/conf.d/keymap:KEYMAP /etc/conf.d/consolefont:CONSOLEFONT"  i18n_vars="/etc/conf.d/keymap:KEYMAP /etc/conf.d/consolefont:CONSOLEFONT"
 omit_dracutmodules+=" dash systemd network i18n "  
5  omit_drivers+=" .*/fs/ocfs/.* "  omit_drivers+=" .*/fs/ocfs/.* "
 add_drivers+=" i915 mga nouveau r128 radeon savage sis tdfx ttm via uvesafb "  
6  stdloglvl=3  stdloglvl=3
 realinitpath="/sbin/init"  
7  install_items+=" nano /etc/nanorc lsmod ps grep cat rm "  install_items+=" nano /etc/nanorc lsmod ps grep cat rm "
8  prefix="/"  prefix="/"
9    systemdutildir=/usr/lib/systemd
10    systemdsystemunitdir=/usr/lib/systemd/system
11    udevdir=/usr/lib/udev
12    omit_dracutmodules+=" dash network i18n"
13    add_dracutmodules+=" systemd "
14    realinitpath="/usr/lib/systemd/systemd"
15    # Uncomment this to enable autoassembly of special devices like cryptoLUKS,
16    # dmraid, mdraid or lvm. Default is off as of dracut version >= 024.
17    #kernelcmdline+=" rd.auto=1 "
18    add_drivers+=" i915 mga nouveau r128 radeon savage sis tdfx ttm via uvesafb "

Legend:
Removed from v.4354  
changed lines
  Added in v.4355