slitaz-arm view README @ rev 10

Update the README
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 25 23:00:33 2012 +0200 (2012-05-25)
parents b10f51049b8e
children 4dcfb253c8f7
line source
1 SliTaz ARM
2 ================================================================================
5 SliTaz ARM tools, files and
8 Sat howto
9 ---------
10 Sat is a tool in the spirit of all SliTaz tools, all commands and options are
11 accessible via: sat usage or help. To create a distro you first need to have
12 some ARM packages. You can use custom cook the one from SliTaz mirror, put
13 them all in a packages/ directory and sat will install them. Then generate the
14 distro initramfs with your custom --options:
16 # sat gen
18 To boot the distro with Qemu you can run:
20 # sat emu
22 Sata le you clone the ARM cooking repo to let you debug and try official ARM
23 packages. Sat will creat a mirror directory in the working path, douwnlod all
24 list and packages. After a first clone it will only check the repo ID file
25 and download the modified or new packages.
28 History
29 -------
30 While I was porting SliTaz to ARM I ended by creating a lot of initramfs to
31 test the SliTaz boot, packages and so on. So I first wrote a small script,
32 then improved it so just have to put include packages in a single directory
33 and all custom files in a rootfs directory. I also wanted virtual disk support
34 so I can code under Qemu and save my work. This is how sat is born, one day
35 we may use TazLito or have a new SliTaz Live tool, but at the time being 'sat'
36 and the way it work feet all my needs to buils custom distro and boot then
37 with qemu-system-arm.
39 - Pankso 24 May 2012
42 ================================================================================