Changeset 4910


Ignore:
Timestamp:
02/03/09 13:24:14 (4 years ago)
Author:
werner
Message:

We need developers/werner/ in the SVN hierarchy and pass the
correct path to the SVN base if it can't be auto-detected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/smallsys/README

    r4909 r4910  
    66  Create a suitable build directory and cd to it, e.g., 
    77 
    8   mkdir $HOME/fun 
    9   cd $HOME/fun 
     8  mkdir -p $HOME/fun/developers/werner 
     9  cd $HOME/fun/developers/werner 
    1010 
    1111  Then exctract just the files you need for the task: 
     
    2020  ../myroot/myroot small.myroot 
    2121 
     22  If myroot doesn't find the SVN directory, provide it in the environment 
     23  variable SVN, e.g., 
     24 
     25  SVN=$HOME/fun ../myroot/myroot small.myroot 
     26 
    2227  There are complains about failure to download some files, lack of "rm", 
    2328  and busybox.postinst. They're harmless and can be ignored. The resulting 
     
    2833- Edit CONFIG_INITRAMFS_SOURCE to point to the root directory of the small 
    2934  file system, e.g., 
    30   CONFIG_INITRAMFS_SOURCE="/home/whoever/fun/smallsys/root/" 
     35  CONFIG_INITRAMFS_SOURCE="/home/whoever/fun/developers/werner/smallsys/root/" 
    3136 
    3237- Build the kernel. It should be slightly smaller than 3MB. 
Note: See TracChangeset for help on using the changeset viewer.