[059822c] | 1 | ###########################################
|
---|
| 2 | # #
|
---|
| 3 | # README FILE FOR JHALFS PACO PATCH #
|
---|
| 4 | # #
|
---|
| 5 | ###########################################
|
---|
| 6 |
|
---|
| 7 |
|
---|
[a2c9b41] | 8 | WARNING: AT THIS MOMENT THE PACO PATCH IS BROKEN
|
---|
| 9 | ================================================
|
---|
| 10 |
|
---|
| 11 |
|
---|
[059822c] | 12 | ##### NOTES #####
|
---|
| 13 |
|
---|
| 14 | Patch author: Tor Olav Stava (t-ol-sta@online.no)
|
---|
| 15 |
|
---|
| 16 | Any comments directly regarding the patch should be directed to the author
|
---|
| 17 | or the ALFS mailing list.
|
---|
| 18 |
|
---|
| 19 | The patch author is not a member of the ALFS team, and all work is done
|
---|
| 20 | on a voluntary basis.
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | ##### GENERAL DESCRIPTION #####
|
---|
| 24 |
|
---|
| 25 | This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
|
---|
| 26 | At the moment only the LFS, BLFS, and HLFS-glibc parts are supported.
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | ##### PREREQUISITES #####
|
---|
| 30 |
|
---|
| 31 | Before using jhalfs you should have some experience with LFS.
|
---|
| 32 |
|
---|
| 33 | If you don't know what LFS is about, then head over to
|
---|
| 34 | http://www.linuxfromscratch.org/lfs and start from there.
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 | ##### QUICK START #####
|
---|
| 38 |
|
---|
| 39 | 1. Apply the paco.patch.
|
---|
| 40 | (patch -Np0 -i contrib/jhalfs-paco.patch)
|
---|
| 41 |
|
---|
| 42 | 2. Edit the configuration files to your preferences.
|
---|
| 43 | (common/config and LFS/config or HLFS/config)
|
---|
| 44 |
|
---|
| 45 | 3. Run the wanted script.
|
---|
| 46 | (Only ./lfs ./hlfs --model glibc, and ./blfs if you want to use paco)
|
---|
| 47 |
|
---|
| 48 | 4. Download the paco source package to the $BUILDDIR/sources dir.
|
---|
[b9ec725] | 49 | paco-1.10.8 or later is recommended.
|
---|
[059822c] | 50 | If using a newer paco version, remember to update also the
|
---|
| 51 | PACO_VERSION variable.
|
---|
| 52 |
|
---|
| 53 | 5. Run make.
|
---|
| 54 |
|
---|
| 55 |
|
---|
| 56 | ##### LINKS #####
|
---|
| 57 |
|
---|
| 58 | Linux From Scratch homepage:
|
---|
| 59 | http://www.linuxfromscratch.org
|
---|
| 60 |
|
---|
| 61 | paco homepage:
|
---|
| 62 | http://paco.sourceforge.net/index.html
|
---|
| 63 |
|
---|
| 64 | nALFS + paco hint by David Rosal:
|
---|
| 65 | http://www.linuxfromscratch.org/hints/downloads/files/alfs_paco.txt
|
---|
| 66 |
|
---|
| 67 |
|
---|
| 68 | ##### SUPPORT #####
|
---|
| 69 |
|
---|
| 70 | Linux From Scratch Mailing Lists:
|
---|
| 71 | http://www.linuxfromscratch.org/mail.html
|
---|
| 72 |
|
---|
| 73 | paco Mailing List:
|
---|
| 74 | http://lists.sourceforge.net/lists/listinfo/paco-general
|
---|