X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml2usb.8.txt;h=b49bce96b3178f1f1cb1a4c9a56bdc47cdbdc794;hb=3cfa785c25ee70ae37c4c83066155bcca043f82d;hp=2ee0d7f947ee876a808a4d6c01de22c8df071e75;hpb=15d5906e84eec10907345f8ada209916c7afa6d5;p=grml2usb.git diff --git a/grml2usb.8.txt b/grml2usb.8.txt index 2ee0d7f..b49bce9 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -16,6 +16,16 @@ Important! The grml team does not take responsibility for loss of any data! Options ------- +The ISO[s] might be the path to one or multiple grml-ISOs as well as the path to +the currently running live-system (being /live/image). + +The device either might be a device name like /dev/usb-sda1 or a directory. When +specifying a device name the device is mounted automatically. When specifying a +directory it won't be touched but instead grml2usb is assuming that you did set +up a bootloader on your own and a bootloader won't be installed automatically. + +The following options are supported: + *--bootoptions=...*:: Use specified bootoptions as default. @@ -53,8 +63,7 @@ option *--initrd* as well. (Be aware when using multiboot setup.) *--mbr*:: -Install master boot record (MBR) on the device. **Important:** this will destroy any -existing data on the device! +Install master boot record (MBR) on the device. *--squashfs=*:: @@ -64,6 +73,10 @@ Install specified squashfs file as the default. Install syslinux bootloader (default, requires FAT16 filesystem on the specified partition). + *--uninstall*:: + +Uninstall grml ISO files. + *-v*, *--version*:: Return version and exit. @@ -111,14 +124,9 @@ Directory layout on usb device | |-- menu.lst | |-- splash.xpm.gz | `-- stage2_eltorito - |-- isolinux/ - | |-- boot.msg - | |-- boot-beep.msg - | |-- logo.16 - | |-- isolinux-main.cfg - | |-- isolinux.cfg - | `-- syslinux.cfg - `-- bootsplashes/ + `-- isolinux/ + |-- boot.msg + |-- boot-beep.msg |-- f1 |-- f2 |-- f3 @@ -128,7 +136,11 @@ Directory layout on usb device |-- f7 |-- f8 |-- f9 - `-- f10 + |-- f10 + |-- logo.16 + |-- isolinux-main.cfg + |-- isolinux.cfg + `-- syslinux.cfg grml/ |-- grml2usb.txt