diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-05-05 12:27:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-05 14:34:39 +0200 |
commit | 8745239dd2eb5e69b4cda67591dcf5adeb58cba7 (patch) | |
tree | 1ea55b6927c3f4858ea3ac2ac5034c364975ceb5 | |
parent | a57ed987ffd1452ba5a4d70feb54893e99b8e076 (diff) | |
download | guix-8745239dd2eb5e69b4cda67591dcf5adeb58cba7.tar.gz guix-8745239dd2eb5e69b4cda67591dcf5adeb58cba7.zip |
news: Add entry for ‘guix shell --writable-root’.
* etc/news.scm: Add it.
Change-Id: I3b07d8156c32c0cb6de8e8bf3a26a3e1e5af66b1
-rw-r--r-- | etc/news.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index ed71e649ab..a0ac11bc52 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -38,6 +38,17 @@ (channel-news (version 0) + (entry (commit "ce363c1dc7bd63a74dcf7788d340819f6d5db89f") + (title + (en "@command{guix shell --container} provides a read-only root by +default")) + (body + (en "The @command{guix shell --container} command now provides a +read-only root file system by default. You can restore the previous behavior +by passing the @option{--writable-root} flag. + +Run @command{info \"(guix) Invoking guix shell\"} for more information."))) + (entry (commit "7e5913f90df916d8d9f5c509354d62324f54f481") (title (en "Linux-libre 6.14 now available") |