From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEFEF138334 for ; Sat, 23 Mar 2019 09:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC81E0A10; Sat, 23 Mar 2019 09:52:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01A09E0A10 for ; Sat, 23 Mar 2019 09:52:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1CCC335D04 for ; Sat, 23 Mar 2019 09:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88A157A for ; Sat, 23 Mar 2019 09:52:41 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1553328377.1380783b7a2ade506b81d3fa29cc2f5682329826.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1380783b7a2ade506b81d3fa29cc2f5682329826 X-VCS-Branch: master Date: Sat, 23 Mar 2019 09:52:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e0759f2-b5df-4807-98ac-83d99cb7e472 X-Archives-Hash: 8a846b47eefbb43a76d28ca16333bb56 commit: 1380783b7a2ade506b81d3fa29cc2f5682329826 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 23 01:15:36 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 23 08:06:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1380783b append_devices(): Adjust indentation of verbose output Signed-off-by: Thomas Deutschmann gentoo.org> gen_initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 4bb45c7..51ac29c 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -74,7 +74,7 @@ append_devices() { nod /dev/ttyS0 600 0 0 c 4 64 EOF if [[ "${LOGLEVEL}" -gt 1 ]]; then - echo "Adding devices to cpio:" + echo "$(getIndent 2)Adding devices to cpio:" cat "${TEMP}/initramfs-base-temp.devices" fi ${KERNEL_OUTPUTDIR}/usr/gen_init_cpio "${TEMP}/initramfs-base-temp.devices" >"${CPIO}" \