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 <immoloism@gmail.com>
This commit is contained in:
Ian Jordan 2024-05-11 22:43:25 +01:00
parent f0df0a80a5
commit f2fc0dec69

View file

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