Lines Matching refs:run_command

112     ubman.run_command('host bind 0 ' + state_disk_image.path)
113 output = ubman.run_command('gpt read host 0')
118 output = ubman.run_command('part list host 0')
129 ubman.run_command('host bind 0 ' + state_disk_image.path)
130 output = ubman.run_command('gpt read host 0 gpt_parts')
133 output = ubman.run_command('echo ${gpt_parts}')
163 ubman.run_command('host bind 0 ' + state_disk_image.path)
164 output = ubman.run_command('gpt verify host 0')
173 ubman.run_command('host bind 0 ' + state_disk_image.path)
174 output = ubman.run_command('gpt repair host 0')
183 ubman.run_command('host bind 0 ' + state_disk_image.path)
184 output = ubman.run_command('gpt guid host 0')
192 ubman.run_command('host bind 0 ' + state_disk_image.path)
193 output = ubman.run_command('gpt setenv host 0 part1')
195 output = ubman.run_command('echo ${gpt_partition_addr}')
197 output = ubman.run_command('echo ${gpt_partition_size}')
199 output = ubman.run_command('echo ${gpt_partition_name}')
201 output = ubman.run_command('echo ${gpt_partition_entry}')
203 output = ubman.run_command('echo ${gpt_partition_bootable}')
206 output = ubman.run_command('gpt setenv host 0 part2')
208 output = ubman.run_command('echo ${gpt_partition_addr}')
210 output = ubman.run_command('echo ${gpt_partition_size}')
212 output = ubman.run_command('echo ${gpt_partition_name}')
214 output = ubman.run_command('echo ${gpt_partition_entry}')
216 output = ubman.run_command('echo ${gpt_partition_bootable}')
227 ubman.run_command('host bind 0 ' + state_disk_image.path)
228 output = ubman.run_command('gpt guid host 0 newguid')
229 output = ubman.run_command('printenv newguid')
238 ubman.run_command('host bind 0 ' + state_disk_image.path)
239 output = ubman.run_command('part type host 0:1')
250 ubman.run_command('host bind 0 ' + state_disk_image.path)
251 output = ubman.run_command('part type host 0:1 newguid')
252 output = ubman.run_command('printenv newguid')
263 ubman.run_command('host bind 0 ' + state_disk_image.path)
264 ubman.run_command('gpt rename host 0 1 first')
265 output = ubman.run_command('gpt read host 0')
267 ubman.run_command('gpt rename host 0 2 second')
268 output = ubman.run_command('gpt read host 0')
270 output = ubman.run_command('part list host 0')
282 ubman.run_command('host bind 0 ' + state_disk_image.path)
283 output = ubman.run_command('part list host 0')
286 ubman.run_command('gpt swap host 0 part1 part2')
287 output = ubman.run_command('part list host 0')
298 ubman.run_command('host bind 0 ' + state_disk_image.path)
301 output = ubman.run_command(f'gpt set-bootable host 0 {bootable}')
305 output = ubman.run_command(f'gpt setenv host 0 {p}')
307 output = ubman.run_command('echo ${gpt_partition_bootable}')
320 ubman.run_command('host bind 0 ' + state_disk_image.path)
321 output = ubman.run_command('gpt write host 0 "name=all,size=0"')
323 output = ubman.run_command('part list host 0')
325 …output = ubman.run_command('gpt write host 0 "uuid_disk=375a56f7-d6c9-4e81-b5f0-09d41ca89efe;name=…
327 output = ubman.run_command('part list host 0')
330 output = ubman.run_command('gpt guid host 0')
341 …output = ubman.run_command('gpt write host 0 "name=part1,type=data,size=1M;name=part2,size=512K,ty…
343 output = ubman.run_command('part list host 0')
367 ubman.run_command('host bind 0 ' + state_disk_image.path)
368 output = ubman.run_command('part list host 0')
372 output = ubman.run_command('gpt transpose host 0 1 2')
375 output = ubman.run_command('part list host 0')