1
0
mirror of https://github.com/systemd/systemd synced 2026-04-13 10:35:08 +02:00

Compare commits

..

No commits in common. "4d6455c0754e31ddc9590c7b9c9a373d82ec0ed4" and "4e1ab496ae58e21b233ed7cd7fea3c8f495ef1e4" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -1978,7 +1978,7 @@ static EFI_STATUS boot_windows_bitlocker(void) {
continue;
CHAR8 buf[block_io->Media->BlockSize];
err = block_io->ReadBlocks(block_io, block_io->Media->MediaId, 0, sizeof(buf), buf);
block_io->ReadBlocks(block_io, block_io->Media->MediaId, 0, sizeof(buf), buf);
if (EFI_ERROR(err))
continue;

View File

@ -552,6 +552,8 @@ static int parse_argv(int argc, char *argv[]) {
arg_lines = 1000;
arg_boot = true;
arg_boot_id = SD_ID128_NULL;
arg_boot_offset = 0;
break;