Re: Build a custom CD image with simple-cdd

2018-09-25 Thread Thomas Schmitt
Hi, Markus Raps wrote: > and the script should rebuild the disk. > unfortunately UEFI only systems wont boot it. > ... > xorriso -as mkisofs \ Thank you for flying xorriso. As for the lack of EFI boot equipment in your script, see https://wiki.debian.org/RepackBootableISO "Repacking a Debi

Re: Build a custom CD image with simple-cdd

2018-09-25 Thread Markus Raps
Hi, are you trying to preseed something? then just extract a debian standard install disc like netinstall to /opt/isobuild/debian/image/ do your changes and the script should rebuild the disk. unfortunately UEFI only systems wont boot it. #!/bin/bash IMAGE=/opt/isobuild/debian/debian-9.3-au

Re: Build a custom CD image with simple-cdd

2018-09-25 Thread Thomas Schmitt
Hi, André Rodier wrote: > Hello Debian pros, No, no. We are just the users. Often quite confused. > I am trying to build an ISO image with the package debian-cdd, and I am > struggling with the following error: The package's news list on https://tracker.debian.org/pkg/simple-

Re: has anyone tried simple-cdd? (was: Installer image for installation via ssh

2018-04-20 Thread songbird
Cindy-Sue Causey wrote: > On 4/19/18, songbird wrote: ... >> when looking for something else i came across it and >> was curious. haven't tried it here, but will give it >> a try sometime in the future if i need to cook one up. > > > I'm game, primarily since it's available via "main", but it wi

Re: has anyone tried simple-cdd? (was: Installer image for installation via ssh

2018-04-19 Thread Cindy-Sue Causey
On 4/19/18, songbird wrote: > Leandro Noferini wrote: > > ... > > when looking for something else i came across it and > was curious. haven't tried it here, but will give it > a try sometime in the future if i need to cook one up. I'm game, primarily since it's available via "main", but it wi

has anyone tried simple-cdd? (was: Installer image for installation via ssh

2018-04-19 Thread songbird
Leandro Noferini wrote: ... when looking for something else i came across it and was curious. haven't tried it here, but will give it a try sometime in the future if i need to cook one up. songbird

simple-cdd: Install extra files onto target

2017-11-30 Thread Jack Henschel
Hi everyone, I have configured a debian installer with simple-cdd for my systems, and additional packages are already being installed. But I'm struggeling to install extra files on the target systems. I am referrencing the extra files in `profile/default.extra` and they are in the gene

Simple-CDD

2010-01-17 Thread Martin Schulte
Hello, i'm trying to use simple-cdd the first time. So far it's working, but i don't know how to include the custom files In the wiki is written: To copy an arbitrary file into the /simple-cdd directory on the CD, add the following to your .conf file: <http://de

Adding files to simple-cdd target

2008-07-21 Thread Jabka Atu
if you have a need to post files (copy extra files ) inside shell scripts (for instance when you use simple-cdd ) you can use real cool gnu tools : uuencode uudecode Reading there man files and googling abit gave me the next : this will compress the directory contents , and create a script that

Re: Image created by simple-cdd work in qemu but not in real life

2008-07-21 Thread Jabka Atu
On Sun, Jul 20, 2008 at 3:53 PM, Harry Jede <[EMAIL PROTECTED]> wrote: > Am Sonntag, 20. Juli 2008 12:03 schrieb Jabka Atu: > > Howdy,... > > > > I created an image using simple-cdd and tested in qemu. > > It worked fine (all went as it should). > > > &

Image created by simple-cdd work in qemu but not in real life

2008-07-20 Thread Jabka Atu
Howdy,... I created an image using simple-cdd and tested in qemu. It worked fine (all went as it should). When i burn it on a cd and reboot from it : the image stuck saying : "Uncompressing Linux... OK,booting the kernel" if i press alt+f4 i can see the logs (but can't see any

Coping files into simple-cdd target.

2008-07-19 Thread Jabka Atu
Howdy ,... I noticed that there only few simple ways to copy files inside into simple-cdd target creation: using mount /unmount cdrom inside profile.postinst echoing contents of file into target using postinstall script. And my favorite : Using Debian package that store the dir and adding it