diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-23 14:56:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-23 14:56:00 +0000 |
commit | 27f1ba99521c4bdf081e6364ca4bea841aee8557 (patch) | |
tree | 87e37daeb930903a16341c6b42ff5f0fadc24c66 /doc | |
parent | 3bde455795bb3273922ec7be293e3911913576c2 (diff) | |
download | s6-linux-init-27f1ba99521c4bdf081e6364ca4bea841aee8557.tar.xz |
Hack s6-l-i-m so it doesn't fail when run as non-root
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-linux-init-maker.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 9bf44ac..9b148de 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -68,8 +68,11 @@ machine</em>. If it is not the case, the system will fail to boot. </pre> <ul> - <li> s6-linux-init-maker must be run as root, on the machine + <li> s6-linux-init-maker must be run on the machine that will boot an s6-based system. </li> + <li> It normally should be <em>run as root</em>. It supports +not running as root for a small amount of very specific cases; but +you should run it as root unless you know exactly what you are doing. </li> <li> s6-linux-init-maker parses options on its command line. </li> <li> It writes data into a directory <em>dir</em>, which must not exist beforehand. </li> |