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) | |
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 d9aaa1a2716..b772d7b635c 100644 --- a/gnu/system/images/wsl2.scm +++ b/gnu/system/images/wsl2.scm | |||
| @@ -86,7 +86,7 @@ USER." | |||
| 86 | (setenv "WSLPATH" (getenv "PATH")) | 86 | (setenv "WSLPATH" (getenv "PATH")) |
| 87 | 87 | ||
| 88 | ;; /run is mounted with the nosuid flag by WSL. This prevents | 88 | ;; /run is mounted with the nosuid flag by WSL. This prevents |
| 89 | ;; running the /run/setuid-programs. Remount it without this flag | 89 | ;; /run/privileged/bin from working. Remount it without this flag |
| 90 | ;; as a workaround. See: | 90 | ;; as a workaround. See: |
| 91 | ;; https://github.com/microsoft/WSL/issues/8716. | 91 | ;; https://github.com/microsoft/WSL/issues/8716. |
| 92 | (mount #f "/run" #f | 92 | (mount #f "/run" #f |
