From b32478bf383fe396185f7b235331da4843a333e7 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 17 Mar 2010 12:58:24 +0100 Subject: [PATCH] fso-image.inc: remove unconditional autostart of bluetooth, avahi, connman. FSO uses dbus system activation for that --- recipes/images/fso-image.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc index 6c381a054b..88fc1679ab 100644 --- a/recipes/images/fso-image.inc +++ b/recipes/images/fso-image.inc @@ -130,8 +130,11 @@ fso_rootfs_postprocess() { # set sensible default DNS entries echo "nameserver 208.67.222.222" > ./etc/resolv.conf echo "nameserver 208.67.220.220" >> ./etc/resolv.conf - # remove autostart of gspd (if installed), we have fso-gpsd and this conflicts + # remove autostart of certain packages which we rather want to start on demand rm -f ./etc/init.d/gpsd + rm -f ./etc/init.d/*blue* + rm -f ./etc/init.d/*connman* + rm -f ./etc/init.d/*avahi* # silence printk mkdir -p ./etc/profile.d/ echo "echo 0 0 0 0 >/proc/sys/kernel/printk" >./etc/profile.d/printk.sh -- 2.39.5