From c01264a7a1e476db16fe3c59d90ed75f96fa2ada Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Jan 2021 09:44:35 -0500 Subject: profile_make_initramfs(): Rerun install-lilo --- 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 } -- cgit v0.9.1