T o n g | 17 Nov 06:13
Favicon

Re: How grml cd image is created

On Sun, 16 Nov 2008 19:34:59 +0100, Michael Prokop wrote:

>> Quick question, how the grml cd image is created (from a directory)?
> 
> grml-live -a i386 -s sid -c
> GRMLBASE,GRML_FULL,LATEX_CLEANUP,RELEASE,I386 \
>           -o /grml-live/grml2008.11-rc1 -v 2008.11-rc1 -g grml \ -r
>           Schluchtenscheisser $BUILDONLY -V

thanks mika, 

I meant to ask, what exact genisoimage command within grml-live is used 
to create from the grml-live bootstraped directory into the cd image iso 
file. 

thanks

--

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/

Michael Prokop | 17 Nov 10:37
Favicon

Re: How grml cd image is created

* T o n g <mlist4suntong <at> yahoo.com> [20081117 06:15]:
> On Sun, 16 Nov 2008 19:34:59 +0100, Michael Prokop wrote:

> >> Quick question, how the grml cd image is created (from a directory)?

> > grml-live -a i386 -s sid -c
> > GRMLBASE,GRML_FULL,LATEX_CLEANUP,RELEASE,I386 \
> >           -o /grml-live/grml2008.11-rc1 -v 2008.11-rc1 -g grml \ -r
> >           Schluchtenscheisser $BUILDONLY -V

> I meant to ask, what exact genisoimage command within grml-live is used 
> to create from the grml-live bootstraped directory into the cd image iso 
> file. 

mkisofs -V ... -publisher ... -l -r -J -no-emul-boot -boot-load-size 4 \
        -boot-info-table -b boot/isolinux/isolinux.bin \
        -c boot/isolinux/boot.cat -o /path/to/grml.iso .

regards,
-mika-
--

-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml @ irc.freenode.org    # meet us on irc
* T o n g <mlist4suntong <at> yahoo.com> [20081117 06:15]:
> On Sun, 16 Nov 2008 19:34:59 +0100, Michael Prokop wrote:

(Continue reading)

T o n g | 17 Nov 15:59
Favicon

mkisofs vs genisoimage

On Mon, 17 Nov 2008 10:37:45 +0100, Michael Prokop wrote:

>> I meant to ask, what exact genisoimage command within grml-live is used
>> . . .
> 
> mkisofs -V ...

that's exactly what I was looking for. thanks mika.

A new question, I see that you are still maintaining the mkisofs package 
mika. I'm curious why, because in Debian, the genisoimage is recommended/
enforced instead. 

Apart from features available in mkisof (e.g., smkzftree), the 
genisoimage package also includes extra tools useful for working with ISO 
images:

  * dirsplit - easily separate large directory contents into disks of
    predefined size
  * geteltorito - extract an El Torito boot image from a CD image

I'm just curious...

Thanks

--

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/

(Continue reading)

Michael Prokop | 17 Nov 16:07
Favicon

Re: mkisofs vs genisoimage

* T o n g <mlist4suntong <at> yahoo.com> [20081117 15:59]:
> On Mon, 17 Nov 2008 10:37:45 +0100, Michael Prokop wrote:

> >> I meant to ask, what exact genisoimage command within grml-live is used
> >> . . .

> > mkisofs -V ...

> that's exactly what I was looking for. thanks mika.

> A new question, I see that you are still maintaining the mkisofs package 
> mika. I'm curious why, because in Debian, the genisoimage is recommended/
> enforced instead. 

mkisofs is available also if you use genisoimage of Debian, because
there's a symlink /usr/bin/mkisofs pointing to /usr/bin/genisoimage.

regards,
-mika-
* T o n g <mlist4suntong <at> yahoo.com> [20081117 15:59]:
> On Mon, 17 Nov 2008 10:37:45 +0100, Michael Prokop wrote:

> >> I meant to ask, what exact genisoimage command within grml-live is used
> >> . . .

> > mkisofs -V ...

> that's exactly what I was looking for. thanks mika.
(Continue reading)


Gmane