Comment 5 for bug 1073110

Revision history for this message
Fathi Boudra (fboudra) wrote : Re: [Bug 1073110] Re: action to setup an USB thumbdrive

On 10 October 2013 08:32, Arthur She <email address hidden> wrote:
> lava-command can let you specify commands which you want to run in the target in job file directly, you may use the following job to partition disks and format it.
> {
> "command": "lava_command_run",
> "parameters": {
> "commands": [
> "echo '1,16,L' | sfdisk -uM /dev/sda",
> "mkfs.ext4 /dev/sda1"
> ]
> }
> }

yeah, it sounds like "each users to write his own script".
I don't even need lava_command_run to do that today.
It isn't what I'm looking for.