Re: Can't mount CIFS

2009-05-02 Thread Daniel Baumann
Juergen Fiedler wrote: > I noticed that smbfs gets installed in the chroot, but doesn't > mount.cifs still doesn't end up in the initrd image. indeed, found the bug.. workaround: symlink /usr/share/live-helper/examples/hooks/update-initramfs.sh into config/chroot_local-hooks proper fix: http://g

Re: Some d-i errors

2009-05-02 Thread schoappied
schoappied wrote: Hi, I got these errors when trying to add d-i P: Begin installing debian-installer... 2009-05-01 13:22:11 URL:http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/vmlinuz [1920472/1920472] -> "/home/d/ubuntu-live/cache/binary_debian-instal

Script to add a persistent home-rw partition

2009-05-02 Thread Benjamin FOURTICQ
Hello, DISK_IMAGE=/mnt/C/binary2.img ROOT_SIZE="$(du -ms binary.img | cut -f1)" ROOT_SIZE="$(expr ${ROOT_SIZE} + ${ROOT_SIZE} \* 5 / 100)" ROOT_SIZE_CYL=$(( ${ROOT_SIZE} / (255 * 63 * 512 / 100) +1)) DISK_SIZE=512 rm ${DISK_IMAGE} dd if=/dev/zero of=${DISK_IMAGE} bs=1024k count=0 seek=${DI

Re: Script to add a persistent home-rw partition

2009-05-02 Thread Benjamin FOURTICQ
This is a script to make a new binary2.img that include a persistent home partition. ROOT_SIZE is computed to be at the end of a cylinder. PS : Sorry for my previous email (Ctrl-Enter ans thunderbird send it ;)) DISK_IMAGE=/mnt/C/binary2.img ROOT_SIZE="$(du -ms binary.img | cut -f1)" ROOT_SI

Re: Can't mount CIFS

2009-05-02 Thread Juergen Fiedler
On Sat, May 2, 2009 at 2:44 AM, Daniel Baumann wrote: > Juergen Fiedler wrote: >> I noticed that smbfs gets installed in the chroot, but doesn't >> mount.cifs still doesn't end up in the initrd image. > > indeed, found the bug.. > > workaround: symlink > /usr/share/live-helper/examples/hooks/updat