~fitzsim/grub

e73eb7c31cf6ade7862e54e68f40f94e78c2282f — Thomas Fitzsimmons 1 year, 11 months ago e6b6612 mezzano-module-1
Document mezzano.mod
1 files changed, 24 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +24 -0
@@ 0,0 1,24 @@
mezzano.mod
===========

Build
-----

    $ ./bootstrap && ./configure --with-platform=coreboot --target=x86_64-linux-gnu target_alias=x86_64-linux-gnu && make -j`nproc`

Deploy
------

Copy ```./grub-core/mezzano.mod``` to boot partition of USB key.

Usage Examples
--------------

    GRUB> insmod (usb0,msdos2)/mezzano.mod
    GRUB> mezzano (usb0,msdos3) freestanding verbose read-only video-console set-i8042-bits

    GRUB> insmod (usb0,msdos2)/mezzano.mod
    GRUB> mezzano uuid:5cf6ee792cdf45e1ba2b6325c41a5f10 freestanding read-only set-i8042-bits

    GRUB> insmod (usb0,msdos2)/mezzano.mod
    GRUB> mezzano (usb0,msdos3)/mezzano.image freestanding verbose read-only video-console set-i8042-bits