Phil Schaffner
2007-Mar-21 14:36 UTC
[CentOS-docs] Edit permissions and CD to DVD procedure
Wiki name PhilSchaffner. I would like to work on the following pages: TipsAndTricks/CreatingUpdateMedia - new page How to create CD/DVD update media and use to update CentOS HowTos/BuildPackages - new page How to set up an end-user environment to build RPM packages HowTos/CreateLocalRepos - new page How to create and maintain local repo[s] for your custom packages MigrationGuide - existing page Add/modify content from C5 testing, Migration/5, and C3 FAQ "How do I migrate a system from WBEL-3 (White Box Enterprise Linux) to CentOS 3?" FAQ/CentOS4 - existing page Add FAQ entry on "How do I migrate from an ELx-based distro to CentOS4" with link to MigrationGuide Would also like to see some content in TipsAndTricks/CDtoDVDMedia. My attempts to do this have failed to produce a usable DVD. The firewall at work precludes using BitTorrent to download anything so it is hard to get the DVD iso image. Would be glad to help edit that page also if someone can provide a hint. Tried to follow the advice in the thread http://lists.centos.org/pipermail/centos-docs/2006-September/000016.html that was supposed to result in the above page being filled in. I can produce a bootable DVD using the procedure and the referenced script mkdvdiso.sh (after fixing a syntax error) but attempts to use it to install die with a complaint about not being able to find the 2nd CD - at least for the C5 beta. Has anybody made this work? Phil ---- mkdvdiso.sh patch ---- # diff -u mkdvdiso.sh_orig mkdvdiso.sh --- mkdvdiso.sh_orig 2007-03-21 10:09:13.000000000 -0400 +++ mkdvdiso.sh 2007-03-05 13:22:05.000000000 -0500 @@ -33,7 +33,7 @@ mkdir -p $LOOP mkdir -p $DVD -if [ !`ls $1/*.iso 2>&1>/dev/null ; echo $?` ]; then +if [ ! `ls $1/*.iso >&/dev/null ; echo $?` ]; then echo "Found ISO CD images..." CDS=`expr 0` DISKS="1"
Ralph Angenendt
2007-Mar-21 14:44 UTC
[CentOS-docs] Edit permissions and CD to DVD procedure
Phil Schaffner wrote:> Wiki name PhilSchaffner. I would like to work on the following pages: > > TipsAndTricks/CreatingUpdateMedia - new page > How to create CD/DVD update media and use to update CentOSWhat did you have in mind there?> > HowTos/BuildPackages - new page > How to set up an end-user environment to build RPM packagesThis is already handled in <http://wiki.centos.org/TipsAndTricks/YumAndRPM> - maybe better add to that page?> HowTos/CreateLocalRepos - new page > How to create and maintain local repo[s] for your custom packagesOkay, I thought we had something like that already. We don't. Looks like a good idea to me.> MigrationGuide - existing page > Add/modify content from C5 testing, Migration/5, and C3 FAQ "How > do I migrate a system from WBEL-3 (White Box Enterprise Linux) > to CentOS 3?"Can you talk to smooge about that? I know that he has something similar in mind, I just want to keep you from doubling content or effort.> > FAQ/CentOS4 - existing page > Add FAQ entry on "How do I migrate from an ELx-based distro to > CentOS4" with link to MigrationGuideSure. If we can clarify the above stuff, I'll give you access rights to those pages. Cheers, Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20070321/4d2fe8cf/attachment-0001.sig>
Rodrigo Barbosa
2007-Mar-21 17:22 UTC
[CentOS-docs] Edit permissions and CD to DVD procedure
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Mar 21, 2007 at 10:36:45AM -0400, Phil Schaffner wrote:> Wiki name PhilSchaffner. I would like to work on the following pages: > > HowTos/BuildPackages - new page > How to set up an end-user environment to build RPM packagesI would like editing rights on this page also. - -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFGAWnApdyWzQ5b5ckRAnDxAJ0UuNQbTg5e+1tCABfcXJBfh1TD7gCdGN9i eaAjOtnSyiPFT9peJ7Wpkzk=7oyl -----END PGP SIGNATURE-----
Phil Schaffner
2007-Mar-21 18:13 UTC
[CentOS-docs] Edit permissions and CD to DVD procedure
On Wed, 2007-03-21 at 15:44 +0100, Ralph Angenendt wrote:> Phil Schaffner wrote: > > Wiki name PhilSchaffner. I would like to work on the following pages: > > > > TipsAndTricks/CreatingUpdateMedia - new page > > How to create CD/DVD update media and use to update CentOS > > What did you have in mind there?Something like: Some users with limited bandwidth may want to use "sneakernet" to update from removable media such as CD or DVD. To create such a CD/DVD (currently about 1.1 GB for i386 implies DVD) containing all the updates follow this procedure. For example, for the i386 updates, the top level of the DVD should have the contents of the updates/i386 directory: headers repodata RPMS With k3b one can create this DVD quite easily by selecting "New Data DVD Project", navigating to a previously-downloaded copy (or local mirror) of the updates for the desired arch, dragging the 3 directories to the DVD window, and selecting "Burn". For CentOS4 a CentOS-Media.repo file already exists in /etc/yum.repos.d. Mount the update DVD and do: # yum --disablerepo=\* --enablerepo=c4-media update New media can be created when enough updates, or important enough updates, come out to justify the effort.> > > > HowTos/BuildPackages - new page > > How to set up an end-user environment to build RPM packages > > This is already handled in > <http://wiki.centos.org/TipsAndTricks/YumAndRPM> - maybe better add to > that page?Works for me.> > HowTos/CreateLocalRepos - new page > > How to create and maintain local repo[s] for your custom packages > > Okay, I thought we had something like that already. We don't. Looks like > a good idea to me. > > > MigrationGuide - existing page > > Add/modify content from C5 testing, Migration/5, and C3 FAQ "How > > do I migrate a system from WBEL-3 (White Box Enterprise Linux) > > to CentOS 3?" > > Can you talk to smooge about that? I know that he has something similar > in mind, I just want to keep you from doubling content or effort.We already had some interchange on the QA-list the page I edited: http://wiki.centos.org/Migration/5 http://lists.centos.org/mailman/private/centos-qa/2007-March/000309.html Would be glad to coordinate further to avoid any duplication.> > > > FAQ/CentOS4 - existing page > > Add FAQ entry on "How do I migrate from an ELx-based distro to > > CentOS4" with link to MigrationGuide > > Sure. > > If we can clarify the above stuff, I'll give you access rights to those > pages.Let me know if anything remains unclear. Thanks, Phil
Phil Schaffner
2007-Mar-26 16:58 UTC
[CentOS-docs] Edit permissions and CD to DVD procedure
On Wed, 2007-03-21 at 10:36 -0400, Phil Schaffner wrote:> Wiki name PhilSchaffner. I would like to work on the following pages:...> Would also like to see some content in TipsAndTricks/CDtoDVDMedia. My > attempts to do this have failed to produce a usable DVD. The firewall > at work precludes using BitTorrent to download anything so it is hard to > get the DVD iso image. Would be glad to help edit that page also if > someone can provide a hint. Tried to follow the advice in the thread > > http://lists.centos.org/pipermail/centos-docs/2006-September/000016.html > > that was supposed to result in the above page being filled in. I can > produce a bootable DVD using the procedure and the referenced script > mkdvdiso.sh (after fixing a syntax error) but attempts to use it to > install die with a complaint about not being able to find the 2nd CD - > at least for the C5 beta. Has anybody made this work?Sorry for the self-reply - never got a response to this part of the original query, and I see we have another potential contributor interested in this area - Wojtek Pilorz. Have done some more work on the mkdvdiso.sh script and can now make it work for CD ISO images, but not yet from the OS unpacked tree - builds a DVD that boots, but is not recognized as CentOS install media - I'm missing something about the .diskinfo file. Also added some sanity checks. Phil