reorganized Config file
[hdw-linux/hdw-linux.git] / doc / README
1 welcome to hdw - linux
2 ----------------------
3
4 hdw-linux is mainly a collection of shell scripts automating the process of 
5 building a linux distribution from scratch. after setting up an appropriate 
6 toolchain a minimal bases system is build. in case of not crosscompiling target
7 specific software is rebuild by doing a chroot to the prepared base system.
8
9 additionaly the scripts may help building packages on your working system. file
10 and dependency lists are generated after each build. this allows easy and clean
11 removement of installed software also caring for dependencies. the tool used for
12 that is called hdw-get which aims to be a simple packet manager of the hdw 
13 distributions.
14
15 the intention is to get a scaleable build system and to provide a toolkit
16 especially for developing on embedded/foreign - architecture systems. to put it
17 in a nutshell, hdw is a 'build from scratch' distribution. as i started my linux
18 experiences trying to automate lfs running aross rocklinux (one of the best
19 dsitro and 'hacker/s' i ever met) be prepared to hit a mixture of the lfs build
20 methods and a rock-like script structure (though not far as advanced as
21 rocklinux).
22
23 files in doc/ directory
24 -----------------------
25
26 README          - this file
27 BUILD           - instructions how to build hdw-linux (you want to read this!)
28 INSTALL         - instructions how to install hdw-linux (read this one too!)
29 TODO            - developer's todo list
30 CHANGELOG       - changes made to the hdw-linux tree
31 Developers      - file keeping all the hdw-linux developers
32 VERSION         - containing the current version number
33 License         - the GPL -- GNU Public License
34 CROSSBUILD      - some instructions on crossbuilding hdw-linux
35 FAI             - instructions how to set up an fully automated instll server
36
37 getting hdw - linux
38 -------------------
39
40 have a look at:
41 http://www.hackdaworld.dyndns.org/hdw-linux/
42
43 hdw - linux community
44 ---------------------
45
46 there is an irc server, so you can join our channel and get help online, or 
47 just talk with other users.
48
49 irc server: irc.hackdaworld.dyndns.org
50 channel: #hackdaworld
51
52 there is a mailing list, join it sending an email to 
53 minimalist@hackdaworld.dyndns.org
54 with the subject: subscribe hackdaworld
55
56
57 regards,
58 hdw - linux staff