Re: Fedora 6 on Stand alone system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



David
I'm using the following commands to build my dvd image
	echo "`date` - Creating repo ..First createrepo is for the tree." cd $FCBASE/$arch # First createrepo is for the tree createrepo -g Fedora/base/comps.xml . rm -rf .olddata/ cd .. echo "`date` - Rebuilding installer ..." pkgorder --product=Fedora $FCBASE/$arch     $arch Fedora > $FCBASE/pkgfile.$date buildinstall --comp dist-$release.$date     --pkgorder $FCBASE/pkgfile.$date --version $release     --product 'Fedora Core' --release "Fedora Core $release"     --prodpath Fedora $FCBASE/$arch   if [ $BUILD_DVD -eq 1 ]; then     echo "`date` - Creating DVD ISO ..."        echo "we need to run createrepo a second time (for the media)"    dvd_discinfo=`head -1 $FCBASE/$arch/.discinfo`    createrepo --baseurl="media://$dvd_discinfo" -g Fedora/base/comps.xml        --split $arch    rm -rf .olddata/        find $arch -name "TRANS.TBL" -exec rm -f {} ;    mkisofs -q -r -R -J -T -no-emul-boot -boot-load-size 4        -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-info-table       !
  -V "FC $release update$date $arch
DVD"        -A "Fedora Core $release update$date $arch DVD"        -publisher "$publisher" -p "$publisher" -x lost+found        -o FC-$release-update$date-$arch-DVD.iso $arch    implantisomd5 FC-$release-update$date-$arch-DVD.iso fi 

I'm beginning to think that the problem is building the FC6 image on a rawhide system.  There have been enough changes that I'll have to take a different approach to sneakernet.


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=193938&topic_id=42359&forum=31#forumpost193938
If you think, this is spam, please report this to webmaster@xxxxxxxxxxxxxxxx and/or blame Darkenergy@xxxxxxxxxxxxxx


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux