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 |
|
---|
16 | ##### QUICK START #####
|
---|
17 |
|
---|
18 | 1. Apply the paco.patch.
|
---|
19 | (patch -Np0 -i contrib/jhalfs-paco.patch)
|
---|
20 |
|
---|
21 | 2. Edit the configuration files to your preferences.
|
---|
22 | (common/config and LFS/config or HLFS/config)
|
---|
23 |
|
---|
24 | 3. Run the wanted script.
|
---|
25 | (Only ./lfs or ./hlfs --model glibc if you want to use paco)
|
---|
26 |
|
---|
27 | 4. Download the paco source package to the $BUILDDIR/sources dir.
|
---|
28 | paco-1.10.10 or later is recommended.
|
---|
29 | If using a newer paco version, remember to update also the
|
---|
30 | PACO_VERSION variable.
|
---|
31 |
|
---|
32 | 5. Run make.
|
---|
33 |
|
---|
34 |
|
---|
35 | ##### PREREQUISITES #####
|
---|
36 |
|
---|
37 | Before using jhalfs you should have some experience with LFS.
|
---|
38 |
|
---|
39 | If you don't know what LFS is about, then head over to
|
---|
40 | http://www.linuxfromscratch.org/lfs and start from there.
|
---|
41 |
|
---|
42 |
|
---|
43 | ##### NOTES #####
|
---|
44 |
|
---|
45 | Patch author: Tor Olav Stava (torstava@broadpark.no)
|
---|
46 | Any comments directly regarding the patch should be directed to the author
|
---|
47 | or the ALFS mailing list. The patch author is not a member of the ALFS team,
|
---|
48 | and all work is done on a voluntary basis.
|
---|
49 |
|
---|
50 |
|
---|
51 | ##### LINKS #####
|
---|
52 |
|
---|
53 | Linux From Scratch homepage:
|
---|
54 | http://www.linuxfromscratch.org
|
---|
55 |
|
---|
56 | paco homepage:
|
---|
57 | http://paco.sourceforge.net/index.html
|
---|
58 |
|
---|
59 | nALFS + paco hint by David Rosal:
|
---|
60 | http://www.linuxfromscratch.org/hints/downloads/files/alfs_paco.txt
|
---|
61 |
|
---|
62 |
|
---|
63 | ##### SUPPORT #####
|
---|
64 |
|
---|
65 | Linux From Scratch Mailing Lists:
|
---|
66 | http://www.linuxfromscratch.org/mail.html
|
---|
67 |
|
---|
68 | paco Mailing List:
|
---|
69 | http://lists.sourceforge.net/lists/listinfo/paco-general
|
---|