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 5735E158064 for ; Sat, 11 May 2024 22:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96BE1E29B0; Sat, 11 May 2024 22:56:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 769AEE29B0 for ; Sat, 11 May 2024 22:56:28 +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 9AA7F343073 for ; Sat, 11 May 2024 22:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59361A8D for ; Sat, 11 May 2024 22:56:25 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1715463805.f2fc0dec69622950e54cdc287cef81e164590317.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f2fc0dec69622950e54cdc287cef81e164590317 X-VCS-Branch: master Date: Sat, 11 May 2024 22:56:25 +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: 09fe2c6f-20af-4cef-8a71-e0f44b69b614 X-Archives-Hash: e997e5c6614053e35936c25caafba58d commit: f2fc0dec69622950e54cdc287cef81e164590317 Author: Ian Jordan gmail com> AuthorDate: Sat May 11 21:43:25 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 11 21:43:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f2fc0dec releases/specs/amd64/livegui/files/fsscript-stage2.sh: Create /mnt/gentoo Fix the lack of /mnt/gentoo being created on livegui. Closes-bug: https://bugs.gentoo.org/915957 Signed-off-by: Ian Jordan gmail.com> 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 ad49ec3b..44f5f56a 100755 --- a/releases/specs/amd64/livegui/files/fsscript-stage2.sh +++ b/releases/specs/amd64/livegui/files/fsscript-stage2.sh @@ -6,6 +6,9 @@ source /etc/profile env-update source /tmp/envscript +# Create /mnt/gentoo +mkdir /mnt/gentoo + # No we don't want to run xdm... sed -e '/^DISPLAYMANAGER=/s/.*/DISPLAYMANAGER="sddm"/' -i /etc/conf.d/display-manager