Can I generate Installation DVD from Development repository

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

 



Thanks for responding Bruno .. however, I got some question about ur
script .. trying to understand how it works

On 3/3/07, Bruno Wolff III <bruno@xxxxxxxx> wrote:
I do this by creating a fudged .discinfo file containing the following:
1170104239.562016
Fedora 6.90
i386
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
Fedora/base

what is this line for? I can change this to something else right? if
yes, what are the acceptible values?
/srv/pungi/20070129.1/6.90/Desktop/i386/os/Fedora

Fedora/pixmaps

and then run the following to make an install DVD with all of the packages
currently in core:
#!/bin/sh

publisher="Bruno Wolff III"
release="7"

##############################################################################

export FCBASE=`pwd`
arch=`uname -i`
date=`date +%Y%m%d`

mkdir -p $FCBASE/$arch

is $FCBASE/core is the core repo? my mirrored repo is mirrored using
reposync instead of rsync (therefore, I only have the RPMs .. other
stuff in the hierachy are not downloaded) ... do i need to add some
more stuff into FCBASE?
rsync --archive  $FCBASE/core/ $FCBASE/$arch


repomanage --old i386/Fedora/RPMS | xargs rm -f
cp $FCBASE/.discinfo $FCBASE/$arch

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

You might also be able to just use the boot.iso and custom repositories,
but I don't know how to do that.



--
-----------------------------------------------
regards
Hikaru
-----------------------------------------------
Mohd Izhar Firdaus Bin Ismail
Amano Hikaru
天野晃 「あまの ひかる」
Universiti Teknologi PETRONAS
ICT 2nd Year 1st Semester
mohd.izhar.firdaus@xxxxxxxxx
-----------------------------------------------
kagesenshi.87@xxxxxxxxx
GPG: http://www.rootshell.be/~kagesens/public-key.asc
Blog: http://kagesenshi.blogspot.com
-----------------------------------------------

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux