# HG changeset patch # User Rohit Joshi # Date 1244568186 0 # Node ID a022b44347a239c73ff7beed4866c4ca0ec10d7e # Parent 68e576fc2677fde4bfc26020e9b12a6b7e73657f exclude unwanted fdi files in HAL (improve boot time) diff -r 68e576fc2677 -r a022b44347a2 hal/receipt --- a/hal/receipt Tue Jun 09 15:10:39 2009 +0000 +++ b/hal/receipt Tue Jun 09 17:23:06 2009 +0000 @@ -63,6 +63,13 @@ # Init script cp -a stuff/etc $fs chown -R root.root $fs + + # exclude unwanted fdi files + rm $fs/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi + rm $fs/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi + rm $fs/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi + rm $fs/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi + rm $fs/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi } pre_install()