summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/profile/proteanos.sh4
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
}