Lines Matching refs:shell_command
23 def shell_command(comm_list): function
83 shell_command(dd_comm)
92 shell_command([simg2img, partition["path"], temp_file])
101 shell_command([sgdisk, '--clear', filename])
114 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file])
133 shell_command(['rm', '-rf', output_filename + ".qcow2"])
149 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename,
151 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename,
162 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k",
164 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename,
166 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename,
168 shell_command(['dd', "if=" + gpt_tail, "of=" + output_filename,
176 shell_command(['dd', 'if=/dev/zero', 'of=' + output_filename, 'ibs=1024k', 'count=1'])
195 shell_command(['dd', 'if=/dev/zero', 'of=' + output_filename,