From 4461d579219ada81be14d6845be63bb5ae64660a 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 ad66f57f..9f79d3c8 100755 --- a/hooks/020-extra-files.chroot +++ b/hooks/020-extra-files.chroot @@ -45,3 +45,6 @@ mkdir -p /host 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