Re: Updated CD images
On Fri, 15 Jul 2011, Kenshi Muto wrote: At Fri, 15 Jul 2011 15:14:03 +0100, Steve McIntyre wrote: So... could you tell me how I can make them and upload my ISOs? I'm worrying about breaking other files. http://cdimage.debian.org/cdimage/ corresponds to the directory /mnt/nfs-cdimage/ on pettersson.d.o. Log in to pettersson as you, then sudo to debian-cd (sudo -u debian-cd -i). Then you'll be able to make directories etc. as needed over there. I've added the backports directory for you, just now. I see, and thank you! I'll try to do at this weekend. As a further note, the "release" directory corresponds to http://cdimage.debian.org/debian-cd/ and is the part that is widely mirrored. If you do change anything there, please give me a prod to do the mirror push triggers. hat's probably not relevant for backport images, I just thought I should make a note of it here while we're discussing/documenting the setup. /Mattias Wadenstein -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pine.gso.4.64.1107180919500.6...@montezuma.acc.umu.se
Re: How-to generate Debian Blue-ray from DVDs ?
On Monday, July 18, 2011 01:10:55 AM Alexey Eromenko wrote: > Hi All ! Hi, > I have downloaded 8 DVDs of Debian 6 (amd64) -- now I want to create a > single bootable Dual-layer blue-ray image from them (BD-DL). This is not the way to re-use your DVD iso images to grow a BD one out of them. Instead you want to mount these DVD iso images loop back and use: jigdo http://cdimage.debian.org/cdimage/release/6.0.2.1/amd64/jigdo- bd/debian-6.0.2.1-amd64-BD-1.jigdo (likewise for BD-2.jigdo if you want it; note URL might be wrapped) also showing it the local directories where you mounted your DVD images, so it can re-use it. > Just read about Debian's "debian-cd" package. > In Config file: > /usr/share/debian-cd/CONF.sh > I changed to: (Dual-layer blue-ray) > export DISKTYPE=DLBD > > I have created a single offline repo from all 8 DVDs. (by copying > packages into shared pool + generating meta-data) > > Started generating image... > user@xrig:/usr/share/debian-cd$ . CONF.sh > user@xrig:/usr/share/debian-cd$ make distclean > Cleaning the build directory > > user@xrig:/usr/share/debian-cd$ make status > Updating task files... > - copying task files from 'tasks/squeeze/' > - copying firwmare task file from 'tasks/firmware' > - task.languages: using 'tasks/squeeze/tasksel_d-i.languages' > - generating dynamic task files > /usr/share/debian-cd/tools/update_tasks: 155: which_deb: not found > gzip: > /vm/Debian6-repo/debian-bddl/debian/dists/squeeze/main/binary-/Packages.gz > : No such file or directory > make: *** [/vm/tmp/squeeze/tasks] Error 1 > > -- > I have "binary-amd64", instead of "binary-" -- why doesn't it > recongnize it, and how-to configure this script ? > Any ideas? > > Thanks in advance, > - > -Alexey Eromenko "Technologov" -- pub 4096R/0E4BD0AB -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201107181056.27719.danc...@spnet.net
Re: How-to generate Debian Blue-ray from DVDs ?
> This is not the way to re-use your DVD iso images to grow a BD one out of > them. Instead you want to mount these DVD iso images loop back and use: > > jigdo http://cdimage.debian.org/cdimage/release/6.0.2.1/amd64/jigdo- > bd/debian-6.0.2.1-amd64-BD-1.jigdo > > (likewise for BD-2.jigdo if you want it; > note URL might be wrapped) OK, but how to generate single dual-layer BD from those 2 BDs ? -- -Alexey Eromenko "Technologov" -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAOJ6w=g4wax7prl0kqaklzomf9oj+3b14jlmhbkhwn3xy86...@mail.gmail.com
Re: How-to generate Debian Blue-ray from DVDs ?
On Mon, Jul 18, 2011 at 01:10:55AM +0300, Alexey Eromenko wrote: >Hi All ! > >I have downloaded 8 DVDs of Debian 6 (amd64) -- now I want to create a >single bootable Dual-layer blue-ray image from them (BD-DL). OK... >Just read about Debian's "debian-cd" package. >In Config file: >/usr/share/debian-cd/CONF.sh >I changed to: (Dual-layer blue-ray) >export DISKTYPE=DLBD > >I have created a single offline repo from all 8 DVDs. (by copying >packages into shared pool + generating meta-data) > >Started generating image... >user@xrig:/usr/share/debian-cd$ . CONF.sh >user@xrig:/usr/share/debian-cd$ make distclean >Cleaning the build directory > >user@xrig:/usr/share/debian-cd$ make status >Updating task files... >- copying task files from 'tasks/squeeze/' >- copying firwmare task file from 'tasks/firmware' >- task.languages: using 'tasks/squeeze/tasksel_d-i.languages' >- generating dynamic task files >/usr/share/debian-cd/tools/update_tasks: 155: which_deb: not found Hmm, that's a bug in update_tasks. Not seen in the daily use of debian-cd as we have special setup on pettersson. Fixed in svn now. >gzip: >/vm/Debian6-repo/debian-bddl/debian/dists/squeeze/main/binary-/Packages.gz: >No such file or directory >make: *** [/vm/tmp/squeeze/tasks] Error 1 > >-- >I have "binary-amd64", instead of "binary-" -- why doesn't it >recongnize it, and how-to configure this script ? that's caused by the failure in update_tasks here. -- Steve McIntyre, Cambridge, UK.st...@einval.com "When C++ is your hammer, everything looks like a thumb." -- Steven M. Haflich -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110718121325.gb29...@einval.com
Re: How-to generate Debian Blue-ray from DVDs ?
On Mon, Jul 18, 2011 at 03:02:06PM +0300, Alexey Eromenko wrote: >> This is not the way to re-use your DVD iso images to grow a BD one out of >> them. Instead you want to mount these DVD iso images loop back and use: >> >> jigdo http://cdimage.debian.org/cdimage/release/6.0.2.1/amd64/jigdo- >> bd/debian-6.0.2.1-amd64-BD-1.jigdo >> >> (likewise for BD-2.jigdo if you want it; >> note URL might be wrapped) > >OK, but how to generate single dual-layer BD from those 2 BDs ? You'd have to merge things by hand. Or, try to use debian-cd like you are. If you can pull from svn, try debian-cd there and see if it works better for you. I'm on irc as well, irc.debian.org #debian-cd if you need more help. -- Steve McIntyre, Cambridge, UK.st...@einval.com "The problem with defending the purity of the English language is that English is about as pure as a cribhouse whore. We don't just borrow words; on occasion, English has pursued other languages down alleyways to beat them unconscious and rifle their pockets for new vocabulary." -- James D. Nicoll -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110718121520.gc29...@einval.com
Update
Hello, I have an immediate pending financial transaction i would like both of us to partner for our mutual benefit. It involves a certain amount of money which if we agree terms would be wired to your bank account. The details i would spell out in my next mail if you are interested to partner me in this business. I await your response. Rgds Jona -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qiui7-000yzr...@au001lcs07.syd.the-server.com.au