diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-01 19:45:36 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-01 19:45:36 +0000 |
commit | f65d77a77e58a406685302e6f13b7c8a20168fb8 (patch) | |
tree | 2dda95c9a0f04820b13153c27715197a9ce362d2 /packages/ipkg/files | |
parent | 5873dabe8b465cc77cbb99ee210d7110bbf22967 (diff) |
ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass.
* Also, designate start and end of "ipkg configure" run, to diagnose
boot-time hangs.
Diffstat (limited to 'packages/ipkg/files')
-rw-r--r-- | packages/ipkg/files/ipkg-configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/ipkg/files/ipkg-configure b/packages/ipkg/files/ipkg-configure new file mode 100644 index 0000000000..e0c65ad4e2 --- /dev/null +++ b/packages/ipkg/files/ipkg-configure @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Starting to configure packages..." +ipkg-cl configure +echo "Finished to configure packages." |