mirror of
https://github.com/systemd/systemd.git
synced 2025-01-13 17:18:18 +03:00
systemd-boot: fix alignment of version in table
This commit is contained in:
parent
d5d8429a12
commit
04155c6713
@ -405,7 +405,7 @@ static VOID print_status(Config *config, EFI_FILE *root_dir, CHAR16 *loaded_imag
|
||||
break;
|
||||
}
|
||||
|
||||
Print(L"systemd-boot version: " VERSION "\n");
|
||||
Print(L"systemd-boot version: " VERSION "\n");
|
||||
Print(L"architecture: " EFI_MACHINE_TYPE_NAME "\n");
|
||||
Print(L"loaded image: %s\n", loaded_image_path);
|
||||
Print(L"UEFI specification: %d.%02d\n", ST->Hdr.Revision >> 16, ST->Hdr.Revision & 0xffff);
|
||||
|
Loading…
Reference in New Issue
Block a user