[059822c] | 1 | ###########################################
|
---|
| 2 | # #
|
---|
| 3 | # README FILE FOR JHALFS PACO PATCH #
|
---|
[6921b21] | 4 | # By: Tor Olav Stava #
|
---|
| 5 | # (torstava@broadpark.no #
|
---|
[059822c] | 6 | # #
|
---|
| 7 | ###########################################
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 | ##### GENERAL DESCRIPTION #####
|
---|
| 11 |
|
---|
| 12 | This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
|
---|
[6921b21] | 13 | At the moment only the LFS and HLFS-glibc parts are supported.
|
---|
[059822c] | 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.
|
---|
[6921b21] | 25 | (Only ./lfs or ./hlfs --model glibc if you want to use paco)
|
---|
[059822c] | 26 |
|
---|
[d82b935] | 27 | 4. Run make.
|
---|
[059822c] | 28 |
|
---|
| 29 |
|
---|
[6921b21] | 30 | ##### PREREQUISITES #####
|
---|
| 31 |
|
---|
| 32 | Before using jhalfs you should have some experience with LFS.
|
---|
| 33 |
|
---|
| 34 | If you don't know what LFS is about, then head over to
|
---|
| 35 | http://www.linuxfromscratch.org/lfs and start from there.
|
---|
| 36 |
|
---|
| 37 |
|
---|
| 38 | ##### NOTES #####
|
---|
| 39 |
|
---|
[d82b935] | 40 | Paco-1.10.10 is currently recommended.
|
---|
| 41 | Remember to update the common/config file is using a newer version.
|
---|
| 42 |
|
---|
[6921b21] | 43 | Patch author: Tor Olav Stava (torstava@broadpark.no)
|
---|
| 44 | Any comments directly regarding the patch should be directed to the author
|
---|
| 45 | or the ALFS mailing list. The patch author is not a member of the ALFS team,
|
---|
| 46 | and all work is done on a voluntary basis.
|
---|
| 47 |
|
---|
| 48 |
|
---|
[059822c] | 49 | ##### LINKS #####
|
---|
| 50 |
|
---|
| 51 | Linux From Scratch homepage:
|
---|
| 52 | http://www.linuxfromscratch.org
|
---|
| 53 |
|
---|
| 54 | paco homepage:
|
---|
| 55 | http://paco.sourceforge.net/index.html
|
---|
| 56 |
|
---|
| 57 | nALFS + paco hint by David Rosal:
|
---|
| 58 | http://www.linuxfromscratch.org/hints/downloads/files/alfs_paco.txt
|
---|
| 59 |
|
---|
| 60 |
|
---|
| 61 | ##### SUPPORT #####
|
---|
| 62 |
|
---|
| 63 | Linux From Scratch Mailing Lists:
|
---|
| 64 | http://www.linuxfromscratch.org/mail.html
|
---|
| 65 |
|
---|
| 66 | paco Mailing List:
|
---|
| 67 | http://lists.sourceforge.net/lists/listinfo/paco-general
|
---|
[d82b935] | 68 |
|
---|
| 69 |
|
---|
| 70 | ##### TODO #####
|
---|
| 71 |
|
---|
| 72 | - Support for HLFS-uClibc
|
---|
| 73 | - Support for CLFS
|
---|
| 74 | - Support for BLFS (when it's ready)
|
---|
| 75 | - Spread the Word
|
---|
| 76 |
|
---|
| 77 |
|
---|
| 78 | ##### HISTORY #####
|
---|
| 79 |
|
---|
| 80 | 2006-07-30
|
---|
| 81 | - Automatical download of Paco source package
|
---|
| 82 | - Updated patch to support new HLFS layout
|
---|