Magellan Linux

Diff of /trunk/core/dracut/dracut-014-r1.smage2

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

revision 10184 by niro, Thu Jan 19 12:41:19 2012 UTC revision 10185 by niro, Thu Jan 19 12:42:09 2012 UTC
# Line 116  src_prepare() Line 116  src_prepare()
116   # add uvesafb module with v86d if requested   # add uvesafb module with v86d if requested
117   install -d modules.d/40uvesafb || die   install -d modules.d/40uvesafb || die
118   # pretrigger hook   # pretrigger hook
119   cat > modules.d/40uvesafb/uvesafb-pretrigger.sh || die << EOF   cat > modules.d/40uvesafb/uvesafb-pretrigger.sh << EOF || die
120  #!/bin/sh  #!/bin/sh
121  if getargbool 1 rd.uvesafb -n rd_NO_UVESAFB; then  if getargbool 1 rd.uvesafb -n rd_NO_UVESAFB; then
122      [ ! -c /dev/fb0 -a -e /sbin/v86d ] && modprobe uvesafb      [ ! -c /dev/fb0 -a -e /sbin/v86d ] && modprobe uvesafb
# Line 124  fi Line 124  fi
124  EOF  EOF
125   chmod +x modules.d/40uvesafb/uvesafb-pretrigger.sh || die   chmod +x modules.d/40uvesafb/uvesafb-pretrigger.sh || die
126   # module-setup   # module-setup
127   cat > modules.d/40uvesafb/module-setup.sh || die << EOF   cat > modules.d/40uvesafb/module-setup.sh << EOF || die
128  #!/bin/bash  #!/bin/bash
129    
130  check() {  check() {

Legend:
Removed from v.10184  
changed lines
  Added in v.10185