mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
boot: fix bootctl install segfault (#4404)
This commit is contained in:
committed by
Evgeny Vereshchagin
parent
70fd2125c3
commit
9ee051b9c7
@@ -621,7 +621,8 @@ static const char *efi_subdirs[] = {
|
||||
"EFI/systemd",
|
||||
"EFI/BOOT",
|
||||
"loader",
|
||||
"loader/entries"
|
||||
"loader/entries",
|
||||
NULL
|
||||
};
|
||||
|
||||
static int create_dirs(const char *esp_path) {
|
||||
|
||||
Reference in New Issue
Block a user