From 1833c31d3148ab3b43c4833733fe9fefd73d22b2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Jan 2021 09:45:15 -0500 Subject: profile_make_initramfs(): Return 0 This was probably meant as a default case if the kernel is unsupported, but it's the only return statement in the function. --- (limited to 'src') 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() -- cgit v0.9.1