slitaz-arm diff README @ rev 17

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Jun 01 21:08:17 2012 +0100 (2012-06-01)
parents 63041179b0c1
children 0074518df282
line diff
     1.1 --- a/README	Fri May 25 23:00:33 2012 +0200
     1.2 +++ b/README	Fri Jun 01 21:08:17 2012 +0100
     1.3 @@ -2,14 +2,14 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -SliTaz ARM tools, files and
     1.8 +SliTaz ARM tools and files
     1.9  
    1.10  
    1.11  Sat howto
    1.12  ---------
    1.13  Sat is a tool in the spirit of all SliTaz tools, all commands and options are
    1.14  accessible via: sat usage or help. To create a distro you first need to have
    1.15 -some ARM packages. You can use custom cook the one from SliTaz mirror, put
    1.16 +some ARM packages. You can use custom cook, the one from the SliTaz mirror, put
    1.17  them all in a packages/ directory and sat will install them. Then generate the
    1.18  distro initramfs with your custom --options:
    1.19  
    1.20 @@ -19,21 +19,21 @@
    1.21  
    1.22  # sat emu
    1.23  
    1.24 -Sata le you clone the ARM cooking repo to let you debug and try official ARM
    1.25 -packages. Sat will creat a mirror directory in the working path, douwnlod all
    1.26 -list and packages. After a first clone it will only check the repo ID file
    1.27 -and download the modified or new packages.
    1.28 +Sat lets you clone the ARM cooking repo to let you debug and try official ARM
    1.29 +packages. Sat will create a mirror directory in the working path and download 
    1.30 +all lists and packages. After a first clone it will only check the repo ID 
    1.31 +file and download any modified or new packages.
    1.32  
    1.33  
    1.34  History
    1.35  -------
    1.36 -While I was porting SliTaz to ARM I ended by creating a lot of initramfs to
    1.37 -test the SliTaz boot, packages and so on. So I first wrote a small script,
    1.38 -then improved it so just have to put include packages in a single directory
    1.39 +While I was porting SliTaz to ARM I ended up by creating a lot of initramfs' 
    1.40 +to test the SliTaz boot, packages and so on. So I first wrote a small script,
    1.41 +then improved it by just having to put include packages in a single directory
    1.42  and all custom files in a rootfs directory. I also wanted virtual disk support
    1.43 -so I can code under Qemu and save my work. This is how sat is born, one day
    1.44 -we may use TazLito or have a new SliTaz Live tool, but at the time being 'sat'
    1.45 -and the way it work feet all my needs to buils custom distro and boot then
    1.46 +so I can code under Qemu and save my work. This is how sat was born, one day
    1.47 +we may use TazLito or have a new SliTaz Live tool, but for the time being 'sat'
    1.48 +and the way it works fits all my needs to build custom distros and then boot
    1.49  with qemu-system-arm.
    1.50  
    1.51  - Pankso 24 May 2012