From e21020b66f28895b5085661744b1e65516a01b43 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 17 Jul 2015 17:42:55 +0200 Subject: [PATCH] bugfix + adapted nellboard config --- build.config | 5 ++++- build.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 } -- 2.20.1