[Simple-cdd-devel] simple-cdd with conf file

Salvatore De Paolis iwkse at gmx.com
Fri May 28 09:14:05 UTC 2010


Hi all,
i'm trying to build a customized debian CD, using a myprofile.conf file.
Here's the profile:

profiles="xfce"
build_profiles="xfce"
mirror_tools="reprepro"
simple_cdd_dir="/opt/debian"
simple_cdd_temp="$simple_cdd_dir/tmp"

server="ftp.debian.org"
debian_mirror="http://$server/debian"
rsync_debian_mirror="$server::debian"
mirror_components="main contrib non-free"
security_mirror="http://security.debian.org"
do_mirror="true"

# svn version of debian-cd
debian_cd_dir="/opt/debian-cd"

export ARCH=${ARCH:- `dpkg --print-architecture`}
export ARCHES=$ARCH

mirror_files="README doc/ tools/"

export INSTALLER_CD=2
export OMIT_DOC_TOOLS=1
export OMIT_MANUAL=1
export OMIT_RELEASE_NOTES=1

export DOJIGDO=0
export MIRROR=$simple_cdd_dir/mirror/
export CODENAME=lenny
export DEBVERSION=5.0
export DISKINFO="Simple-cdd: $DEBVERSION $CODENAME  $(date --utc +%Y%m%d)"

di_codename="lenny" 
di_release="current" 

export BASE_EXCLUDE="$simple_cdd_dir/base-excludes-lenny"
export OUT="$simple_cdd_dir/images/"

And here running simple-cdd:

$ simple-cdd --conf myprofile.conf -g

...
Updating task files...
- copying task files from 'tasks/lenny/'
- copying firwmare task file from 'tasks/firmware'
- task.languages: using 'tasks/lenny/'
cp: omitting directory `/opt/debian/tmp/debian-cd/tasks/lenny/'
make: *** [/opt/debian/tmp/cd-build/lenny/tasks] Error 1
...
cat: /opt/debian/tmp/cd-build/lenny/tasks/tasks/simple-cdd.task: No such file
or directory ...
ERROR: Unable to read UDEB_EXCLUDE
file /opt/debian/tmp/debian-cd/data/lenny/i386_netinst_udeb_exclude Adding
installtools Adding common docs on CD1 ERROR: no README* files in the
mirror /opt/debian/tmp/mirror Adding Release files
Trying to add upgrade* directories
(Optionally) making the image bootable for i386:
Running tools/boot/lenny/boot-i386 1 /opt/debian/tmp/cd-build/lenny/CD1 
cp: cannot stat
`/opt/debian/tmp/mirror/dists/lenny/main/installer-i386/current/images/cdrom/initrd.gz':
No such file or directory FAILED: error 1 Failed to start disc 1, error 256
make: *** [image-trees] Error 9 including
description: /usr/share/simple-cdd/profiles/xfce.description simple-cdd: extra
files for simple-cdd find: /opt/debian/tmp/cd-build/lenny/CD1/pool: No such
file or directory ERROR: missing required packages from profile default:  less 
ERROR: missing required packages from profile default:  simple-cdd-profiles 
WARNING: missing optional packages from profile default: grub
popularity-contest localization-config console-tools usbutils acpi acpid eject
lvm2 mdadm cryptsetup reiserfsprogs jfsutils xfsprogs type-handling debootstrap
ERROR: missing required packages from profile xfce:  xfce4 xfce4-terminal
xfce4-taskmanager xfce4-mixer xfce4-goodies menu slim xbase-clients xorg
xserver-xorg-input-all xserver-xorg-video-all WARNING: missing optional
packages from profile xfce:  type-handling ERROR: missing required packages
from profile xfce:  xfce4 xfce4-terminal xfce4-taskmanager xfce4-mixer
xfce4-goodies menu slim xbase-clients xorg xserver-xorg-input-all
xserver-xorg-video-all

Do you have idea why i get this errors?

with regards
S.



More information about the Simple-cdd-devel mailing list