Revert "livegui/fsscript: add /mnt/gentoo dir"

This reverts commit a1657606c3.

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2024-02-16 11:28:53 -06:00
parent 0fa8a83b1e
commit 1091a5326f
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -90,6 +90,3 @@ polkit.addRule(function(action, subject) {
return polkit.Result.YES; return polkit.Result.YES;
} }
});' > /etc/polkit-1/rules.d/livegui-root-tools.rules });' > /etc/polkit-1/rules.d/livegui-root-tools.rules
# Create missing /mnt/gentoo, to behave like installcd
mkdir -p /mnt/gentoo