Lines Matching refs:shell_command
24 def shell_command(comm_list): function
84 shell_command(dd_comm)
93 shell_command([simg2img, partition["path"], temp_file])
102 shell_command([sgdisk, '--clear', filename])
115 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file])
134 shell_command(['rm', '-rf', output_filename + ".qcow2"])
150 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename,
152 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename,
163 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k",
165 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename,
167 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename,
169 shell_command(['dd', "if=" + gpt_tail, "of=" + output_filename,
177 shell_command(['dd', 'if=/dev/zero', 'of=' + output_filename, 'ibs=1024k', 'count=1'])
196 shell_command(['dd', 'if=/dev/zero', 'of=' + output_filename,