[059822c] | 1 | ###########################################
|
---|
| 2 | # #
|
---|
| 3 | # README FILE FOR JHALFS PACO PATCH #
|
---|
[9b09518] | 4 | # By: Tor Olav Stava #
|
---|
| 5 | # (torstava@broadpark.no #
|
---|
[059822c] | 6 | # #
|
---|
| 7 | ###########################################
|
---|
| 8 |
|
---|
[30d4061] | 9 | **** W A R N I N G ****
|
---|
| 10 |
|
---|
| 11 | The patch don't work at this moment.
|
---|
| 12 |
|
---|
[059822c] | 13 |
|
---|
| 14 | ##### GENERAL DESCRIPTION #####
|
---|
| 15 |
|
---|
| 16 | This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
|
---|
[9b09518] | 17 | At the moment only the LFS and HLFS-glibc parts are supported.
|
---|
[059822c] | 18 |
|
---|
[8b7357b] | 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.
|
---|
[059822c] | 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.
|
---|
[8b7357b] | 30 | (common/config and LFS/config or HLFS/config or CLFS/config)
|
---|
[059822c] | 31 |
|
---|
| 32 | 3. Run the wanted script.
|
---|
[8b7357b] | 33 | (Only ./lfs or ./clfs or ./hlfs --model glibc if you want to use paco)
|
---|
[059822c] | 34 |
|
---|
[8715be1] | 35 | 4. Run make.
|
---|
[059822c] | 36 |
|
---|
| 37 |
|
---|
[9b09518] | 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 |
|
---|
[8715be1] | 48 | Paco-1.10.10 is currently recommended.
|
---|
| 49 | Remember to update the common/config file is using a newer version.
|
---|
| 50 |
|
---|
[9b09518] | 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 |
|
---|
[059822c] | 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
|
---|
[8715be1] | 76 |
|
---|
| 77 |
|
---|
| 78 | ##### TODO #####
|
---|
| 79 |
|
---|
[8b7357b] | 80 | - Bughunting/testing CLFS part
|
---|
[8715be1] | 81 | - Support for HLFS-uClibc
|
---|
| 82 | - Support for BLFS (when it's ready)
|
---|
| 83 | - Spread the Word
|
---|
| 84 |
|
---|
| 85 |
|
---|
| 86 | ##### HISTORY #####
|
---|
| 87 |
|
---|
[8b7357b] | 88 | 2006-08-02
|
---|
| 89 | - Preliminary support for CLFS done
|
---|
| 90 | - Some code cleanup
|
---|
| 91 |
|
---|
[8715be1] | 92 | 2006-07-30
|
---|
[8b7357b] | 93 | - Automatical download of Paco source package done
|
---|
[8715be1] | 94 | - Updated patch to support new HLFS layout
|
---|