source: README.PACO@ ae3966e

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since ae3966e was 8b7357b, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated paco patch from upstream.

  • Property mode set to 100644
File size: 2.3 KB
Line 
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
12This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
13At the moment only the LFS and HLFS-glibc parts are supported.
14
15NEWS:
16 Preliminary support for CLFS is ready. It's not fully tested, so if you
17discover any bugs please notify the patch author. Also, Paco may or may not work
18on your specific architecture. Check the Paco homepage for details.
19
20##### QUICK START #####
21
221. Apply the paco.patch.
23 (patch -Np0 -i contrib/jhalfs-paco.patch)
24
252. Edit the configuration files to your preferences.
26 (common/config and LFS/config or HLFS/config or CLFS/config)
27
283. Run the wanted script.
29 (Only ./lfs or ./clfs or ./hlfs --model glibc if you want to use paco)
30
314. Run make.
32
33
34##### PREREQUISITES #####
35
36Before using jhalfs you should have some experience with LFS.
37
38If you don't know what LFS is about, then head over to
39http://www.linuxfromscratch.org/lfs and start from there.
40
41
42##### NOTES #####
43
44Paco-1.10.10 is currently recommended.
45Remember to update the common/config file is using a newer version.
46
47Patch author: Tor Olav Stava (torstava@broadpark.no)
48Any comments directly regarding the patch should be directed to the author
49or the ALFS mailing list. The patch author is not a member of the ALFS team,
50and all work is done on a voluntary basis.
51
52
53##### LINKS #####
54
55Linux From Scratch homepage:
56http://www.linuxfromscratch.org
57
58paco homepage:
59http://paco.sourceforge.net/index.html
60
61nALFS + paco hint by David Rosal:
62http://www.linuxfromscratch.org/hints/downloads/files/alfs_paco.txt
63
64
65##### SUPPORT #####
66
67Linux From Scratch Mailing Lists:
68http://www.linuxfromscratch.org/mail.html
69
70paco Mailing List:
71http://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
842006-08-02
85- Preliminary support for CLFS done
86- Some code cleanup
87
882006-07-30
89- Automatical download of Paco source package done
90- Updated patch to support new HLFS layout
Note: See TracBrowser for help on using the repository browser.