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:

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] -

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)