Re: Problem with running the image

2008-02-14 Thread Philippe Lhardy
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
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

lh_build on lenny and squashfs-tools

2008-02-12 Thread Philippe Lhardy
Hi,

live builds on lenny are broken due to latest squashfs-tools v 3.3.
they generate 3.1 squash version, where squashfs kernel module can't
support.
using squashfs-tool 1:2.2r2-9 proove to make it work, but it is not easy to
set it up for lh_build usage
since it is upgraded to 1:3.3-3 automatically.

1) i put squashfs-tools_3.2r2-9_i386.deb in local packages
config/chroot_local-packages/squashfs-tools_3.2r2-9_i386.deb

2) I believe this one should fix :

creating config/chroot_local-includes/etc/apt/preferences :
Package: squashfs-tools
Pin: version 1:3.2r2-*
Pin-Priority: 1001

to maintain it even if an upgrade is coming.


but i didn't manage to do a clean build since i have other problem with
apt-proxy getting stuck.
___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel