commit | 1bd5ca2f530f11e27a1ae13bba592d9f725ce341 | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Sat Feb 09 21:12:25 2013 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Feb 11 00:22:48 2013 +0100 |
tree | cd87bd120f918301b0e1b6c460ffa40db7fae624 | |
parent | 272d85cc8554299502d802b3db7317a7381e8bd7 [diff] |
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>