Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/busybox/busybox-1.17.4-r9.smage2

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

revision 3511 by niro, Thu Apr 19 15:34:03 2012 UTC revision 3512 by niro, Thu Apr 19 15:46:13 2012 UTC
# Line 197  src_install() Line 197  src_install()
197    
198   # use vt12 for bootsplash and enable SPLASH_X11_TTY for vt03 to supress flickers   # use vt12 for bootsplash and enable SPLASH_X11_TTY for vt03 to supress flickers
199   sed -i 's:#SPLASH_X11_TTY=:SPLASH_X11_TTY=:' ${BINDIR}/etc/splash/splash.conf || die   sed -i 's:#SPLASH_X11_TTY=:SPLASH_X11_TTY=:' ${BINDIR}/etc/splash/splash.conf || die
200   sed -i "s:^\(SPLASH_X11_TTY =\).*:\1\"3\":" ${BINDIR}/etc/splash/splash.conf || die   sed -i 's:^\(SPLASH_X11_TTY =\).*:\1"3":' ${BINDIR}/etc/splash/splash.conf || die
201   sed -i "s:^\(SPLASH_TTY =\).*:\1\"12\":" ${BINDIR}/etc/splash/splash.conf || die   sed -i 's:^\(SPLASH_TTY =\).*:\1"12":' ${BINDIR}/etc/splash/splash.conf || die
202  }  }
203    
204  preinstall()  preinstall()

Legend:
Removed from v.3511  
changed lines
  Added in v.3512