chiark / gitweb /
hostnamed: introduce new "embedded" chassis type
[elogind.git] / src / hostname / hostnamed.c
index a449610bb86c2593c3d0408ebab2dc82990b2293..0123922c4a2f185583e42ae3f1b8939914e1f136 100644 (file)
@@ -138,7 +138,8 @@ static bool valid_chassis(const char *chassis) {
                         "server\0"
                         "tablet\0"
                         "handset\0"
-                        "watch\0",
+                        "watch\0"
+                        "embedded\0",
                         chassis);
 }