Removed unmaintained PACO patch.
This commit is contained in:
parent
a8ceefcfe8
commit
daa489df5d
4 changed files with 7 additions and 1151 deletions
8
README
8
README
|
@ -143,7 +143,10 @@ $Id$
|
|||
/blfs-tool-deps/9xx-*
|
||||
/libs/func_*
|
||||
|
||||
/contrib/jhalfs-paco.patch
|
||||
/custom/template
|
||||
/config/
|
||||
/examples/*
|
||||
/examples_CLFS-E/*
|
||||
|
||||
/extras/do_copy_files
|
||||
/do_ica_prep
|
||||
|
@ -164,8 +167,9 @@ $Id$
|
|||
|
||||
README
|
||||
README.BLFS
|
||||
README.CLFS
|
||||
README.HLFS
|
||||
README.PACO
|
||||
README.CUSTOM
|
||||
TODO
|
||||
LICENSE
|
||||
|
||||
|
|
94
README.PACO
94
README.PACO
|
@ -1,94 +0,0 @@
|
|||
###########################################
|
||||
# #
|
||||
# README FILE FOR JHALFS PACO PATCH #
|
||||
# By: Tor Olav Stava #
|
||||
# (torstava@broadpark.no #
|
||||
# #
|
||||
###########################################
|
||||
|
||||
**** W A R N I N G ****
|
||||
|
||||
The patch don't work at this moment.
|
||||
|
||||
|
||||
##### GENERAL DESCRIPTION #####
|
||||
|
||||
This patch will enable the paco pacKAGE oRGANIZER to be used with jhalfs.
|
||||
At the moment only the LFS and HLFS-glibc parts are supported.
|
||||
|
||||
NEWS:
|
||||
Preliminary support for CLFS is ready. It's not fully tested, so if you
|
||||
discover any bugs please notify the patch author. Also, Paco may or may not work
|
||||
on your specific architecture. Check the Paco homepage for details.
|
||||
|
||||
##### 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 or CLFS/config)
|
||||
|
||||
3. Run the wanted script.
|
||||
(Only ./lfs or ./clfs or ./hlfs --model glibc if you want to use paco)
|
||||
|
||||
4. Run make.
|
||||
|
||||
|
||||
##### 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 #####
|
||||
|
||||
Paco-1.10.10 is currently recommended.
|
||||
Remember to update the common/config file is using a newer version.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
##### 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
|
||||
|
||||
|
||||
##### TODO #####
|
||||
|
||||
- Bughunting/testing CLFS part
|
||||
- Support for HLFS-uClibc
|
||||
- Support for BLFS (when it's ready)
|
||||
- Spread the Word
|
||||
|
||||
|
||||
##### HISTORY #####
|
||||
|
||||
2006-08-02
|
||||
- Preliminary support for CLFS done
|
||||
- Some code cleanup
|
||||
|
||||
2006-07-30
|
||||
- Automatical download of Paco source package done
|
||||
- Updated patch to support new HLFS layout
|
|
@ -55,7 +55,7 @@ wrt_compare_work() { #
|
|||
local ITERATION=$1
|
||||
local PREV_IT=$2
|
||||
local PRUNEPATH="/dev /home /${SCRIPT_ROOT} /lost+found /media /mnt /opt /proc \
|
||||
/sources /root /srv /sys /tmp /tools /usr/local /usr/src /var/log/paco"
|
||||
/sources /root /srv /sys /tmp /tools /usr/local /usr/src"
|
||||
|
||||
local ROOT_DIR=/
|
||||
local DEST_TOPDIR=/${SCRIPT_ROOT}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue