X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb.8.txt;h=1a61224190daa57d75ab879852157c35dbd08e71;hp=27782c29756cfd81a0ec07e69957784e171e2398;hb=f933ff83c2d0d5c0b086264b157f16ea9c69e69a;hpb=6c6f33917acb91227ad8b5354da5a4d275c4847c;ds=sidebyside diff --git a/grml2usb.8.txt b/grml2usb.8.txt index 27782c2..1a61224 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -34,8 +34,11 @@ grub doesn't work for you check out the --syslinux option. 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 ISO[s] is the path to one or multiple grml-ISOs. +///////////////////////////////////////////////////////////////////////////// +TODO: +as well as the path to the currently running live-system (being /live/image). +///////////////////////////////////////////////////////////////////////////// The device either might be a device name like /dev/sda1 or a directory. When specifying a device name the device is mounted automatically. When specifying a @@ -224,18 +227,16 @@ Directory layout on usb device `-- logo.png live/ - |-- filesystem.module [file specifying which squashfs should be used by default] - |-- grml.squashfs [squashfs file] - |-- grml-medium.module [module specifying which squashfs should be used for grml-medium] - |-- grml-medium.squashfs [squashfs file for grml-medium] - |-- grml-small.module [...] - |-- grml-small.squashfs - |-- grml64.module - |-- grml64.squashfs - |-- grml64-medium.module - |-- grml64-medium.squashfs - |-- grml64-small.module - `-- grml64-small.squashfs + |-- grml/ + | |-- filesystem.module [module specifying which squashfs should be used for grml] + | `-- grml.squashfs [squashfs file for grml] + |-- grml-medium/ + | |-- filesystem.module [module specifying which squashfs should be used for grml-medium] + | `-- grml-medium.squashfs [squashfs file for grml-medium] + |-- grml-small/ + | |-- filesystem.module [module specifying which squashfs should be used for grml-medium] + | `-- grml-small.squashfs [squashfs file for grml-small] + `-- ... Grabbing the source ~~~~~~~~~~~~~~~~~~~