#!/bin/bash CWD=$(dirname $(readlink -f $0)) echo "wicd-daemon wicd/users multiselect live" | debconf-set-selections apt-get update >>$OUTPUT 2>&1 apt-get install --no-install-recommends --yes \ mousepad \ qalculate-gtk \ pcmanfm \ lxtask \ xarchiver xdg-utils libgconf-2-4 \ network-manager-gnome >>$OUTPUT 2>&1 (cd /rootcopy-install && cp --parents -afr * /)