diff options
Diffstat (limited to 'hscript')
-rw-r--r-- | hscript/disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/disk.cc b/hscript/disk.cc index a23c8f5..30884d6 100644 --- a/hscript/disk.cc +++ b/hscript/disk.cc @@ -210,7 +210,7 @@ bool DiskLabel::execute() const { type_str = "apm"; break; case MBR: - type_str = "mbr"; + type_str = "msdos"; break; case GPT: type_str = "gpt"; |