Newer
Older
##
##Debootstrap: https://wiki.debian.org/Debootstrap
##
##debootstrap --arch=${deb_arch} --include=${deb_include} --exclude=${deb_exclude} \
##--components=${deb_components} --foreign ${deb_codename} /tmp/tmp.dir/ http://${deb_mirror}
##
##
deb_distribution="debian"
deb_codename="wheezy"
deb_arch="armhf"
deb_include=" \
acpi-support-base \
acpid \
apache2 \
atmel-firmware \
avahi-utils \
bsdmainutils \
ca-certificates \
consolekit \
cpufrequtils \
dosfstools \
fbset \
file \
firmware-ralink \
firmware-realtek \
hdparm \
hexedit \
hostapd \
i2c-tools \
libertas-firmware \
lowpan-tools \
lsb-release \
lshw \
memtester \
nano \
ntpdate \
openssh-server \
pastebinit \
patch \
ppp \
python-dbus \
read-edid \
rsync \
systemd \
udhcpd \
usb-modeswitch \
usbutils \
wireless-tools \
wpasupplicant \
wvdial \
zd1211-firmware \
"
deb_components="main contrib non-free"
Robert Nelson
committed
deb_mirror="ftp.us.debian.org/debian"
Robert Nelson
committed
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
deb_additional_pkgs=" \
bison \
build-essential \
flex \
make \
"
Robert Nelson
committed
##
rfs_username="debian"
rfs_fullname="Demo User"
rfs_password="temppwd"
rfs_hostname="arm"
rfs_startup_scripts="enable"
rfs_opt_scripts="https://github.com/RobertCNelson/boot-scripts"
rfs_default_locale="en_US.UTF-8"
rfs_console_banner="Support/FAQ: http://elinux.org/BeagleBoardDebian"
rfs_console_user_pass="enable"
rfs_ssh_banner="Support/FAQ: http://elinux.org/BeagleBoardDebian"
rfs_ssh_user_pass="enable"
##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu)
repo_rcnee_pkg_list=" \
bb-customizations \
ipumm-dra7xx-installer \
rcn-ee-archive-keyring \
tiomapconf \
vpdma-dra7xx-installer \
"
repo_rcnee_pkg_version="4.4.60-ti-r97"
chroot_before_hook=""
chroot_after_hook=""
chroot_script="elinux.sh"
chroot_post_uenv_txt=""
chroot_tarball="enable"