Re: error message

2008-02-23 Thread Philippe MONROUX
De (from) (von) [EMAIL PROTECTED] :

 Good luck!

Finally I abandon to build lenny flavor. But with etch I have another
pb. 

message :

,
| The following NEW packages will be installed:
|   squashfs-tools 
| 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
| Need to get 95.3kB of archives. After unpacking 274kB will be used.
| Writing extended state information... Done
| Get:1 http://ftp.debian.org etch/main squashfs-tools 1:3.1r2-6.1 [95.3kB]
| Fetched 95.3kB in 3s (24.8kB/s)
| Selecting previously deselected package squashfs-tools.
| (Reading database ... 35758 files and directories currently installed.)
| Unpacking squashfs-tools (from .../squashfs-tools_1%3a3.1r2-6.1_i386.deb) ...
| Setting up squashfs-tools (3.1r2-6.1) ...
| mksquashfs: -b missing or invalid block size
`

and nothing else

What is the pb ?

Philippe MONROUX
-- 
http://perso.orange.fr/zygomaths/index.fr.html
http://www.gral.re


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


error message

2008-02-21 Thread Philippe MONROUX

Hello,

I'm working with

live-helper 1.0~a38~ 

lh_build is ok but when I check with :
$ qemu -cdrom /root/debian-live-iso/binary.iso

I get the message :

/bin/sh: can't access tty; job control turned off
(iniramfs)

and everything stop. 

any clue ? 

Thanks


Philippe MONROUX
-- 
http://perso.orange.fr/zygomaths/index.fr.html



___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: error message

2008-02-21 Thread Philippe MONROUX
De (from) (von) [EMAIL PROTECTED] :

 Please try to use lh_build in this way:
sudo env MKSQUASHFS_OPTIONS=-b 64k -no-sparse lh_build
 Here you can find more information about this problem:
 
 http://lists.alioth.debian.org/pipermail/debian-live-devel/2008-February/003121.html

Thank you. But after 
[EMAIL PROTECTED]:debian-live $ lh_clean
[EMAIL PROTECTED]:debian-live $ env MKSQUASHFS_OPTIONS=-b 64k -no-sparse 
lh_build

...
P: Begin copying chroot... 
P: This may take a while.
P: Begin mounting /dev/pts...
mount: devpts-live est d?j? mont? ou chroot/dev/pts est occup?
mount: selon mtab devpts-live est mont? sur /root/debian-live/chroot/dev/pts

[EMAIL PROTECTED]:debian-live $ ls

of course no binary.iso...


Philippe MONROUX
-- 
http://perso.orange.fr/zygomaths/index.fr.html
http://www.gral.re


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: can't make usb img

2007-11-25 Thread Philippe MONROUX
Bonjour,

Justin Pryzby [EMAIL PROTECTED] a écrit :

  4 [EMAIL PROTECTED]:debian-live 0 job $ lh_build
  P: Begin caching bootstrap stage...
  P: Begin bootstrapping system...
  E: unsupported variant

 I think this is the variant passed to [c]debootstrap.

I have puted :

,
| # $LH_BOOTSTRAP_FLAVOUR: select flavour to use
| # (Default: standard)
| LH_BOOTSTRAP_FLAVOUR=standard-x11
`

so I belived that was the mistake and I put

LH_BOOTSTRAP_FLAVOUR=standard

but I get same error message. 

So I have commented all the lines to get default. And it seems to work
fine.

Thanks

ph
-- 
http://perso.orange.fr/zygomaths/index.fr.html
http://wiki.debian.org/WhyDebianFrench


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Re: can't make usb img

2007-11-24 Thread Philippe MONROUX
Bonjour,

Philippe MONROUX [EMAIL PROTECTED] a écrit :

 Hello,
 
 With live-helper  1.0~a22-1~bpo.1 I can't  make an iso  image (fluxbox
 etc...) but I can't mak an USB img.
 
 $ lh_config -b usb-hdd
 
 Configuration of binary, bootstrap, chroot, common which is correct to
 make an iso. 
 
 I put also config/binary_local-hooks/01-fix_syslinux.sh :
 
 #!/bin/sh
 
 SYSLINUXCFG=`find binary -type f -name syslinux.cfg`
 sed -i s|kernel /vmlinuz|kernel vmlinuz|g ${SYSLINUXCFG}
 sed -i s|initrd=/initrd|initrd=initrd|g ${SYSLINUXCFG}

I   can   make  an   .img   if  I   remove
config/binary_local-hooks/01-fix_syslinux.sh

but , under qemu I get this ;

http://pagesperso-orange.fr/zygomaths/i/dl.jpg

ph
-- 
http://perso.orange.fr/zygomaths/index.fr.html
http://wiki.debian.org/WhyDebianFrench


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Re: can't make usb img

2007-11-24 Thread Philippe MONROUX
Bonjour,

Philippe MONROUX [EMAIL PROTECTED] a écrit :

Here is syslinux.cfg

,
| 
| DISPLAY boot.txt
| 
| F1 f1.txt
| F2 f2.txt
| F3 f3.txt
| F4 f4.txt
| F5 f5.txt
| F6 f6.txt
| F7 f7.txt
| F8 f8.txt
| F9 f9.txt
| F0 f10.txt
| 
| DEFAULT live
| 
| 
| LABEL live
| kernel /vmlinuz
| append initrd=/initrd.img boot=casper locale=fr username=user 
hostname=debian
| 
| LABEL live-failsafe
| kernel /vmlinuz
| append initrd=/initrd.img boot=casper locale=fr username=user 
hostname=debian noapic noapm nodma nomce nolapic nosmp vga=normal
| 
| 
| 
| 
| LABEL memtest
| kernel memtest
| 
| LABEL floppy
| localboot 0x00
| 
| LABEL disk1
| localboot 0x80
| 
| LABEL disk2
| localboot 0x81
| 
| LABEL nextboot
| localboot -1
| 
| PROMPT 1
| TIMEOUT 0
`

bye
 
ph
-- 
http://perso.orange.fr/zygomaths/index.fr.html
http://wiki.debian.org/WhyDebianFrench


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Re: can't make usb img

2007-11-24 Thread Philippe MONROUX
Bonjour,

Philippe MONROUX [EMAIL PROTECTED] a écrit :

 Hello,
 
 With live-helper  1.0~a22-1~bpo.1 I can't  make an iso  image (fluxbox
 etc...) but I can't mak an USB img.
 
 $ lh_config -b usb-hdd
 
 Configuration of binary, bootstrap, chroot, common which is correct to
 make an iso. 
 
 I put also config/binary_local-hooks/01-fix_syslinux.sh :
 
 #!/bin/sh
 
 SYSLINUXCFG=`find binary -type f -name syslinux.cfg`
 sed -i s|kernel /vmlinuz|kernel vmlinuz|g ${SYSLINUXCFG}
 sed -i s|initrd=/initrd|initrd=initrd|g ${SYSLINUXCFG}

I   can   make  an   .img   if  I   remove
config/binary_local-hooks/01-fix_syslinux.sh

but , under qemu I get this ;

http://pagesperso-orange.fr/zygomaths/i/dl.jpg

ph
-- 
http://perso.orange.fr/zygomaths/index.fr.html
http://wiki.debian.org/WhyDebianFrench


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Re: can't make usb img

2007-11-24 Thread Philippe MONROUX
Bonjour,

Daniel Baumann [EMAIL PROTECTED] a écrit :

 Philippe MONROUX wrote:
  With live-helper  1.0~a22-1~bpo.1 I can't  make an iso  image (fluxbox
  etc...) but I can't mak an USB img.
 
 forget about that old version; please use a current one. like 1.0~a37-2
 from sid. don't worry about the fact, that it is in sid - it's just
 shell scripts which install cleanly on any debian release.

Ok. Now I have

live-helper1.0~a37-2
live-initramfs 1.110.7-1

But after
lh_config + configuration, lhbuild give me

4 [EMAIL PROTECTED]:debian-live 0 job $ lh_build
P: Begin caching bootstrap stage...
P: Begin bootstrapping system...
E: unsupported variant

What that ? 

Thanks

-- 
http://perso.orange.fr/zygomaths/index.fr.html


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

can't make usb img

2007-11-23 Thread Philippe MONROUX
Hello,

With live-helper  1.0~a22-1~bpo.1 I can't  make an iso  image (fluxbox
etc...) but I can't mak an USB img.

$ lh_config -b usb-hdd

Configuration of binary, bootstrap, chroot, common which is correct to
make an iso. 

I put also config/binary_local-hooks/01-fix_syslinux.sh :

#!/bin/sh

SYSLINUXCFG=`find binary -type f -name syslinux.cfg`
sed -i s|kernel /vmlinuz|kernel vmlinuz|g ${SYSLINUXCFG}
sed -i s|initrd=/initrd|initrd=initrd|g ${SYSLINUXCFG}

But I can't get an .img

Here are some error message I get during processing :

!!! The following error/warning messages can be ignored !!!
P: Mounting /dev/loop/0 with offset 0
Error: Error informing the kernel about modifications to partition 
/dev/loop/0p1 -- Invalid argument.  This means Linux won't know about any 
changes you made to /dev/loop/0p1 until you reboot -- so you shouldn't mount it 
or use it in any way before rebooting.
Warning: The kernel was unable to re-read the partition table on /dev/loop/0 
(Invalid argument).  This means Linux won't know anything about the 
modifications you made until you reboot.  You should reboot your computer 
before doing anything with /dev/loop/0.
Error: Error informing the kernel about modifications to partition 
/dev/loop/0p1 -- Invalid argument.  This means Linux won't know about any 
changes you made to /dev/loop/0p1 until you reboot -- so you shouldn't mount it 
or use it in any way before rebooting.
Warning: The kernel was unable to re-read the partition table on /dev/loop/0 
(Invalid argument).  This means Linux won't know anything about the 
modifications you made until you reboot.  You should reboot your computer 
before doing anything with /dev/loop/0.
P: Mounting /dev/loop0 with offset 32256
mkfs.vfat 2.11 (12 Mar 2005)
/dev/loop0: No such file or directory

A lot of thanks for any clue ? 

ph
-- 
http://perso.orange.fr/zygomaths/index.fr.html


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: permission pb

2007-05-01 Thread Philippe MONROUX
Hello,

Juergen Fiedler [EMAIL PROTECTED] wrote :

 On Thu, Apr 26, 2007 at 07:00:23AM +0400, Philippe MONROUX wrote:
  Hello,
  
  In /root/debian-live/config/image I have
  LIVE_USERNAME=phi
  
  And I tried to populate my /home/phi
  
  so I created /root/debian-live/config/chroot_localincludes/home/phi/
  
  with some  rcfiles inside, .emacs  for example (note  symlinks doesn't
  work.  Real files needed but it another question).
  
  after  creating  iso  I have  /root/debian-live/chroot/home/phi/.emacs
  with right permissions
  
  -rw-r--r-- 1 phi phi 40952 2007-03-17 06:10 
  /root/debian-live/chroot/home/phi/.emacs
  
  but not  when I test live.iso with  qemu.  User is phi  but rcfiles in
  /home/phi doesn't  belong to him (they  belong to 1000 1000)  so I can
  only read my emacs (and others).
 
 The problem is that casper creates the user in question during system
 startup - so your rc files may be overwritten, they may belong to
 someone else, and probably a whole lot of other unpleasantnesses.
 
 The most convenient way to work around this is to put all those files
 in /root/debian-live/config/chroot_localincludes/etc/skel - that way,
 when casper creates the user in question, it will copy those files
 into the user's home directory, proper permissions and all.
 
 Hope that helps,

that helps

thank you

-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


permission pb

2007-04-25 Thread Philippe MONROUX
Hello,

In /root/debian-live/config/image I have
LIVE_USERNAME=phi

And I tried to populate my /home/phi

so I created /root/debian-live/config/chroot_localincludes/home/phi/

with some  rcfiles inside, .emacs  for example (note  symlinks doesn't
work.  Real files needed but it another question).

after  creating  iso  I have  /root/debian-live/chroot/home/phi/.emacs
with right permissions

-rw-r--r-- 1 phi phi 40952 2007-03-17 06:10 
/root/debian-live/chroot/home/phi/.emacs

but not  when I test live.iso with  qemu.  User is phi  but rcfiles in
/home/phi doesn't  belong to him (they  belong to 1000 1000)  so I can
only read my emacs (and others).

thks
-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


new iso procedure

2007-04-23 Thread Philippe MONROUX
Hello,

Supposing I've already builded an iso. 

I have  some questions about building a  new one based on  the old one
but with changes :

- where  is the  place  to  place my  own  configuration files  (/etc/
rcfiles  or /home/  rcfiles).   I presumed  in
debian-live/config/chroot_localincludes but I'm not 

- My main question : 
I have LH_CACHE=enabled in debian-live/config/common but must I erase
my   old   debian-live/.stage   debian-live/binary   debian-live/cache
debian-live/chroot directories before starting a new building ? 

thanks for help
-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zygomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: pbs booting option and network

2007-04-13 Thread Philippe MONROUX
Bonjour,

Daniel Baumann [EMAIL PROTECTED] wrote :
  Monroux wrote :
  /etc/init.d/networking restart give :
  Reconfiguring network interfaces...SIOSIFADDR: no such device
  10.0.0.2: Error while getting interface flags: no such device
  SIOCSIFNETMASK: no such device
  10.0.0.2: Error while getting interface flags: no such device
  Failed to bring up 10.0.0.2
  Done

 that looks like the network device was not detected (aka module driver
 not loaded). what kind of nic do you have in that machine?

I tested it with qemu on another machine but it gives the same. 
Note  : in the  machine there  is a  Marwell 88E8001  Gigabit Ethernet
controller (inboard) which works well. But I don't know the driver...

-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/



___
Debian-live-devel mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


problem booting option and network

2007-04-11 Thread Philippe MONROUX
 Daniel Baumann wrote :

  MONROUX Philippe a écrit
  After making my 1rst iso I encounter some pbs :
  - impossible to launch for exemple
boot : linux ip=10.0.0.2,,255.255.255.0,10.0.0.138 locale=fr_FR.UTF-8
  It don't find linux...

 In preparation of integrating d-i and g-i on the very same images, the
 'linux' targets were renamed to 'live'.

boot: live ip=10.0.0.2,,255.255.255.0,10.0.0.138 locale=fr_FR.UTF-8

work but my keyboard is always qwerty. And my network don't work.

  /etc/init.d/networking restart give :
  Reconfiguring network interfaces...SIOSIFADDR: no such device
  10.0.0.2: Error while getting interface flags: no such device
  SIOCSIFNETMASK: no such device
  10.0.0.2: Error while getting interface flags: no such device
  Failed to bring up 10.0.0.2
  Done

 that looks like the network device was not detected (aka module driver
 not loaded). what kind of nic do you have in that machine?

the module  seems to be 8139cp  and 8139too (I find  that from booting
fromthe   harddisk).I   havein
/root/debian-live/config/chroot_localincludes/etc/modules 
==
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with # are ignored.

loop
8139cp
8139too
==

but it doesn't work
-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


pbs booting option and network

2007-04-07 Thread Philippe MONROUX
Hello,

After making my 1rst iso I encounter some pbs :

- impossible to launch for exemple
  boot : linux ip=10.0.0.2,,255.255.255.0,10.0.0.138 locale=fr_FR.UTF-8

It don't find linux...

Impossible to get network even if there is :

/etc/network/interfaces
==
auto lo eth0
iface lo inet loopback

iface eth0 inet static
   address 10.0.0.2
   netmask 255.255.255.0
   network 10.0.0.0
   broadcast 10.0.0.255
   gateway 10.0.0.138
==

/etc/init.d/networking restart give :
Reconfiguring network interfaces...SIOSIFADDR: no such device
10.0.0.2: Error while getting interface flags: no such device
SIOCSIFNETMASK: no such device
10.0.0.2: Error while getting interface flags: no such device
Failed to bring up 10.0.0.2
Done

What can I do ? 
Thanks

-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: the right place

2007-04-05 Thread Philippe MONROUX
Bonjour,

Eric Crastes [EMAIL PROTECTED] a �crit :

 Hi Philippe

 Live-Package is not developped any more !!
 You must use Live-helper now :
 http://archive.daniel-baumann.ch/debian/packages/live-helper/
 it's not already in the Debian Package list, but it work ...
 If need advise in french ;-) you can contact me directly

OK. Merci

-- 
ph


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: apt-proxy usage

2007-04-05 Thread Philippe MONROUX
Bonjour,

Eric Crastes [EMAIL PROTECTED] a ?crit :

 With live-helper, in the configuration file common, you have a parameter :

 # $LH_CACHE: control if downloaded packages should be cached
 # (Default: enabled)
 LH_CACHE=enabled

 So downloaded package  stay on your hard drive.   So when you create
 an image,  if it need  a package already  in the cache, it  will not
 download it again !!  Only if a  new version exist or you need a new
 package.

OK.  It  seems to  be the  good solution.  Because  to create  a local
mirror...we have to download it before !

Thanks

-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


thanks for...

2007-04-05 Thread Philippe MONROUX
java-hook.sh

-- 
Philippe Monroux
55.3W -21.5S
http://perso.orange.fr/zigomaths/
http://www.gral.re


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: the right place

2007-04-04 Thread Philippe MONROUX
Bonjour,

Marco Ghirlanda [EMAIL PROTECTED] a �crit :

 Philippe ask me privately fir first steps if you want,

  I'm maths  teacher in Réunion  island (see below).  I'm  a debian
  user since some years but I'm new under debian live.

 Debian Livers:  I think  we must take  in serious  consideration the
 possibility of doing the first Debian Live Meeting there... :-) It's
 a   natural   paradise  and   it   seems   it   has  even   a   LUG:
 http://www.gral.re/

Yes  it's  a  natural  paradise  (and  volcano  hell  also).  G(roupe)
R(eunionnais)  des  A(mis)   du  L(ibre)  (Reunionnais  free  software
friends). It is  approximatively 8 years old...But I'm  sure it is not
the place to have a discussion about that. 

I discover Deb live 3 days ago.  I need it because computer in my high
school don't  work at all (I  presume you know why).  I'm always using
geogebra (http://www.geogebra.org/cms/). So I need 

ii  sun-java5-bin 1.5.0-10-3 Sun Java(TM) Runtime Environment (JRE) 
5.0
ii  sun-java5-jre 1.5.0-10-3 Sun Java(TM) Runtime Environment (JRE) 
5.0
ii  sun-java5-plugin  1.5.0-10-3 The Java(TM) Plug-in, Java SE 5.0

of course  iceweasel. My preferred  wm is wmaker.  The only  things I
made are this steps :

my /etc/make-live.conf (significant lines)

,
| LIVE_ROOT=/root/debian-live
| LIVE_DISTRIBUTION=etch
| LIVE_FILESYSTEM=squashfs
| LIVE_PACKAGE_LIST=/root/debian-live/LivePackageList
| LIVE_REPOSITORY_bpo=http://www.backports.org/debian/;
| LIVE_REPOSITORY_KEY_bpo=http://backports.org/debian/archive.key;
| LIVE_REPOSITORY_KEYRING_bpo=
| LIVE_REPOSITORY_DISTRIBUTION_bpo=sarge-backports
| LIVE_REPOSITORY_SECTIONS_bpo=main contrib non-free
| LIVE_REPOSITORY_edu=http://ftp.skolelinux.org/skolelinux/;
| LIVE_REPOSITORY_KEY_edu=
| LIVE_REPOSITORY_KEYRING_edu=debian-edu-archive-keyring
| LIVE_REPOSITORY_DISTRIBUTION_edu=etch-test
| LIVE_REPOSITORY_SECTIONS_edu=local
| 
LIVE_REPOSITORY_restricted=http://ftp.debian-unofficial.org/debian-restricted/;
| 
LIVE_REPOSITORY_KEY_restricted=http://ftp-master.debian-unofficial.org/key_2007.asc;
| LIVE_REPOSITORY_KEYRING_restricted=debian-unofficial-archive-keyring
| LIVE_REPOSITORY_DISTRIBUTION_restricted=
| LIVE_REPOSITORY_SECTIONS_restricted=restricted
| LIVE_REPOSITORY_fai=http://www.informatik.uni-koeln.de/fai/download/;
| LIVE_REPOSITORY_KEY_fai=
| LIVE_REPOSITORY_KEYRING_fai=
| LIVE_REPOSITORY_DISTRIBUTION_fai=etch
| LIVE_REPOSITORY_SECTIONS_fai=koeln
| LIVE_SECTIONS=main contrib non-free
`


/root/debian-live/LivePackageList (in LIVE_PACKAGE_LIST)
,
| emacs21-nox
| tetex-frogg
| tetex-bin
| tetex-extra
| auctex
| wmaker
| menu
| mc
| iceweasel
| sun-java5-jre
| sun-java5-plugin
`

and run :

make-live -p x11-core

of course no good result. 

My question is there a nice place  where somebody have made a good how
to. (I've red the whole site but)

a lot of thanks

ph
-- 
- Pourquoi les capitalistes devraient installer Linux ?
- Parce que c'est le syst�me d'exploitation des pauvres.


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: the right place

2007-04-04 Thread Philippe MONROUX
Bonjour,

Andrew Donnellan [EMAIL PROTECTED] a écrit :

 Are you still using live-package? There is a new replacement called
 live-helper, it is not in the main Debian repository yet, but it can
 be installed if you add:
 
deb http://live.debian.net/debian etch main
 
 to your /etc/apt/sources.list file.

Ok I try it as soon as possible.

tyvm
-- 
- Pourquoi les capitalistes devraient installer Linux ?
- Parce que c'est le système d'exploitation des pauvres.
ph


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


apt-proxy usage

2007-04-04 Thread Philippe MONROUX
Hello,

Internet  is expensive  in my  paradise  (perhaps it's  the reason  it
is). So before I begin to  fetch packages...  Is it possible to use my
apt-proxy. I mean

ii apt-proxy 1.9.35-0.3  Debian archive proxy and partial mirror builder

Something like (if zandette is the name of my localhost):

,
| # $LIVE_MIRROR_BUILD: set the mirror to fetch packages from
| LIVE_MIRROR_BUILD=deb http://zandette:/debian etch main contrib non-free
| 
| # $LIVE_MIRROR_BUILD_SECURITY: set the security mirror to fetch packages from
| LIVE_MIRROR_BUILD_SECURITY=http://zandette:/security etch/updates main 
contrib non-free
| 
| # $LIVE_MIRROR_IMAGE: set the mirror which ends up in the image
| LIVE_MIRROR_IMAGE=http://ftp.debian.org/debian/;
| 
| # $LIVE_MIRROR_IMAGE_SECURITY: set the security mirror which ends up in the 
image
| LIVE_MIRROR_IMAGE_SECURITY=http://security.debian.org/;
`

And  a question about  software to  install. If  I want  xorg, wmaker,
iceweasel,emacs21-nox in a list. I presume I have to create (for example) :

/root/debian-live/config/chroot_localpackageslists/LivePackageList
with :
,
| emacs21-nox
| x11-core
| wmaker
| iceweasel
`

and in /root/debian-live/config/chroot :
,
| # $LIVE_PACKAGES: set the packages to install
| LIVE_PACKAGES=
| 
| # $LIVE_PACKAGES_LISTS: set the package list to install
| 
LIVE_PACKAGES_LISTS=/root/debian-live/config/chroot_localpackageslists/LivePackageList
`


ph
-- 
 \_   LE GIBBON DE HAINAN
\o/  POPULATION MONDIALE 24 INDIVIDUS
/\  (En comptant celui-ci)
   ~Pourtant ils ont le bras long


___
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel