Merge pull request #74 from jordant/linux

dhcp is only needed for building, then it should be removed
This commit is contained in:
Ryan Petrello 2014-08-07 14:24:03 -04:00
commit 84a71c29f9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ APT_GET="apt-get -y"
APPLIANCE_BASE_DIR="/tmp/akanda-appliance"
APPLIANCE_SCRIPT_DIR="$APPLIANCE_BASE_DIR/scripts"
PACKAGES="ntp python2.7 python-pip wget dnsmasq bird6"
PACKAGES_BUILD="python-dev build-essential"
PACKAGES_BUILD="python-dev build-essential isc-dhcp-client"
DNS=8.8.8.8
RELEASE=`lsb_release -cs`