diff options
-rw-r--r-- | src/profile/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index e224692..761f9b5 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -440,7 +440,7 @@ prof_proteanos_make_initramfs() session_begin . . true session_exec run-parts /etc/kernel/postinst.d session_end - return 1 + return 0 } prof_proteanos_register() |