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