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