fdisk_sun: fix corrupted partition data with blank disk
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sat, 9 Feb 2013 19:12:25 +0000 (21:12 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 10 Feb 2013 23:22:48 +0000 (00:22 +0100)
commit1bd5ca2f530f11e27a1ae13bba592d9f725ce341
treecd87bd120f918301b0e1b6c460ffa40db7fae624
parent272d85cc8554299502d802b3db7317a7381e8bd7
fdisk_sun: fix corrupted partition data with blank disk

After creating Sun disk label for the first time for a blank disk,
the partition table appears corrupted because current_label_type will
never get set to a proper type. Fix this by calling check_sun_label()
after BusyBox has created the label.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fdisk_sun.c