From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1352122-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81899158003 for <garchives@archives.gentoo.org>; Fri, 24 Dec 2021 01:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BDB82BC01C; Fri, 24 Dec 2021 01:59:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEDDD2BC01C for <gentoo-commits@lists.gentoo.org>; Fri, 24 Dec 2021 01:59:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48BBE342BA4 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Dec 2021 01:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7539E29 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Dec 2021 01:59:18 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> 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" <gyakovlev@gentoo.org> Message-ID: <1640311084.619d1aad63578581f3ac1ea89eeadf2520c0fe45.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc32/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/ppc/ppc32/installcd-stage2-minimal.spec X-VCS-Directories: releases/specs/ppc/ppc32/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 619d1aad63578581f3ac1ea89eeadf2520c0fe45 X-VCS-Branch: master Date: Fri, 24 Dec 2021 01:59:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9c8e762-5878-4d11-9bab-c031e1e0fb7e X-Archives-Hash: 331069865c55f2dd7eb56328ee52c8c0 commit: 619d1aad63578581f3ac1ea89eeadf2520c0fe45 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Dec 24 01:58:04 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Dec 24 01:58:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=619d1aad specs/ppc/ppc32/installcd-stage2: add scandelay=10 this helps actual CD booting on macs 10 seconds is a reasonable delay Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> releases/specs/ppc/ppc32/installcd-stage2-minimal.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/specs/ppc/ppc32/installcd-stage2-minimal.spec b/releases/specs/ppc/ppc32/installcd-stage2-minimal.spec index b92563b7..71c136ca 100644 --- a/releases/specs/ppc/ppc32/installcd-stage2-minimal.spec +++ b/releases/specs/ppc/ppc32/installcd-stage2-minimal.spec @@ -7,6 +7,7 @@ snapshot: @TIMESTAMP@ source_subpath: default/livecd-stage1-ppc-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/isos +livecd/bootargs: scandelay=10 livecd/fstype: squashfs livecd/gk_mainargs: --makeopts=-j12 livecd/iso: /var/tmp/catalyst/builds/default/install-powerpc-minimal-@TIMESTAMP@.iso