X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb.8.txt;h=1e7ad6dc44c81d658377c57205c9220f0c014094;hp=3d8ead67dbb72d4d904c13efe8897d78716c5124;hb=234f2e70a5a14037fc8ccc5284607c7592216354;hpb=fc369c3e6d5b633fcbce134caeefcda78e359d91 diff --git a/grml2usb.8.txt b/grml2usb.8.txt index 3d8ead6..1e7ad6d 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -90,10 +90,6 @@ default any system wide (from $PATH) lilo executable is taken. If there can not be find any lilo executable the statically compiled version of the grml2usb Debian package (see /usr/share/grml2usb/lilo/lilo.static.[amd64|i386]) is taken. - *--mbr*:: - -Install a default master boot record (MBR) on the device. - *--quiet*:: Do not output anything but just errors on console. @@ -226,7 +222,7 @@ or: Finally create a filesystem and execute grml2usb as needed: # mkfs.vfat /dev/loop1 - # grml2usb --bootloader-only --mbr /grml/isos/grml-small_2008.11.iso /dev/loop1 + # grml2usb --bootloader-only /grml/isos/grml-small_2008.11.iso /dev/loop1 Performance tracing ~~~~~~~~~~~~~~~~~~~ @@ -256,9 +252,9 @@ Why do I have to use a FAT16 filesystem? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You have to use a FAT16 filesystem if you consider using syslinux (being the -default when using the --mbr option). Syslinux currently does not support any -other filesystems. If you want to use another filesystem (like ext2/3) consider -using the --grub option instead. +default). Syslinux currently does not support any other filesystems. If you want +to use another filesystem (like ext2/3) consider using the --grub option +instead. I think I've got a really cool idea! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -286,10 +282,10 @@ bootprompt, for grml64 use "grml64" and so on... The *first* specified ISO is the one being the default (when just pressing enter or waiting until the timeout is reached). - # grml2usb --fat16 --mbr /home/grml/grml_2008.11.iso /dev/sdb1 + # grml2usb --fat16 /home/grml/grml_2008.11.iso /dev/sdb1 -Install specified ISO on device /dev/sdb1, install MBR on /dev/sdb and -format partition /dev/sdb1 with FAT16 filesystem. +Install specified ISO on device /dev/sdb1 and format partition /dev/sdb1 with +FAT16 filesystem. # grml2usb --grub /home/grml/grml_2008.11.iso /dev/sdb1