diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-05 10:15:24 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-05 10:15:24 +0000 |
commit | 94b124a62e89e470d3b628307622a492437525fe (patch) | |
tree | 2447ea6c3ade08378b91acea26145044ebebf2c7 /meta-extras/packages/ubootchart/files | |
parent | e51fbab510c1a2228b61bfa9dd13e6b964cdc721 (diff) | |
download | openembedded-core-94b124a62e89e470d3b628307622a492437525fe.tar.gz openembedded-core-94b124a62e89e470d3b628307622a492437525fe.tar.bz2 openembedded-core-94b124a62e89e470d3b628307622a492437525fe.tar.xz openembedded-core-94b124a62e89e470d3b628307622a492437525fe.zip |
Add ubootchart
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3065 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/ubootchart/files')
-rw-r--r-- | meta-extras/packages/ubootchart/files/sysvinit.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-extras/packages/ubootchart/files/sysvinit.patch b/meta-extras/packages/ubootchart/files/sysvinit.patch new file mode 100644 index 000000000..de9fb0b17 --- /dev/null +++ b/meta-extras/packages/ubootchart/files/sysvinit.patch @@ -0,0 +1,12 @@ +Index: ubootchart.conf +=================================================================== +--- ubootchart.conf (revision 9) ++++ ubootchart.conf (working copy) +@@ -1,6 +1,6 @@ + + # If you want to chain on and run somthing other than /sbin/init... +-export init_prog=/sbin/init ++export init_prog=/sbin/init.sysvinit + + # On startup ubootchart will mount a tmpfs filesystem at this + # location and chdir here. This is only used for the logging of |