User Tools

  • (equal to forum credentials)

Site Tools


update_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

update_issues [2014/11/11 20:55]
palswim Problem is not CuBox-I specific (happened at least on Raspberry Pi, too)
update_issues [2014/11/11 20:56] (current)
palswim Updated patch to alter script to set runlevels instead of commenting lines.
Line 88: Line 88:
 - update-rc.d plymouth start . 2 3 4 5 . stop . 0 6 . >/​dev/​null || exit $? - update-rc.d plymouth start . 2 3 4 5 . stop . 0 6 . >/​dev/​null || exit $?
 -fi -fi
-+#if [ -x "/​etc/​init.d/​plymouth"​ ]; then ++if [ -x "/​etc/​init.d/​plymouth"​ ]; then 
-+# update-rc.d plymouth start 2 3 4 5 . stop 0 6 . >/​dev/​null || exit $? ++ update-rc.d plymouth start 41 2 3 4 5 . stop 41 0 6 . >/​dev/​null || exit $? 
-+#fi++fi
  # End automatically added section  # End automatically added section
  # Automatically added by dh_installinit  # Automatically added by dh_installinit
Line 96: Line 96:
 - update-rc.d plymouth-log start . S . >/​dev/​null || exit $? - update-rc.d plymouth-log start . S . >/​dev/​null || exit $?
 -fi -fi
-+#if [ -x "/​etc/​init.d/​plymouth-log"​ ]; then ++if [ -x "/​etc/​init.d/​plymouth-log"​ ]; then 
-+# update-rc.d plymouth-log start S . >/​dev/​null || exit $? ++ update-rc.d plymouth-log start 40 S . >/​dev/​null || exit $? 
-+#fi++fi
  # End automatically added section  # End automatically added section
  # Automatically added by dh_makeshlibs  # Automatically added by dh_makeshlibs
  if [ "​$1"​ = "​configure"​ ]; then  if [ "​$1"​ = "​configure"​ ]; then
 </​code>​ </​code>​
update_issues.txt · Last modified: 2014/11/11 20:56 by palswim