Merge pull request 'hsjobeki-main' (#1332) from hsjobeki-main into main
This commit is contained in:
@@ -82,6 +82,7 @@ nav:
|
||||
- reference/clan-core/sops.md
|
||||
- reference/clan-core/state.md
|
||||
- Contributing: contributing/contributing.md
|
||||
- FAQ: faq/index.md
|
||||
|
||||
docs_dir: site
|
||||
site_dir: out
|
||||
|
||||
15
docs/site/faq/index.md
Normal file
15
docs/site/faq/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# FAQ
|
||||
|
||||
??? Question "Why is targetHost necessary?"
|
||||
|
||||
When using `clan machines install [machine ][targetHost]`
|
||||
|
||||
Why is targetHost necessary if you already configured target host in the configuration?
|
||||
|
||||
??? Question "How to check if the correct installation medium?"
|
||||
|
||||
How to warn and check if it is the only installation medium?
|
||||
|
||||
??? Question "How are submodules handled in/with clan?"
|
||||
|
||||
How are submodules handled in/with clan?
|
||||
@@ -131,8 +131,6 @@ class ClanStore:
|
||||
# only one vm can output logs at a time
|
||||
if vm == self._logging_vm:
|
||||
gfile.load_contents_async(None, file_read_callback, None)
|
||||
else:
|
||||
log.info("Log details of VM hidden, vm is not current logging VM.")
|
||||
|
||||
# we cannot check this type, python is not smart enough
|
||||
|
||||
|
||||
Reference in New Issue
Block a user