Re: Roadmap to live-helper 1.0

2007-05-09 Thread Iñigo Tejedor Arrondo
El mar, 08-05-2007 a las 23:18 +0200, Daniel Baumann escribió:
 I updated the TODO file in live-helper sources to reflect the things
 said in this thread. If you want to check the todo file of live-helper
 in future, always check the one in the sources, available at:
 
 http://svn.debian.org/wsvn/debian-live/dists/trunk/live-helper/docs/TODO?op=filerev=0sc=0
 
 Regards,
 Daniel

I'm thinking about translate the man pages to spanish (i see .de and .en
on svn), but i'm specially busy so:

is a good moment to work in this? or is better to wait for more changes?

Greetings,
Iñigo



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


Re: Roadmap to live-helper 1.0

2007-05-09 Thread Iñigo Tejedor Arrondo
El mié, 09-05-2007 a las 23:39 +0200, Daniel Baumann escribió:
 Iñigo Tejedor Arrondo wrote:
  I'm thinking about translate the man pages to spanish (i see .de and .en
  on svn), but i'm specially busy so:
 
 oh, thanks for the offer, that would be really cool to have.

It is much more cool, that an obtuse one as I, can generate
cd/usb/pxe/floppy customized of debian for i386/amd64/ppc/multiarch with
a simple tool, comprehensible and well designed :)

Thanks to you and all the people.

  is a good moment to work in this? or is better to wait for more changes?
 
 not really, i suggest to wait until there we are in the beta releases
 for live-helper (a few weeks from now).

Perfect for my actual busy status :)  I will be kind, in order to start
when beta arrives.

Greetings
Iñigo


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


Re: Roadmap to live-helper 1.0

2007-05-08 Thread Hadar

On 5/5/07, Daniel Baumann [EMAIL PROTECTED] wrote:


Hi,

the following bugs/features I'd like to have fixed/completed:

  * multi-kernel syslinux fuckup
  * d-i/g-i pool generation on the media
  * yaboot (powerpc) boot support
  * grub (i386/amd64) boot support on usb* binary images
  * grub (i386/amd64) boot support on net binary images
  * multi-binary builds in one shot

the following I'd like to add:

  * vmware binary image flavour
  * usb-zip binary image flavour
  * support splitted/partial squashfs images



Can you elaborate on the splitted/partial squashfs images feature?
It sounds interesting... I can help with this feature.

Sorry for the late reply :)

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

Re: Roadmap to live-helper 1.0

2007-05-08 Thread Marco Ghirlanda
Daniel ,
 sb* binary images
   * grub (i386/amd64) boot support on net binary images
   * multi-binary builds in one shot

 the following I'd like to add:

   * vmware binary image flavour
   * usb-zip binary image flavour
   * support splitted/partial squashfs images
   * a fetch everything, then build option
   * introduce package groups
Live installer? Can't we do a bounty and sponsor a developer to work on
this? How much time would it take IYHO?
Just my two cents, egoistically sent in the bit (many ArtistX users are
asking about this, so I've had to put a Debian to ArtistX tutorial on
the ArtistX site).

Regards,

Marco

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


Re: Roadmap to live-helper 1.0

2007-05-08 Thread Daniel Baumann
Marco Ghirlanda wrote:
 Live installer?

live-installer is something completely different, so please excuse that
I did only speak about live-helper on the above roadmap.

 Can't we do a bounty and sponsor a developer to work on
 this? How much time would it take IYHO?

Depending on how 'busy' I am while the Debcamp, I hope to hack up a
working example for it while that week.

For someone familiar with debian-installer, this should be a realtive
easy and straight forward task. As I am not that familiar yet with it, I
will need a bit more time to do it. Of course, sponsorship, bounties,
patches or even someone other writing it is always welcome.

 Just my two cents, egoistically sent in the bit (many ArtistX users are
 asking about this, so I've had to put a Debian to ArtistX tutorial on
 the ArtistX site).

yeah, it's my personal release goal for lenny to have debian-live images
at the very same time the 'regular' images are released, and, to have
live-installer both in cli and gui on that very disks.

so, don't worry about it for the long-term (aka lenny), it will be
definitely accomplished, but right now, it's a bit of a problem of
priority for me to do it myself.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/

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


Re: Roadmap to live-helper 1.0

2007-05-08 Thread Marco Ghirlanda
Daniel,
 so, don't worry about it for the long-term (aka lenny), 
thanks Daniel. SUPERCLEAR.

Marco

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


Re: Roadmap to live-helper 1.0

2007-05-08 Thread Daniel Baumann
Hadar wrote:
 Can you elaborate on the splitted/partial squashfs images feature?

casper/live-initramfs support to have different squashfs images, so that
one has do the following on the media:

  casper/filesystem-base.squashfs
  casper/filesystem-kde.squashfs
  casper/filesystem-gnome.squashfs
  [..]

where basically two things can be made:

  1. merging; casper will first mount filesystem-base.squashfs and then
lay filesystem-kde.squashfs on the next layer.

that lets us save space, so that the gnome squashfs image doesn't
need to contain the fails already included in base.

  2. as implicitly given by 1, one can of course have multiple
'complete' squashfs images sessions, let's us e.g. boot a gnome
 session or a kde session from the same media.

(this is btw not restricted to squashfs, it works with the other
filesystem types too).

however, this needs to be implemented in live-helper in a smart way,
patches welcome :)

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/

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


Re: Roadmap to live-helper 1.0

2007-05-08 Thread Mathieu GELI

For someone familiar with debian-installer, this should be a realtive
easy and straight forward task.


FYI
 For people who wants to play with d-i like me. It is ATM broken,
 See #421790.
/FYI

--
Mathieu

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


Re: Roadmap to live-helper 1.0

2007-05-08 Thread Daniel Baumann
I updated the TODO file in live-helper sources to reflect the things
said in this thread. If you want to check the todo file of live-helper
in future, always check the one in the sources, available at:

http://svn.debian.org/wsvn/debian-live/dists/trunk/live-helper/docs/TODO?op=filerev=0sc=0

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/

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


Re: Roadmap to live-helper 1.0

2007-05-05 Thread Iñigo Tejedor Arrondo
El sáb, 05-05-2007 a las 11:00 +0200, Daniel Baumann escribió:
 Daniel Baumann wrote:
  the following I'd like to add:
  
* vmware binary image flavour
* usb-zip binary image flavour
* support splitted/partial squashfs images
* a fetch everything, then build option
* introduce package groups
 
 I forgot:
 
   * multi-arch for amd64/i386/powerpc on one medium.

If it is posible, i would like to add one more task:

   * improve man pages

Almost in the way that one user can know all posible values for a
variable and not only the default.

Thanks a lot for your hard work

Greetings



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


Re: Roadmap to live-helper 1.0

2007-05-05 Thread Daniel Baumann
Iñigo Tejedor Arrondo wrote:
 If it is posible, i would like to add one more task:
 
* improve man pages

Right, thanks for mentioning it.

Documentation is very important and 'planned' to be massively added
while the beta cycle, when live-helper is 'feature complete' for 1.0.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/

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