summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk-list.h
diff options
context:
space:
mode:
authorKarel Zak2016-11-30 12:43:10 +0100
committerKarel Zak2016-11-30 13:01:33 +0100
commit35ca51182782193f555fbdcb06bb10766550d017 (patch)
treee790c87db174462db010ed6c8ea32e7a7506df0f /disk-utils/fdisk-list.h
parentsfdisk: cleanup --dump error messages (diff)
downloadkernel-qcow2-util-linux-35ca51182782193f555fbdcb06bb10766550d017.tar.gz
kernel-qcow2-util-linux-35ca51182782193f555fbdcb06bb10766550d017.tar.xz
kernel-qcow2-util-linux-35ca51182782193f555fbdcb06bb10766550d017.zip
sfdisk: support empty label use-case
By default sfdisk creates partition table when a first partition is specified, otherwise the device is not modified. This force users to create at least one partition. This commit allows to create empty label without partitions if "label: <name>" header line is specified by script. The commit also modifies "New situation:" output to list label name and label identifier. Addresses: https://github.com/karelzak/util-linux/issues/374 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/fdisk-list.h')
-rw-r--r--disk-utils/fdisk-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/disk-utils/fdisk-list.h b/disk-utils/fdisk-list.h
index eddab92ec..4ed5c256b 100644
--- a/disk-utils/fdisk-list.h
+++ b/disk-utils/fdisk-list.h
@@ -2,6 +2,7 @@
#define UTIL_LINUX_FDISK_LIST_H
extern void list_disklabel(struct fdisk_context *cxt);
+extern void list_disk_identifier(struct fdisk_context *cxt);
extern void list_disk_geometry(struct fdisk_context *cxt);
extern void list_freespace(struct fdisk_context *cxt);