Burning Debian iso under windows

2009-05-12 Thread M
Hi

Just wanted to let you know (referring to
http://debian.org/CD/faq/#record-windows) that there is a gpl3-licensed
cd/dvd-burning software for Windows, Infrarecorder.

>From their site: "InfraRecorder is released under GPL version 3."

It can burn cd/dvd iso-images without a problem. When I had to burn cd's /
dvd's under Windows (not under Debian) I have used this problem. I never
had any problems burning images with Infrarecorder.

As far as I know it is the only free cd/dvd-burner with gui for Windows.

It works under Win2000,XP and Vista (I don't know about older MS-OS's).
Works under x32 and x64 systems.

Programs site:
http://infrarecorder.org/

Dowload (pre-compiled binaries, also for x64):
http://infrarecorder.org/?page_id=5
Sourceforge hosts the downloads.

Source:
https://infrarecorder.svn.sourceforge.net/svnroot/infrarecorder/

M

ps: Many, many thanks for the great operating system! I have tried many
other Linux-distributions but I always come back to Debian.



-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Lenny 501 and presseding

2009-05-12 Thread Frans Pop
On Tuesday 12 May 2009, Frédéric DONNAT wrote:
> I could get ride of my problem with a mount:
> d-i preseed/late_command string mount -o bind /cdrom /target/cdrom;
> in-target ..etc..
>
> In fact, the cdrom is mounted on the install system but it seems that
> when we chroot this bind is missing...  ;(

Ah, yes. That is correct. For Lenny the cd is only mounted in the /target 
environment on demand by apt-cdrom in order to be able to support CD 
changing during the installation of packages.

Make sure you unmount the CD again at the end of your script or things 
might blow up (although that's somewhat unlikely to happen at the late 
stage preseed/late is executed).


--
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



RE: Lenny 501 and presseding

2009-05-12 Thread Frédéric DONNAT
Thanks for your answer..

As you mentionned it, there is a lot of changes between these two version so i 
restart building my own pressed using "The Fabulous Manual" and the following 
link http://www.debian.org/releases/lenny/example-preseed.txt.  ;)
I hope I'll be able to find previous errors..

I could get ride of my problem with a mount:
d-i preseed/late_command string mount -o bind /cdrom /target/cdrom; in-target 
..etc..

In fact, the cdrom is mounted on the install system but it seems that when we 
chroot this bind is missing...  ;(

Regards

Fred
-Message d'origine-
De : Frans Pop [mailto:elen...@planet.nl] 
Envoyé : jeudi 7 mai 2009 17:37
À : debian-cd@lists.debian.org
Cc : Frédéric DONNAT
Objet : Re: Lenny 501 and presseding

On Thursday 07 May 2009, Frédéric DONNAT wrote:
> I could not successfully pressed some questions while partionning:
>
> - Partition disks
>   + First Question:
>   + Second Question:

Check the *lenny version* of the installantion guide for the correct way 
to preseed this. There've been some changes since Etch.

> - Launching late command
>   Here is my late_command (works fine under etch):
>   d-i preseed/late_command string in-target
> /cdrom/mailinblack/install.sh I get an error: Failed to run pressed
> command
>   Execution of preseeded command "in-target
> /cdrom/mailinblack/install.sh" failed with exit code 1 In the Alt+F4
> screen I get: in-target: chroot: cannot execute
> /cdrom/mailinblack/install.sh: No such file or directory
>
> At that point it seems that the cdrom is not mounted when I chroot, so

AFAIK it should still be mounted at that point (late command is run at 07 
in finish-install, while the CD is only unmounted at 15).
Possibly something else went wrong earlier in the installation.

Cheers,
FJP

P.S. This is not the best list to report this. If you have any additional 
questions then please mail the debian-boot list and add the syslog from 
your install.
P.P.S. Only the installation guide is really reliable as documentation for 
preseeding. The other documents you used may be outdated or simply 
incorrect.



--
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org