Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
rcn-ee_console_debian_stretch_armhf.conf 2.42 KiB
Newer Older
Robert Nelson's avatar
Robert Nelson committed
##
Robert Nelson's avatar
Robert Nelson committed
release="9.4"
Robert Nelson's avatar
Robert Nelson committed
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="debian"
deb_codename="stretch"
deb_arch="armhf"
deb_include="	\
	acpi-support-base	\
	acpid	\
	alsa-utils	\
	apache2	\
	bash-completion	\
	bsdmainutils	\
	ca-certificates	\
Robert Nelson's avatar
Robert Nelson committed
	dnsmasq	\
	dosfstools	\
	fbset	\
	file	\
	firmware-atheros	\
	firmware-brcm80211	\
	firmware-libertas	\
	firmware-misc-nonfree	\
	firmware-realtek	\
	firmware-ti-connectivity	\
	firmware-zd1211	\
	hdparm	\
	hexedit	\
	hostapd	\
	i2c-tools	\
	initramfs-tools	\
	nethogs	\
	udhcpd	\
	usb-modeswitch	\
	usbutils	\
	wget	\
	wireless-regdb	\
	wireless-tools	\
	wpasupplicant	\
	wvdial	\
"

Robert Nelson's avatar
Robert Nelson committed
deb_exclude=""
deb_components="main contrib non-free"
Robert Nelson's avatar
Robert Nelson committed
##
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
deb_additional_pkgs="	\
	bison	\
	build-essential	\
	btrfs-progs	\
Robert Nelson's avatar
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_etc_dogtag="rcn-ee.net console Debian Image"
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)
Robert Nelson's avatar
Robert Nelson committed
repo_rcnee="enable"
	bb-cape-overlays	\
	linux-image-4.14.25-ti-r38	\
	linux-image-4.15.12-armv7-x1	\
	rcn-ee-archive-keyring	\
	tiomapconf	\
	vpdma-dra7xx-installer	\
	wireguard-tools	\
repo_rcnee_pkg_version="4.14.25-ti-r38"
Robert Nelson's avatar
Robert Nelson committed
include_firmware="enable"
#
chroot_COPY_SETUP_SDCARD="enable"
Robert Nelson's avatar
Robert Nelson committed
chroot_before_hook=""
chroot_after_hook=""
chroot_script="elinux.sh"
chroot_post_uenv_txt=""
Robert Nelson's avatar
Robert Nelson committed
chroot_tarball="enable"