guix/doc
Sören Tempel 08db14c74f
file-systems: Support the 'remount' mount flag.
This allows remounting file systems which are already mounted by
the initrd with custom mount options (e.g. /proc with hidepid=2).

* gnu/build/file-systems.scm (mount-flags->bit-mask): Map 'remount
to MS_REMOUNT.
* gnu/system/file-systems.scm (invalid-file-system-flags): Add
'remount to the list of KNOWN-FLAGS.
* doc/guix.texi (File Systems): Document it.

Fixes: guix/guix#3849
Change-Id: I0ab116a5b4f7bd201e955ecf022e260c63828dc4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-06 23:29:46 +01:00
..
images doc: Use "dejavu sans" instead of "Helvetica" or "sans" in dot images. 2024-04-14 10:29:07 +02:00
build.scm doc: Build PDF for Chinese manual. 2025-10-05 17:07:41 +02:00
contributing.texi doc: Recommend ‘define-deprecated-package’ in the Deprecation Policy. 2025-10-23 19:35:06 +02:00
environment-gdb.scm doc: Update GDB "guix shell" example to use autoconf-2.69 2023-07-18 00:41:15 +02:00
fdl-1.3.texi
guix-cookbook.texi doc: cookbook: Update command for installing the SICP book. 2025-10-20 17:28:52 +02:00
guix.texi file-systems: Support the 'remount' mount flag. 2025-11-06 23:29:46 +01:00
he-config-bare-bones.scm home: services: bash: Support setting shell variables. 2025-10-23 19:35:07 +02:00
htmlxref.cnf nls: Update translations. 2025-09-02 00:30:19 +02:00
local.mk guix: Fix guix-minimal install phase. 2025-10-14 16:35:55 +02:00
package-hello.json import: Do not return package name with json importer. 2024-02-23 19:02:55 +01:00
package-hello.scm