From: Michael Mrozek Date: Sat, 3 Jul 2010 00:33:00 +0000 (+0200) Subject: pandora-first-run.wizard: Stupid. Forgot remove after update-rc-lines X-Git-Tag: sz_beta3~235^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c22b7e6503881433cfc4f8c3a47266ce25c9e32;p=openpandora.oe.git pandora-first-run.wizard: Stupid. Forgot remove after update-rc-lines --- diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index eebd6fa..f157bc7 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r15" +PR = "r16" SRC_URI = " \ file://first-run-wizard.sh \ diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 0b3cb19..dae3efb 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -213,16 +213,16 @@ zenity --info --title="Finished" --text "This concludes the First Boot Wizard.\n # NOTE: This is just a temporary fix! These daemons should be removed from startup in the OE recipes. Until the time is found, we'll do it from here. update-rc.d -f samba remove -update-rc.d -f xinetd -update-rc.d -f avahi-daemon -update-rc.d -f apmd -update-rc.d -f usb-gadget -update-rc.d -f banner -update-rc.d -f portmap -update-rc.d -f mountnfs -update-rc.d -f blueprobe -update-rc.d -f dropbear -update-rc.d -f wl1251-init +update-rc.d -f xinetd remove +update-rc.d -f avahi-daemon remove +update-rc.d -f apmd remove +update-rc.d -f usb-gadget remove +update-rc.d -f banner remove +update-rc.d -f portmap remove +update-rc.d -f mountnfs remove +update-rc.d -f blueprobe remove +update-rc.d -f dropbear remove +update-rc.d -f wl1251-init remove # Write the control file so this script is not run on next boot