summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-10-23 21:24:17 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-10-23 21:24:17 -0300
commit908551ef02771d370436b44c42db2c32a74e4a88 (patch)
tree82c3183f3c7ab79b941e322516c1e95d20a5aaf1 /README
parent90fb8ea480dd2cc475963c0f29a412c9366c3f98 (diff)
[archiso] Add support for img_label= and allow img_dev same as cow_dev
* Support img_label= * Allow use img_dev= as cow_device= * Use new function _mnt_dev() from archiso. * Check for error while setting loopback device. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 16c318f..8a808cf 100644
--- a/README
+++ b/README
@@ -79,8 +79,10 @@ INDEX
** hooks/archiso_loop_mnt
-* img_dev= Device where archiso-image.iso reside.
+* img_label= Set the filesystem label where archiso-image.iso.
Default: (unset)
+* img_dev= Device where archiso-image.iso reside.
+ Default: (unset) or "/dev/disk/by-label/${img_label}"
* img_loop= Full path where archiso-image.iso is located on ${img_dev}
Default: (unset)