diff options
Diffstat (limited to 'install/keyboard')
-rw-r--r-- | install/keyboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/keyboard b/install/keyboard index 9f35089..9eb4bf1 100644 --- a/install/keyboard +++ b/install/keyboard @@ -22,9 +22,9 @@ build() { help() { cat <<HELPEOF This hook loads the necessary modules for keyboard devices. As a side-effect -modules for some non-keyboard input devices might be added to, but this should +modules for some non-keyboard input devices might also be added, but this should not be relied on. Detection will take place at runtime. To minimize the modules -in the image, add the autodetect hook too. +in the image, add the autodetect hook prior to this hook. HELPEOF } |