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.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 2968715808B for ; Thu, 15 Feb 2024 20:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B0BCE29CC; Thu, 15 Feb 2024 20:40:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35348E29CC for ; Thu, 15 Feb 2024 20:40:10 +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 6984433BDF5 for ; Thu, 15 Feb 2024 20:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0849A1239 for ; Thu, 15 Feb 2024 20:40:07 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1708029600.a1657606c333bc3effb0adf4518b66101ad3223b.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/livegui/files/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/amd64/livegui/files/fsscript-stage2.sh X-VCS-Directories: releases/specs/amd64/livegui/files/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a1657606c333bc3effb0adf4518b66101ad3223b X-VCS-Branch: master Date: Thu, 15 Feb 2024 20:40:07 +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: 68148d51-87c9-4049-8eaf-aecee20b23b0 X-Archives-Hash: db997c71f4117eaea4b4972d9e770809 commit: a1657606c333bc3effb0adf4518b66101ad3223b Author: Ben Kohler gentoo org> AuthorDate: Thu Feb 15 20:38:56 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Feb 15 20:40:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a1657606 livegui/fsscript: add /mnt/gentoo dir Bug: https://bugs.gentoo.org/915957 Signed-off-by: Ben Kohler gentoo.org> releases/specs/amd64/livegui/files/fsscript-stage2.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases/specs/amd64/livegui/files/fsscript-stage2.sh b/releases/specs/amd64/livegui/files/fsscript-stage2.sh index 05ddf659..d17bee54 100755 --- a/releases/specs/amd64/livegui/files/fsscript-stage2.sh +++ b/releases/specs/amd64/livegui/files/fsscript-stage2.sh @@ -90,3 +90,6 @@ polkit.addRule(function(action, subject) { return polkit.Result.YES; } });' > /etc/polkit-1/rules.d/livegui-root-tools.rules + +# Create missing /mnt/gentoo, to behave like installcd +mkdir -p /mnt/gentoo