case "$MODE" in
    after-install)
        # Ugly hack: Allow yum to work when chrooted on server
        # You still need to mount /proc manually though
        cp /etc/resolv.conf $ROOT/etc/resolv.conf
        ;;
esac
