ill test it throughly in a a little while and let you know what i find
On Sun, 2005-11-27 at 20:52 +0100, Dario Freni wrote:
> Dario Freni wrote:
> > Log Message:
> > ---
> > Significantly speed up of pkginstall phase. Less disk required during copy
> > (O(1)). New pseudo-algorithm:
> > -
Log Message:
---
If a master.passwd is taken from the customroot, run cap_mkdb to sync the
capability database.
Modified Files:
--
freesbie2/extra:
customroot.sh
--
FreeSBIE mailing list (http://www.freesbie.org)
Log Message:
---
When using PRUNE_LIST and compressed fs, fill the uncompressed filesystem with
zero to enhance compression.
Modified Files:
--
freesbie2/scripts:
clonefs.sh
--
FreeSBIE mailing list (http://www.freesbie.org)
Log Message:
---
Minor style fixes
Modified Files:
--
freesbie2/scripts:
pkginstall.sh
--
FreeSBIE mailing list (http://www.freesbie.org)
Dario Freni wrote:
Log Message:
---
Significantly speed up of pkginstall phase. Less disk required during copy
(O(1)). New pseudo-algorithm:
- Sort packages by dependencies (to be improved)
- Foreach package listed
- create uncompressed package
- install it on the freesbie-fs
- rem
Log Message:
---
Significantly speed up of pkginstall phase. Less disk required during copy
(O(1)). New pseudo-algorithm:
- Sort packages by dependencies (to be improved)
- Foreach package listed
- create uncompressed package
- install it on the freesbie-fs
- remove it
Modified File
Log Message:
---
Put string variable in hyphens.
Modified Files:
--
freesbie2/scripts:
pkginstall.sh
--
FreeSBIE mailing list (http://www.freesbie.org)
Log Message:
---
When looking for mkisofs, grep could fail. set +e then.
Modified Files:
--
freesbie2/scripts:
iso.sh
--
FreeSBIE mailing list (http://www.freesbie.org)