From 2c22b7e6503881433cfc4f8c3a47266ce25c9e32 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 3 Jul 2010 02:33:00 +0200 Subject: [PATCH] pandora-first-run.wizard: Stupid. Forgot remove after update-rc-lines --- .../pandora-first-run-wizard.bb | 2 +- .../first-run-wizard.sh | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) 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 -- 2.39.5