projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70fd212
)
boot: fix `bootctl install` segfault (#4404)
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 19 Oct 2016 11:50:47 +0000
(20:50 +0900)
committer
Evgeny Vereshchagin
<evvers@ya.ru>
Wed, 19 Oct 2016 11:50:47 +0000
(14:50 +0300)
src/boot/bootctl.c
patch
|
blob
|
history
diff --git
a/src/boot/bootctl.c
b/src/boot/bootctl.c
index
ee6d7eb
..
13cf7e9
100644
(file)
--- a/
src/boot/bootctl.c
+++ b/
src/boot/bootctl.c
@@
-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) {