grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Create floppy emulation boot CD with grub-mkimage


From: Christian Franke
Subject: Re: [PATCH] Create floppy emulation boot CD with grub-mkimage
Date: Mon, 03 Mar 2008 23:10:31 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7

Robert Millan wrote:
On Sat, Mar 01, 2008 at 10:05:22PM +0100, Christian Franke wrote:
...
--- grub2.orig/util/i386/pc/grub-mkrescue.in    2008-02-09 14:02:56.057039500 
+0100
+++ grub2/util/i386/pc/grub-mkrescue.in 2008-03-01 21:52:23.493466900 +0100
@@ -46,6 +46,7 @@
   --pkglibdir=DIR         use images from directory DIR instead of ${pkglibdir}
   --grub-mkimage=FILE     use FILE as grub-mkimage
   --image-type=TYPE       select floppy or cdrom (default)
+  --emulation=TYPE        select boot emulation type floppy or none (default)

Uhm maybe it'd be better to mention what the emulation is for.  As it is, user
might wonder what is the appropiate --emulation value for --image-type=floppy,
or even why --emulation=floppy doesn't produce floppy images.

What do you think?


OK, e.g.

. --emulation=TYPE        select El Torito boot emulation type floppy
.                         or none (default) (cdrom only)


Or with the help syntax used by the grub binaries:

. --emulation=(floppy|none) select El Torito boot emulation type (cdrom only)
.                           [default=none]


Christian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]