summaryrefslogtreecommitdiffstats
path: root/documentation/webapp/faq.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/webapp/faq.md')
-rw-r--r--documentation/webapp/faq.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/webapp/faq.md b/documentation/webapp/faq.md
index 1cbd500..468c733 100644
--- a/documentation/webapp/faq.md
+++ b/documentation/webapp/faq.md
@@ -1,12 +1,12 @@
# [FAQ] How to ...
## Register a client
If a client netboots the BAS for the first time, it will boot the registration iPXE menu seen in the picture below.
-Besides the registration of a client you can also direct boot the local installed OS or boot bwLehrpool without the need to register the client.
+Besides the registration of a client you can also directly boot the local installed OS or boot bwLehrpool without the need to register the client.
<a :href="$withBase('/img/registration_menu.png')" target="_blank"><img :src="$withBase('/img/registration_menu.png')" alt="BAS Registration"></a>
::: tip
-If you add an [IP-Range](/webapp/modules.md#ip-ranges) to a group before the registration, the client will automaticly sorted in as a child of the corresponding group.
+If you add an [IP-Range](/webapp/modules.md#ip-ranges) to a group before the registration, the client will automatically be sorted in as a child of the corresponding group.
:::
There are three ways to register a client:
* [Automatic Registration](/webapp/faq.md#automatic-registration)
@@ -14,8 +14,8 @@ There are three ways to register a client:
* [Manual Registration](/webapp/faq.md#manual-registration)
### Automatic Registration:
-The automatic registration is the default option and will be started automaticly if the user doesn't interrupt the timeout of 25 seconds.
-The registration will run through without any input needed by the user.
+The automatic registration is the default option and will be started automatically if the user doesn't interrupt the timeout of 25 seconds.
+The registration will run through without any needed user input.
The client will get the next free IP of the subnet in the DHCP as the fixed IP address if there is any configured.
It's added to the BAS with a default name ```Client_<UUID>```.
@@ -34,7 +34,7 @@ This name will also be the prefix of the hostname in the DHCP.
<a :href="$withBase('/img/registration_semi_name.png')" target="_blank"><img :src="$withBase('/img/registration_semi_name.png')" alt="BAS Registration Name"></a>
-After those step an overview menu is provided, where the registration can be canceled or confirmed.
+After those steps an overview menu is provided, where the registration can be canceled or confirmed.
<a :href="$withBase('/img/registration_semi_overview.png')" target="_blank"><img :src="$withBase('/img/registration_semi_overview.png')" alt="BAS Registration Overview"></a>
@@ -46,8 +46,8 @@ In the manual registration the room where the client will be sorted in can be se
### Registration hooks
With the initial registration the client is added with the name, IP, MAC and UUID to the BAS and the backends.
-To make further custom registration steps registration hooks can be configured, which will be executed rigth after the initial registration.
-For more information about the registration hooks and how to create them go to [Registration Hooks](/webapp/modules.md#client-registration)
+To make further custom registration steps registration hooks can be configured, which will be executed right after the initial registration.
+For more information about the registration hooks and how to create them, see [Registration Hooks](/webapp/modules.md#client-registration).
## Move a pc-pool from one location to another