Adding repository

2009-04-26 Thread Benjamin FOURTICQ
Hello, I'd like to make a custom liveCD with multimedia tools. I would like to include the libdvdcss package, so I need to add a repository to my apt/sources.list... How can I do that ? Thanks in advance, Benjamin. -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subjec

Re: Adding repository

2009-04-27 Thread Benjamin FOURTICQ
That's exactly what I want do do. So I create a multimedia.chroot file, but I got I problem with my multimedia.chroot.gpg : how to create this file ? Thanks in advance, Benjamin. Yohann Lepage a écrit : 2009/4/27 Benjamin FOURTICQ : Hello, I'd like to make a custom liveCD with

Re: Adding repository

2009-04-27 Thread Benjamin FOURTICQ
Lepage a écrit : 2009/4/27 Benjamin FOURTICQ : That's exactly what I want do do. So I create a multimedia.chroot file, but I got I problem with my multimedia.chroot.gpg : how to create this file ? Get the key from the package debian-multimedia-keyring. http://www.debian-multimedi

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: customizing the isolinux/menu.cfg file

2009-05-05 Thread Benjamin FOURTICQ
You can use a custom menu.cfg and put it in config/binary_syslinux. This folder overrides the files in the liveCD. Regards, Benjamin. Don Raikes a écrit : Hi, I want to rearrange the stanzas in the isolinux/menu.cfg to make it simpler for a blind individual to locate things like the install

home-rw persistent

2009-05-03 Thread Benjamin FOURTICQ - SGA2
I am using a persistent home-rw on an USB stick with vfat. Is it possible to mount the home-rw partition with custom option umask=0,dmask= ? Benjamin. -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian