1 | ###########################################
|
---|
2 | # #
|
---|
3 | # README FILE FOR JHALFS PACO PATCH #
|
---|
4 | # By: Tor Olav Stava #
|
---|
5 | # (torstava@broadpark.no #
|
---|
6 | # #
|
---|
7 | ###########################################
|
---|
8 |
|
---|
9 |
|
---|
10 | ##### GENERAL DESCRIPTION #####
|
---|
11 |
|
---|
12 | This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
|
---|
13 | At the moment only the LFS and HLFS-glibc parts are supported.
|
---|
14 |
|
---|
15 | NEWS:
|
---|
16 | Preliminary support for CLFS is ready. It's not fully tested, so if you
|
---|
17 | discover any bugs please notify the patch author. Also, Paco may or may not work
|
---|
18 | on your specific architecture. Check the Paco homepage for details.
|
---|
19 |
|
---|
20 | ##### QUICK START #####
|
---|
21 |
|
---|
22 | 1. Apply the paco.patch.
|
---|
23 | (patch -Np0 -i contrib/jhalfs-paco.patch)
|
---|
24 |
|
---|
25 | 2. Edit the configuration files to your preferences.
|
---|
26 | (common/config and LFS/config or HLFS/config or CLFS/config)
|
---|
27 |
|
---|
28 | 3. Run the wanted script.
|
---|
29 | (Only ./lfs or ./clfs or ./hlfs --model glibc if you want to use paco)
|
---|
30 |
|
---|
31 | 4. Run make.
|
---|
32 |
|
---|
33 |
|
---|
34 | ##### PREREQUISITES #####
|
---|
35 |
|
---|
36 | Before using jhalfs you should have some experience with LFS.
|
---|
37 |
|
---|
38 | If you don't know what LFS is about, then head over to
|
---|
39 | http://www.linuxfromscratch.org/lfs and start from there.
|
---|
40 |
|
---|
41 |
|
---|
42 | ##### NOTES #####
|
---|
43 |
|
---|
44 | Paco-1.10.10 is currently recommended.
|
---|
45 | Remember to update the common/config file is using a newer version.
|
---|
46 |
|
---|
47 | Patch author: Tor Olav Stava (torstava@broadpark.no)
|
---|
48 | Any comments directly regarding the patch should be directed to the author
|
---|
49 | or the ALFS mailing list. The patch author is not a member of the ALFS team,
|
---|
50 | and all work is done on a voluntary basis.
|
---|
51 |
|
---|
52 |
|
---|
53 | ##### LINKS #####
|
---|
54 |
|
---|
55 | Linux From Scratch homepage:
|
---|
56 | http://www.linuxfromscratch.org
|
---|
57 |
|
---|
58 | paco homepage:
|
---|
59 | http://paco.sourceforge.net/index.html
|
---|
60 |
|
---|
61 | nALFS + paco hint by David Rosal:
|
---|
62 | http://www.linuxfromscratch.org/hints/downloads/files/alfs_paco.txt
|
---|
63 |
|
---|
64 |
|
---|
65 | ##### SUPPORT #####
|
---|
66 |
|
---|
67 | Linux From Scratch Mailing Lists:
|
---|
68 | http://www.linuxfromscratch.org/mail.html
|
---|
69 |
|
---|
70 | paco Mailing List:
|
---|
71 | http://lists.sourceforge.net/lists/listinfo/paco-general
|
---|
72 |
|
---|
73 |
|
---|
74 | ##### TODO #####
|
---|
75 |
|
---|
76 | - Bughunting/testing CLFS part
|
---|
77 | - Support for HLFS-uClibc
|
---|
78 | - Support for BLFS (when it's ready)
|
---|
79 | - Spread the Word
|
---|
80 |
|
---|
81 |
|
---|
82 | ##### HISTORY #####
|
---|
83 |
|
---|
84 | 2006-08-02
|
---|
85 | - Preliminary support for CLFS done
|
---|
86 | - Some code cleanup
|
---|
87 |
|
---|
88 | 2006-07-30
|
---|
89 | - Automatical download of Paco source package done
|
---|
90 | - Updated patch to support new HLFS layout
|
---|