Re: Missing bits and pieces in make-live?

2007-05-05 Thread Daniel Baumann
[EMAIL PROTECTED] wrote:
   #make-live --bootstrap debootstrap --distribution sid --username 
 usblive --filesystem ext2 --bootloader grub -b hdd -p standard

note that selecting a bootloader on -b hdd has no effect; hdd is the
binary image type which creates a tarball with the necessary files but
*without* a bootloader (that is what this binary image type is usefull for).

 generates a 'debian-live' directory, however:
 
 - It doesn't write anything to the target USB-stick

what do you mean with 'target usb-stick'?

 - there is no documentation how to write what to the USB stick

dd if=binary.img of=/dev/$your_device

 - there is no documentation on how then to make the USB stick bootable

as said, -b hdd is not an image, just a tarball. you want -b usb (resp.
-b usb-hdd as of 1.0~a8-1).

also note that currently grub is not supported in connection with
anything different than -b iso; you want to use syslinux in the meanwhile.

so.. the right command for you would be:

make-live --bootstrap debootstrap --distribution sid --username usblive
--filesystem squashfs --bootloader syslinux -b usb-hdd -p standard

 - there are no vmlinuz* nor initrd* files generated

i don't think so.

-- 
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: Missing bits and pieces in make-live?

2007-05-05 Thread Tzafrir Cohen
On Sun, May 06, 2007 at 12:55:03AM +0200, Daniel Baumann wrote:
 [EMAIL PROTECTED] wrote:

  - there is no documentation how to write what to the USB stick
 
 dd if=binary.img of=/dev/$your_device

And when we have a non-Linux user?

http://www.chrysocome.net/dd is rumoured to work.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

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


Re: Missing bits and pieces in make-live?

2007-05-05 Thread Ben Armstrong
On Sat, 5 May 2007 23:34:23 +0100
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Using this command as a root user:
 
   #make-live --bootstrap debootstrap --distribution sid --username 
 usblive --filesystem ext2 --bootloader grub -b hdd -p standard
 
 generates a 'debian-live' directory, however:
 
 - It doesn't write anything to the target USB-stick

It isn't supposed to.  It should generate a debian-live/binary.img.

 - there is no documentation how to write what to the USB stick

You can use 'dd'.  It is documented, too:

http://wiki.debian.org/DebianLive/Howto/USB

Note: this doc is for live-package, not live-helper, but it works the
same way.

 - there is no documentation on how then to make the USB stick bootable

The image written in binary.img is bootable.  When you dd it to the usb stick,
the usb stick will be bootable.

 - there are no vmlinuz* nor initrd* files generated

Sid is buggy and won't build at this time.  Build against etch or lenny instead.

Also, the grub option doesn't currently work on usb.  Use syslinux for now.

Ben
--
 ,-.  nSLUGhttp://www.nslug.ns.ca   [EMAIL PROTECTED]
 \`'  Debian   http://www.debian.org[EMAIL PROTECTED]
  `  [ gpg 395C F3A4 35D3 D247 1387 2D9E 5A94 F3CA 0B27 13C8 ]
 [ pgp 7F DA 09 4B BA 2C 0D E0 1B B1 31 ED C6 A9 39 4F ]

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