# size of the image in MB
#
IMGSIZE=3600
+IMGSIZE=1800
#
# target architecture / suite
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
# 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
}