mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
doc: Suggest remounting store before relabeling the file system.
* doc/guix.texi (Installing the SELinux policy): Mention that the store may need to be remounted before writing to it.
This commit is contained in:
parent
afaeb657b1
commit
672c48f15d
1 changed files with 4 additions and 2 deletions
|
@ -1522,8 +1522,10 @@ To install the policy run this command as root:
|
|||
semodule -i etc/guix-daemon.cil
|
||||
@end example
|
||||
|
||||
Then relabel the file system with @code{restorecon} or by a different
|
||||
mechanism provided by your system.
|
||||
Then relabel the file system with @code{restorecon -vR /} or by a
|
||||
different mechanism provided by your system. You may need to remount
|
||||
@file{/gnu/store} to make it writable first, e.g. with @code{mount -o
|
||||
remount,rw /gnu/store}.
|
||||
|
||||
Once the policy is installed, the file system has been relabeled, and
|
||||
the daemon has been restarted, it should be running in the
|
||||
|
|
Loading…
Reference in a new issue