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 CC6C01382C5 for ; Thu, 13 May 2021 21:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D02E0848; Thu, 13 May 2021 21:53:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CB175E0848 for ; Thu, 13 May 2021 21:53:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 790FD340E85 for ; Thu, 13 May 2021 21:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABE90729 for ; Thu, 13 May 2021 21:53:20 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1620942694.3659b7086b22e5f274d0baedc8cc899f623d5cbf.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/ppc/ppc64le/installcd-stage2-minimal.spec X-VCS-Directories: releases/specs/ppc/ppc64le/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3659b7086b22e5f274d0baedc8cc899f623d5cbf X-VCS-Branch: master Date: Thu, 13 May 2021 21:53:20 +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: da40d56a-e22c-44e3-977e-118e1222d9c1 X-Archives-Hash: 2f93de1619bbdb168812612cc6db113c commit: 3659b7086b22e5f274d0baedc8cc899f623d5cbf Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 13 21:51:34 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 13 21:51:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3659b708 releases/specs/ppc/ppc64le/installcd-stage2-minimal: add gk_kernargs to copy firmware and all modules. for some reason it decided it's ok not to copy isofs fs support... Signed-off-by: Georgy Yakovlev gentoo.org> releases/specs/ppc/ppc64le/installcd-stage2-minimal.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releases/specs/ppc/ppc64le/installcd-stage2-minimal.spec b/releases/specs/ppc/ppc64le/installcd-stage2-minimal.spec index ad0eece3..ec910850 100644 --- a/releases/specs/ppc/ppc64le/installcd-stage2-minimal.spec +++ b/releases/specs/ppc/ppc64le/installcd-stage2-minimal.spec @@ -22,11 +22,13 @@ boot/kernel/4K_PAGESZ/sources: sys-kernel/gentoo-sources boot/kernel/4K_PAGESZ/config: ../../../kconfig/powerpc/installcd-ppc64le-4K-5.10.config boot/kernel/4K_PAGESZ/console: hvc0 tty0 boot/kernel/4K_PAGESZ/extraversion: 4K_PAGESZ +boot/kernel/4K_PAGESZ/gk_kernargs: --all-ramdisk-modules --firmware boot/kernel/64K_PAGESZ/sources: sys-kernel/gentoo-sources boot/kernel/64K_PAGESZ/config: ../../../kconfig/powerpc/installcd-ppc64le-64K-5.10.config boot/kernel/64K_PAGESZ/console: hvc0 tty0 boot/kernel/64K_PAGESZ/extraversion: 64K_PAGESZ +boot/kernel/4K_PAGESZ/gk_kernargs: --all-ramdisk-modules --firmware livecd/unmerge: app-admin/eselect