Hi Matteo, Matteo Riondato wrote: > This and following commits were needed to merge local patches I wrote > while working on the release. > Best Regards
You might want to commit the little patch below too before releasing. I posted it earlier, but no-one seems to have picked up on it. What it does is making package selection work (ie. those packages selected will all end up on the iso, not just those that are depended upon by other packages). --- scripts/pkginstall.sh Mon Jan 8 14:05:34 2007 +++ scripts/pkginstall.sh Mon Jan 8 14:05:58 2007 @@ -124,6 +124,8 @@ for j in $(cat /var/db/pkg/$i/+REQUIRED_BY); do if grep -q ^${j}\$ $pkgfile; then echo $i $j >> $presortfile + else + echo $i NULL >> $presortfile fi done else Gr, Koen -- FreeSBIE mailing list (http://www.freesbie.org)