Re: cannot generate a simple cd

2008-08-20 Thread Juan Luis Belmonte
Vagrant Cascadian wrote:
 On Wed, Aug 20, 2008 at 03:45:46AM +0200, Juan Luis Belmonte wrote:
 And well, just making the simple cdd
  build-simple-cdd --extra-udeb-dist sid

 It downloads everythign and creates
 tmp/mirror/pool/main and all the directories, but when it starts to
 generate the cd image

 i get these error,
 ...snip...
 mv: cannot stat `boot1/isolinux/isolinux.cfg.withgtk': No such file or
 directory
   FAILED: error 1
 Failed to start disc 1, error 256
 make: *** [image-trees] Error 9
 
 my guess is an issue with the version of debian-cd used. i'd recommend
 getting debian-cd from subversion and:
 
   mkdir -p ~/my-simple-cdd
 
   svn co svn://svn.debian.org/debian-cd/trunk ~/my-simple-cdd/debian-cd
 
   echo debian_cd_dir=~/my-simple-cdd/debian-cd  
 ~/my-simple-cdd/profiles/default.conf
 
 replace ~/my-simple-cdd with where you're building simple-cdd.

Thanks a lot for the tip.
Simple cd is now done, now I'll try to start introducing my packages and
menu udebs.


Cheers




 
 live well,
   vagrant
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



cannot generate a simple cd

2008-08-19 Thread Juan Luis Belmonte
Hi!

I need some help.
I've been reading simple-cdd and simple-cdd/howto in debian wiki, Also
all files at /usr/share/simple-cdd

And well, just making the simple cdd
 build-simple-cdd --extra-udeb-dist sid

It downloads everythign and creates
tmp/mirror/pool/main and all the directories, but when it starts to
generate the cd image

i get these error,


  Adding udeb/base includes/excludes
ERROR: Unable to read UDEB_EXCLUDE file
/home/jlbelmonte/minuevocd/tmp//debian-cd/data/lenny/i386_netinst_udeb_exclude
  Adding docs to CD1
  Extracting FAQ on CD1
  Adding installtools
ERROR: package installation-guide-i386 not found.
  Adding common docs on CD1
  Adding Release files
  Trying to add upgrade* directories
  (Optionally) making the image bootable for i386:
Running tools/boot/lenny/boot-i386 1
/home/jlbelmonte/minuevocd/tmp//cd-build/lenny/CD1
Using ISOLINUX boot-disks image on CD1
mv: cannot stat `boot1/isolinux/isolinux.cfg.withgtk': No such file or
directory
  FAILED: error 1
Failed to start disc 1, error 256
make: *** [image-trees] Error 9
simple-cdd: extra files for simple-cdd
find: `/home/jlbelmonte/minuevocd/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 busybox


Thanks a lot.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: cannot generate a simple cd

2008-08-19 Thread Vagrant Cascadian
On Wed, Aug 20, 2008 at 03:45:46AM +0200, Juan Luis Belmonte wrote:
 And well, just making the simple cdd
  build-simple-cdd --extra-udeb-dist sid
 
 It downloads everythign and creates
 tmp/mirror/pool/main and all the directories, but when it starts to
 generate the cd image
 
 i get these error,
...snip...
 mv: cannot stat `boot1/isolinux/isolinux.cfg.withgtk': No such file or
 directory
   FAILED: error 1
 Failed to start disc 1, error 256
 make: *** [image-trees] Error 9

my guess is an issue with the version of debian-cd used. i'd recommend
getting debian-cd from subversion and:

  mkdir -p ~/my-simple-cdd

  svn co svn://svn.debian.org/debian-cd/trunk ~/my-simple-cdd/debian-cd

  echo debian_cd_dir=~/my-simple-cdd/debian-cd  
~/my-simple-cdd/profiles/default.conf

replace ~/my-simple-cdd with where you're building simple-cdd.

live well,
  vagrant


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]