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 C133615808B for ; Fri, 16 Feb 2024 17:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB2BE29D8; Fri, 16 Feb 2024 17:29:56 +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 AF611E29D8 for ; Fri, 16 Feb 2024 17:29:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE28F33C4EE for ; Fri, 16 Feb 2024 17:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4381132 for ; Fri, 16 Feb 2024 17:29:54 +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: <1708104572.1091a5326f30c24c1ad1763913d4fd16c34caf48.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: 1091a5326f30c24c1ad1763913d4fd16c34caf48 X-VCS-Branch: master Date: Fri, 16 Feb 2024 17:29:54 +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: bbf47aa7-fcca-4003-9baf-c28a2eaa207c X-Archives-Hash: 766993d20518ce2f8086b9d30111c3bf commit: 1091a5326f30c24c1ad1763913d4fd16c34caf48 Author: Ben Kohler gentoo org> AuthorDate: Fri Feb 16 17:28:53 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Feb 16 17:29:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1091a532 Revert "livegui/fsscript: add /mnt/gentoo dir" This reverts commit a1657606c333bc3effb0adf4518b66101ad3223b. Signed-off-by: Ben Kohler gentoo.org> releases/specs/amd64/livegui/files/fsscript-stage2.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/releases/specs/amd64/livegui/files/fsscript-stage2.sh b/releases/specs/amd64/livegui/files/fsscript-stage2.sh index d17bee54..05ddf659 100755 --- a/releases/specs/amd64/livegui/files/fsscript-stage2.sh +++ b/releases/specs/amd64/livegui/files/fsscript-stage2.sh @@ -90,6 +90,3 @@ 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