Magellan Linux

Diff of /trunk/installer-simple/functions/hwdetection.sh

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

revision 2406 by niro, Tue Jan 7 13:23:50 2014 UTC revision 2407 by niro, Tue Jan 7 13:24:37 2014 UTC
# Line 282  create_initrd() Line 282  create_initrd()
282   # setup modprobe conf too   # setup modprobe conf too
283   [[ ! -d $(dirname ${uvesafb_config}) ]] && install -d $(dirname ${uvesafb_config})   [[ ! -d $(dirname ${uvesafb_config}) ]] && install -d $(dirname ${uvesafb_config})
284   cat > ${uvesafb_config} << EOF   cat > ${uvesafb_config} << EOF
285  # This file sets the parameters for uvesafb module.  # This file sets the parameters for uvesafb module.
286  # The following format should be used:  # The following format should be used:
287  # options uvesafb mode_option=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...  # options uvesafb mode_option=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
288  #  #

Legend:
Removed from v.2406  
changed lines
  Added in v.2407