ironic-python-agent/ironic_python_agent/shell
Ricardo Araújo Santos a90ee859a2 Prevent failure on 'copy_configdrive_to_disk.sh'
The script splits 'sfdisk' output wrongly in blank spaces leading to
failures when partition id is greater than 10, e.g.:
"/dev/sda10: start= ...".

This fix splits the output on ":" and trims trailing space when
partition id is less than 10, e.g.: "/dev/sda1 : start= ...".

Change-Id: I23f4b747fc0a86713cb912afc5d193398e6a597b
Closes-Bug: 1581699
2016-05-17 18:09:03 -03:00
..
copy_configdrive_to_disk.sh Prevent failure on 'copy_configdrive_to_disk.sh' 2016-05-17 18:09:03 -03:00
shutdown.sh Replace SYSRQ commands 2016-03-21 12:57:50 +00:00
write_image.sh Clear GPT and MBR data structures on disk before imaging 2016-02-09 09:13:07 -08:00