On jue, 2008-02-14 at 09:44 +0100, Philippe Lhardy wrote: > > > 2008/2/14, Hilda <[EMAIL PROTECTED]>: > Hi people, i need your help. I am trying to make a live cd, i > am final > user but understand the basic concepts. Well, i am using > debian sid > and the process of build the image are successful [1]. The > problem is > running it with qemu (and virtualbox), because i get: > > BusyBox v1.1.3 (Debian 1:1.1.3-4) Built-in shell (ash) > Enter 'help' for a list of built-in commands. > > /bin/sh: can't access tty; job control turned off > (initramfs) > > > AFIAK > lenny is broken due to squashsf-tools providing a mksquashfs that > generate a squasfh filesystem unsupported by lenny kernel modules > and sid kernel module for squashfs is broken too. > I am waiting for ... fixes. > > > Philippe. > _______________________________________________ > debian-live-devel mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel
The fast solution is instal sources for squashfs and lzma modules for lenny , compile and copy it into config/chroot_local_packages apt-get install module-assistant squashfs-source lzma-source m-a update m-a b-i lzma m-a b-i squashfs cp /usr/src/squashfs-modules-2.6.22-3-686_3.3-3 +2.6.22-6_i386.deb ./config/chroot_local_packages cp /usr/src/lzma-modules-2.6.22-3-686_4.43-12 +2.6.22-6_i386.deb ./config/chroot_local_packages lh_config --verbose -a i386 -f minimal --chroot-filesystem squashfs\ --linux-packages 'linux-image-2.6 aufs-modules-2.6' lh_build echo "enjoy!" -- SISTEMAS AVANZADOS DE CONTROL, S.A. Iván Fernández Calvo Departamento de Ingeniería Edificio Prisma C/ Colquide 6, planta baja 28230 Las Rozas, MADRID Teléfono 91 636 35 40 Ext.: 208 Fax: 91 637 83 72 e-mail: [EMAIL PROTECTED] web: www.sacnet.es -- La presente comunicación tiene carácter confidencial y es para el exclusivo uso del destinatario indicado en la misma. Si Ud. no es el destinatario indicado, le informamos que cualquier forma de distribución, reproducción o uso de esta comunicación y/o de la información contenida en la misma están estrictamente prohibidos por la ley. Si Ud. ha recibido esta comunicación por error, por favor, notifíquelo inmediatamente al remitente contestando a este mensaje y proceda a continuación a destruirlo. Gracias por su colaboración. This communication contains confidential information. It is for the exclusive use of the intended addressee. If you are not the intended addressee, please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited by law. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy this message. Thank you for your cooperation. _______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

