diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 09:44:35 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 09:44:35 (EST) |
commit | c01264a7a1e476db16fe3c59d90ed75f96fa2ada (patch) | |
tree | 581d46f13f09a66b82ff92b981db3ad81b1fa531 | |
parent | 03e7e12b27081f92ce4ad16f334f1313346fb9a8 (diff) |
profile_make_initramfs(): Rerun install-lilo
-rw-r--r-- | src/profile/proteanos.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 4795e91..e224692 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -436,6 +436,10 @@ prof_proteanos_make_initramfs() fi ;; esac + # Hack to rerun install-lilo: + session_begin . . true + session_exec run-parts /etc/kernel/postinst.d + session_end return 1 } |