From 64e3c29433a87418fcaeae708099bf5e7b48b64a Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Wed, 22 Apr 2026 16:43:51 +0200 Subject: [PATCH] hooks: create /usr/lib/wsl mount point --- hooks/020-extra-files.chroot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hooks/020-extra-files.chroot b/hooks/020-extra-files.chroot index 0f599efb..161a5aae 100755 --- a/hooks/020-extra-files.chroot +++ b/hooks/020-extra-files.chroot @@ -52,3 +52,6 @@ mkdir -p /etc/polkit-1/actions echo "set static file and folder permissions" chmod 0755 /etc/systemd/system.conf.d chmod 0644 /etc/systemd/system.conf.d/11-snapd-ctrl-alt-del-burst.conf + +echo "creating wsl mount point" +mkdir -p /usr/lib/wsl