From: hackbard Date: Fri, 17 Jul 2015 15:42:55 +0000 (+0200) Subject: bugfix + adapted nellboard config X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=commitdiff_plain;h=e21020b66f28895b5085661744b1e65516a01b43 bugfix + adapted nellboard config --- diff --git a/build.config b/build.config index a9eea21..eed4be7 100644 --- a/build.config +++ b/build.config @@ -4,6 +4,7 @@ # size of the image in MB # IMGSIZE=3600 +IMGSIZE=1800 # # target architecture / suite @@ -36,12 +37,14 @@ PKGS="apt-utils dialog locales" GETTY=ttyO0 # add your packages here -ADDPKGS="vim git make gcc lua5.2 golang build-essential kmod" +ADDPKGS="vim git make gcc lua5.2 build-essential kmod" ADDPKGS="$ADDPKGS net-tools iputils-ping iproute2 wget openssh-server rsync" # beagle +#ADDPKGS="$ADDPKGS golang" #ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd" # nellboard ADDPKGS="$ADDPKGS python dnsmasq" +ADDPKGS="$ADDPKGS python pyrit" # # kernel diff --git a/build.sh b/build.sh index efe6274..48ea033 100755 --- a/build.sh +++ b/build.sh @@ -165,7 +165,7 @@ function build_in_chroot { # profile echo -en "\nalias l='ls -al --color'\n\n" >> /etc/profile # post install hooks - for file in 'ls /post_routines'; do + for file in `ls /post_routines`; do . /post_routines/$file done }