commit: a1657606c333bc3effb0adf4518b66101ad3223b Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Feb 15 20:38:56 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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
