In order to differentiate between FreeBSD and Debian hosts.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
Changes since v7:
- s/Os/OS/.
Changes since v6:
- New in this version
$ho->{Suite} = target_var($ho, "suite") // $c{DebianSuite};
$ho->{DiVersion} = target_var($ho, "di_version")
// cfg_tftp_di_version($ho->{Suite});
+ $ho->{OS} = target_var($ho, "os") // "debian";
}
#----- handle hosts which are themselves guests (nested) -----