Newer
Older
image_type="console"
##
##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="ubuntu"
deb_codename="bionic"
deb_arch="armhf"
#
deb_include=" \
acpid \
alsa-utils \
avahi-utils \
cpufrequtils \
crda \
device-tree-compiler \
dnsmasq \
dosfstools \
hdparm \
hexedit \
hostapd \
i2c-tools \
initramfs-tools \
iw \
linux-base \
linux-firmware \
locales \
lsb-release \
lshw \
python-dbus \
read-edid \
rfkill \
rsync \
sudo \
systemd \
systemd-sysv \
udhcpd \
usb-modeswitch \
usbutils \
wget \
wireless-regdb \
wireless-tools \
wpasupplicant \
"
deb_components="main universe multiverse"
deb_mirror=""
##
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
deb_additional_pkgs=" \
python-dev \
python-smbus \
python3 \
python3-dev \
python3-setuptools \
python3-smbus \
"
##
rfs_username="ubuntu"
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_desktop=""
rfs_desktop_background=""
rfs_default_locale="en_US.UTF-8"
rfs_etc_dogtag="rcn-ee.net console Ubuntu Image"
rfs_console_banner="Support/FAQ: http://elinux.org/BeagleBoardUbuntu"
rfs_console_user_pass="enable"
rfs_ssh_banner="Support/FAQ: http://elinux.org/BeagleBoardUbuntu"
rfs_ssh_user_pass="enable"
##
##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu)
repo_rcnee="enable"
repo_rcnee_pkg_list=" \
linux-image-4.14.108-ti-r116 \
Robert Nelson
committed
overlayroot \
repo_rcnee_depmod0="5.2.13-armv7-x9"
repo_rcnee_depmod1="4.14.108-ti-r116"
repo_rcnee_pkg_version="4.14.108-ti-r116"
include_firmware="enable"
#
chroot_COPY_SETUP_SDCARD="enable"
chroot_before_hook=""
chroot_after_hook=""
chroot_script="elinux.sh"
chroot_post_uenv_txt=""
chroot_tarball="enable"