diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:51:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:51:15 +0100 |
commit | 0ce6bcadd38fcdc0de664e261d7e30402165a2e8 (patch) | |
tree | 9de4367abf21a1e91258446a7844a37f0cdf20ab /faq | |
parent | da9a27f53542af3b0c32a5eea36e348a36e3fe0f (diff) | |
parent | 1b548be2ad91bc07b2a596950eab5020fc026070 (diff) | |
download | web-0ce6bcadd38fcdc0de664e261d7e30402165a2e8.tar.gz web-0ce6bcadd38fcdc0de664e261d7e30402165a2e8.tar.bz2 web-0ce6bcadd38fcdc0de664e261d7e30402165a2e8.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'faq')
-rw-r--r-- | faq/running/off.mdwn | 12 | ||||
-rw-r--r-- | faq/running/slash_usr_symlink.mdwn | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/faq/running/off.mdwn b/faq/running/off.mdwn index 48e6bcc7..eb2a6d1c 100644 --- a/faq/running/off.mdwn +++ b/faq/running/off.mdwn @@ -8,14 +8,16 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -[[!meta title="shutdown does not work, How am I supposed to shut my Hurd system down?"]] +[[!meta title="shutdown does not work, how am I supposed to shut my Hurd system down?"]] The GNU/Hurd does not use SYSV runlevels, so commands like - $ shutdown -h now + # shutdown -h now -will not work. Simply use the equivalent shortcut +will not work. Simply use the equivalent shortcuts - $ halt + # halt + # reboot -which is provided natively on GNU/Hurd, instead of from SYSV runlevels. +to respectively shutdown and reboot Hurd, provided natively, +instead of from SYSV runlevels. diff --git a/faq/running/slash_usr_symlink.mdwn b/faq/running/slash_usr_symlink.mdwn index 5c47f4e1..5c70e54a 100644 --- a/faq/running/slash_usr_symlink.mdwn +++ b/faq/running/slash_usr_symlink.mdwn @@ -17,4 +17,4 @@ Today, we like to use different partitions for these two spaces. The Hurd throws this historical garbage away. We think that we have found a more flexible solution called union filesystems, which allow to create virtual filesystems which are the union of several other filesystems. However, support -for union filesystems is still in early development. +for union filesystems is [[still in early development|hurd/translator/unionfs]]. |