diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | 7eddfea4a01e95a58a2c18f71bc4a345a1ad378f (patch) | |
tree | 0d7306405d0194987d0811f69c242fbb2e4b296d /gnu/system | |
parent | fb1a8642ee783499f42d3e8d95c8601fa116606c (diff) | |
download | guix-7eddfea4a01e95a58a2c18f71bc4a345a1ad378f.tar guix-7eddfea4a01e95a58a2c18f71bc4a345a1ad378f.tar.gz |
images: wsl2: Update comment.
* gnu/system/images/wsl2.scm (wsl-boot-program): Update privileged
program directory in a comment.
Change-Id: I65906cbfbcd17ff164837ad293dc4324314bfcf1
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/images/wsl2.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/images/wsl2.scm b/gnu/system/images/wsl2.scm index d9aaa1a271..b772d7b635 100644 --- a/gnu/system/images/wsl2.scm +++ b/gnu/system/images/wsl2.scm @@ -86,7 +86,7 @@ USER." (setenv "WSLPATH" (getenv "PATH")) ;; /run is mounted with the nosuid flag by WSL. This prevents - ;; running the /run/setuid-programs. Remount it without this flag + ;; /run/privileged/bin from working. Remount it without this flag ;; as a workaround. See: ;; https://github.com/microsoft/WSL/issues/8716. (mount #f "/run" #f |