diskimage-builder/elements/deploy-targetcli
Ben Nemec 9c27fae1e4 Clean up targetcli ramdisk installation
The targetcli element was triggering a bunch of errors from dracut
when we installed all of Python.  It turns out this is because there
were filenames with spaces in the find output and the loop didn't
handle that properly.  This switches to a while loop that can
handle odd filenames.

Change-Id: Iacbf16f26f2bc9991840250dc8ae7990db54d811
2015-04-08 15:26:06 -05:00
..
binary-deps.d Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
dracut-drivers.d Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
extra-data.d Clean up targetcli ramdisk installation 2015-04-08 15:26:06 -05:00
element-deps Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
package-installs.yaml Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
README.md Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00

Use targetcli for the deploy ramdisk

Provides the necessary scripts and dependencies to use targetcli for exporting the iscsi target in the deploy ramdisk.

Implemented as a dracut module, so will only work with dracut-based ramdisks.