Iterate over present disks to collect "sfdisk -d" information
authorMichael Prokop <mika@grml.org>
Mon, 14 Feb 2022 16:37:16 +0000 (17:37 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 14 Feb 2022 16:37:16 +0000 (17:37 +0100)
commite98e5ca4bf23daac1298f2520fd386c737b6997c
treef02cb546253c8ceb9f3f3e04fcd231fd9341d154
parent89cde720f7f6fe03c481f629eb31f1c0d15c9dad
Iterate over present disks to collect "sfdisk -d" information

AFAICT, up and until Debian/jessie the sfdisk executable could be
invoked without the need to specify any specific device name on the
command line. In "newer" versions of sfdisk this is no longer supported,
so we need to iterate over the list of present disk devices.

With this change, the sfdisk_... files can also be used standalone,
which is useful e.g. for restoring a partition table.

Development time sponsored by Sipwise GmbH
grml-hwinfo