#!/bin/sh
##########################################################################
##                                                                      ##
## get an updated package list                                          ##
## copylefted by Timo Benk <t_benk@users.sourceforge.net>               ##
##                                                                      ##
##########################################################################

. ../config_build
. ../"$SCRIPTS"/misc/lib/lib_fail

./pkg_update_ips || fail

chroot ../$ROOTFS /usr/bin/apt-get update
echo "-----------------<cut here>-----------------"
chroot ../$ROOTFS /usr/bin/apt-cache search .*

