Hi,
after a lot of work and some vacation I can spend time in my customized
CD again.
seth vidal <skvidal@xxxxxxxxxxxx> wrote:
then generates the hdlists
/usr/lib/anaconda-runtime/genhdlist $reldir/$arch
OK
takes your groups-only comps.xml file and fully builds the rest out:
/usr/share/comps-extras/getfullcomps.py comps.groups.xml $reldir $arch \
>$basedir/packages.xml
Doesn't work. Errors in line 188, 39 and 22. Sorry, what is
comps.groups.xml? I have no such file.
copy the comps.groups.xml overtop of the comps.xml
\/bin/cp -f $basedir/comps.groups.xml $basedir/comps.xml
put the packages.xml on the bottom of the comps.xml
cat $basedir/packages.xml >> $basedir/comps.xml
add a </comps> to the bottom to close the file
echo "</comps>" >> $basedir/comps.xml
OK.
rebuild the comps.rpm
How?
copy the comps.rpm back into the $basedir
Also ok.
Kind regards,
Dietmar