diff options
Diffstat (limited to 'dev/Boot/src')
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootMain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/src/HEL/AMD64/BootMain.cc b/dev/Boot/src/HEL/AMD64/BootMain.cc index db370db1..6aa5a0d9 100644 --- a/dev/Boot/src/HEL/AMD64/BootMain.cc +++ b/dev/Boot/src/HEL/AMD64/BootMain.cc @@ -231,7 +231,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr image_handle, root.fKind = kNeFSCatalogKindDir; - partition_factory.Format(kMachineModel " HD", &root, 1); + partition_factory.Format("HD", &root, 1); UI::fb_clear_video(); |
