more /etc/hosts magic to ease development

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-03-03 08:44:03 +01:00
parent cda7664e13
commit c441f68c9c
1 changed files with 4 additions and 3 deletions

View File

@ -20,13 +20,14 @@ case "$__target_host" in
__package_pacman wireshark-cli --state installed
__package_pacman zsh --state installed
;;
cdist-gentoo)
__package tree --ensure installed
;;
# Real machines
ikq*)
__package_apt zsh --state installed
;;
icarus)
__package tree --ensure installed
;;
esac