hostnamed: add a new chassis type for watches

This commit is contained in:
Lennart Poettering 2014-07-09 13:20:05 +02:00
parent 1930eed2a7
commit c49e59c183

View file

@ -144,7 +144,8 @@ static bool valid_chassis(const char *chassis) {
"laptop\0"
"server\0"
"tablet\0"
"handset\0",
"handset\0"
"watch\0",
chassis);
}