Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Wed, 27 Nov 2019 16:40:25
Message-Id: 1574871537.5ff51e78f1849daa446ebfd2da6844e874926b4d.whissi@gentoo
1 commit: 5ff51e78f1849daa446ebfd2da6844e874926b4d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 14:39:37 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 16:18:57 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5ff51e78
7
8 gen_determineargs.sh: determine_real_args(): Cleanup old code
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_determineargs.sh | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/gen_determineargs.sh b/gen_determineargs.sh
16 index 2b68a8a..6326a5e 100755
17 --- a/gen_determineargs.sh
18 +++ b/gen_determineargs.sh
19 @@ -785,10 +785,8 @@ determine_real_args() {
20 fi
21 fi
22
23 - if ! isTrue "${BUILD_RAMDISK}"
24 + if isTrue "${BUILD_RAMDISK}"
25 then
26 - INTEGRATED_INITRAMFS=0
27 - else
28 if [[ "${CMD_BOOTFONT}" != "none" ]]
29 then
30 if [[ "${CMD_BOOTFONT}" == "current" ]]