2006-04-09 18:00:17 +02:00
|
|
|
###########################################
|
|
|
|
# #
|
|
|
|
# README FILE FOR JHALFS PACO PATCH #
|
2006-07-30 17:00:54 +02:00
|
|
|
# By: Tor Olav Stava #
|
|
|
|
# (torstava@broadpark.no #
|
2006-04-09 18:00:17 +02:00
|
|
|
# #
|
|
|
|
###########################################
|
|
|
|
|
|
|
|
|
|
|
|
##### GENERAL DESCRIPTION #####
|
|
|
|
|
|
|
|
This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
|
2006-07-30 17:00:54 +02:00
|
|
|
At the moment only the LFS and HLFS-glibc parts are supported.
|
2006-04-09 18:00:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
##### QUICK START #####
|
|
|
|
|
|
|
|
1. Apply the paco.patch.
|
|
|
|
(patch -Np0 -i contrib/jhalfs-paco.patch)
|
|
|
|
|
|
|
|
2. Edit the configuration files to your preferences.
|
|
|
|
(common/config and LFS/config or HLFS/config)
|
|
|
|
|
|
|
|
3. Run the wanted script.
|
2006-07-30 17:00:54 +02:00
|
|
|
(Only ./lfs or ./hlfs --model glibc if you want to use paco)
|
2006-04-09 18:00:17 +02:00
|
|
|
|
2006-07-30 18:32:18 +02:00
|
|
|
4. Run make.
|
2006-04-09 18:00:17 +02:00
|
|
|
|
|
|
|
|
2006-07-30 17:00:54 +02:00
|
|
|
##### PREREQUISITES #####
|
|
|
|
|
|
|
|
Before using jhalfs you should have some experience with LFS.
|
|
|
|
|
|
|
|
If you don't know what LFS is about, then head over to
|
|
|
|
http://www.linuxfromscratch.org/lfs and start from there.
|
|
|
|
|
|
|
|
|
|
|
|
##### NOTES #####
|
|
|
|
|
2006-07-30 18:32:18 +02:00
|
|
|
Paco-1.10.10 is currently recommended.
|
|
|
|
Remember to update the common/config file is using a newer version.
|
|
|
|
|
2006-07-30 17:00:54 +02:00
|
|
|
Patch author: Tor Olav Stava (torstava@broadpark.no)
|
|
|
|
Any comments directly regarding the patch should be directed to the author
|
|
|
|
or the ALFS mailing list. The patch author is not a member of the ALFS team,
|
|
|
|
and all work is done on a voluntary basis.
|
|
|
|
|
|
|
|
|
2006-04-09 18:00:17 +02:00
|
|
|
##### LINKS #####
|
|
|
|
|
|
|
|
Linux From Scratch homepage:
|
|
|
|
http://www.linuxfromscratch.org
|
|
|
|
|
|
|
|
paco homepage:
|
|
|
|
http://paco.sourceforge.net/index.html
|
|
|
|
|
|
|
|
nALFS + paco hint by David Rosal:
|
|
|
|
http://www.linuxfromscratch.org/hints/downloads/files/alfs_paco.txt
|
|
|
|
|
|
|
|
|
|
|
|
##### SUPPORT #####
|
|
|
|
|
|
|
|
Linux From Scratch Mailing Lists:
|
|
|
|
http://www.linuxfromscratch.org/mail.html
|
|
|
|
|
|
|
|
paco Mailing List:
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/paco-general
|
2006-07-30 18:32:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
##### TODO #####
|
|
|
|
|
|
|
|
- Support for HLFS-uClibc
|
|
|
|
- Support for CLFS
|
|
|
|
- Support for BLFS (when it's ready)
|
|
|
|
- Spread the Word
|
|
|
|
|
|
|
|
|
|
|
|
##### HISTORY #####
|
|
|
|
|
|
|
|
2006-07-30
|
|
|
|
- Automatical download of Paco source package
|
|
|
|
- Updated patch to support new HLFS layout
|