commit: 5ff51e78f1849daa446ebfd2da6844e874926b4d
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 14:39:37 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 16:18:57 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5ff51e78
gen_determineargs.sh: determine_real_args(): Cleanup old code
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_determineargs.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index 2b68a8a..6326a5e 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -785,10 +785,8 @@ determine_real_args() {
fi
fi
- if ! isTrue "${BUILD_RAMDISK}"
+ if isTrue "${BUILD_RAMDISK}"
then
- INTEGRATED_INITRAMFS=0
- else
if [[ "${CMD_BOOTFONT}" != "none" ]]
then
if [[ "${CMD_BOOTFONT}" == "current" ]]