livegui/fsscript: add /mnt/gentoo dir

Bug: https://bugs.gentoo.org/915957

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2024-02-15 14:38:56 -06:00
parent 601cd9fd8c
commit a1657606c3
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -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