create /media for snapd

This commit is contained in:
Harald Sitter
2025-03-07 09:27:31 +01:00
parent 624f245827
commit 7a47065aec

View File

@@ -8,6 +8,7 @@ env
mkdir --mode 0700 /system # for the kde-linux-overlay.service
mkdir /snap # for snapd (will get a subvolume mounted into that snapd then mounts the snaps into)
mkdir /media # for snap, wants this to exist or fails when trying to create it
export SYSTEMD_ESP_PATH="$BOOT_MNT"
mkdir --mode 0700 "$SYSTEMD_ESP_PATH"