From c441f68c9c566658f2e93299c666b406a7404daf Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 3 Mar 2011 08:44:03 +0100 Subject: [PATCH] more /etc/hosts magic to ease development Signed-off-by: Steven Armstrong --- conf/manifest/init | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/manifest/init b/conf/manifest/init index be9d10c5..0b4d99e5 100755 --- a/conf/manifest/init +++ b/conf/manifest/init @@ -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