diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-08-17 00:47:49 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-08-17 00:47:56 +0200 |
commit | 0eac731863e3558756e00a4872ab502d259f7e36 (patch) | |
tree | 10b1ab1859e1d716e8eeb3711705313b3bac47eb /faq | |
parent | 65dff29fb314cef6551c8932717c7a440dc61c21 (diff) | |
download | web-0eac731863e3558756e00a4872ab502d259f7e36.tar.gz web-0eac731863e3558756e00a4872ab502d259f7e36.tar.bz2 web-0eac731863e3558756e00a4872ab502d259f7e36.zip |
Note about using dpkg-reconfigure hurd rebuild /dev
Diffstat (limited to 'faq')
-rw-r--r-- | faq/dev-rebuild.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/faq/dev-rebuild.mdwn b/faq/dev-rebuild.mdwn new file mode 100644 index 00000000..5a4678d1 --- /dev/null +++ b/faq/dev-rebuild.mdwn @@ -0,0 +1,20 @@ +[[!meta copyright="Copyright © 2021 Free Software Foundation, +Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +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]]."]]"""]] + +[[!tag faq/running]] + +[[!meta title="Some ntries in /dev are bogus"]] + +Possibly something broke translators there. You can run + + dpkg-reconfigure hurd + +to rebuild entries there. |