Talk:Kernel: Difference between revisions
Jump to navigation
Jump to search
(New page: When I try to run the command $ git clone git://dev.laptop.org/olpc-2.6 the result is Initialized empty Git repository in /home/olpc/olpc-2.6/.git/ remote: Generating pack... remote: Co...) |
No edit summary |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== please merge with Rebuilding_OLPC_kernel == |
|||
When I try to run the command |
|||
At the least the parts about installing the kernel RPM and cp -a /boot ... should be on http://wiki.laptop.org/go/Rebuilding_OLPC_kernel. It took me a little while to find it (cjb pointed me to this page via #olpc...) |
|||
$ git clone git://dev.laptop.org/olpc-2.6 |
|||
:I'm trying out a merged page at [[MTDKernelRebuild]] that might be interesting. |
|||
the result is |
|||
::A merge appears to be completed. [[Rebuilding_OLPC_kernel]] now redirects to [[Kernel]]. --[[User:Quozl|Quozl]] 23:45, 16 March 2011 (UTC) |
|||
Initialized empty Git repository in /home/olpc/olpc-2.6/.git/ |
|||
remote: Generating pack... |
|||
remote: Counting objects: 568523 |
|||
remote: Done counting 811280 objects. |
|||
remote: Deltifying 811280 objects... |
|||
remote: 100% (811280/811280) done |
|||
Indexing 811280 objects... |
|||
== required minimum packages and file ownership == |
|||
Fedora 11 package ''unifdef'' was required by the xo_1_5-kernel-rpm target, fix is to install it: |
|||
800k objects. is that right? I haven't come close to completing the indexing process |
|||
yum install unifdef |
|||
Some files must be owned as root for the kernel-rpm targets to work, quick fix is to change ownership of all files before running make: |
|||
chwon -R root:root . |
|||
--[[User:Quozl|Quozl]] 23:45, 16 March 2011 (UTC) |
Latest revision as of 23:45, 16 March 2011
please merge with Rebuilding_OLPC_kernel
At the least the parts about installing the kernel RPM and cp -a /boot ... should be on http://wiki.laptop.org/go/Rebuilding_OLPC_kernel. It took me a little while to find it (cjb pointed me to this page via #olpc...)
- I'm trying out a merged page at MTDKernelRebuild that might be interesting.
- A merge appears to be completed. Rebuilding_OLPC_kernel now redirects to Kernel. --Quozl 23:45, 16 March 2011 (UTC)
required minimum packages and file ownership
Fedora 11 package unifdef was required by the xo_1_5-kernel-rpm target, fix is to install it:
yum install unifdef
Some files must be owned as root for the kernel-rpm targets to work, quick fix is to change ownership of all files before running make:
chwon -R root:root .
--Quozl 23:45, 16 March 2011 (UTC)