chiark / gitweb /
test: fix some tests when running inside a container
[elogind.git] / shell-completion / zsh / _hostnamectl
index e02f6de30edb9512041123de41ea2eb7685b029c..a7217a1999e14a28860dec1b79c5be6d2da3945f 100644 (file)
@@ -18,7 +18,7 @@ _hostnamectl_set-icon-name() {
 
 _hostnamectl_set-chassis() {
     if (( CURRENT <= 3 )); then
-        _chassis=( desktop laptop server tablet handset watch vm container )
+        _chassis=( desktop laptop server tablet handset watch embedded vm container )
         _describe chassis _chassis
     else
         _message "no more options"