Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
bb.org-debian-jessie-oemflasher.conf 2.06 KiB
Newer Older
Robert Nelson's avatar
Robert Nelson committed
##
Robert Nelson's avatar
Robert Nelson committed
release="8.7"
Robert Nelson's avatar
Robert Nelson committed
##
##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}
##
##Debian Jessie armhf
Robert Nelson's avatar
Robert Nelson committed
##
deb_distribution="debian"
deb_codename="jessie"
deb_arch="armhf"
#
deb_include="	\
	ca-certificates	\
	connman	\
	dbus	\
	dos2unix	\
	dosfstools	\
	git-core	\
	initramfs-tools	\
	linux-base	\
	openssh-server	\
	patch	\
	rsync	\
	sudo	\
	systemd	\
	udhcpd	\
	wget	\
"

Robert Nelson's avatar
Robert Nelson committed
#
deb_exclude="	\
	aptitude	\
	aptitude-common	\
	groff-base	\
	info	\
	install-info	\
	man-db	\
	manpages	\
	tasksel	\
	tasksel-data	\
"

Robert Nelson's avatar
Robert Nelson committed
#
deb_components="main contrib non-free"
deb_mirror=""
##
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
deb_additional_pkgs="bmap-tools"
Robert Nelson's avatar
Robert Nelson committed
##
rfs_username="debian"
rfs_fullname="Demo User"
rfs_password="temppwd"
rfs_hostname="beaglebone"
rfs_startup_scripts="enable"
#rfs_opt_scripts="https://github.com/RobertCNelson/boot-scripts"
#rfs_default_desktop="lxqt"
#rfs_desktop_background="/opt/scripts/images/beaglebg.jpg"
rfs_default_locale="en_US.UTF-8"
rfs_etc_dogtag="BeagleBoard.org Debian Image"
rfs_console_banner="Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian"
rfs_console_user_pass="enable"
rfs_ssh_banner="Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian"
rfs_ssh_user_pass="enable"
##
##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu)
repo_rcnee="enable"
	bb-cape-overlays	\
	linux-image-4.4.60-ti-r97	\
##
##nodejs: https://github.com/nodesource/distributions
Robert Nelson's avatar
Robert Nelson committed
#repo_nodesource="node_0.12"
#repo_nodesource="node_4.x"
#repo_nodesource="node_6.x"
#repo_nodesource_dist="jessie"
##
repo_rcnee_pkg_version="4.4.60-ti-r97"
Robert Nelson's avatar
Robert Nelson committed
#include_firmware="enable"
#
chroot_COPY_SETUP_SDCARD="enable"
chroot_before_hook=""
chroot_after_hook=""
chroot_script="beagleboard.org-console-jessie.sh"
chroot_post_uenv_txt=""
Robert Nelson's avatar
Robert Nelson committed
chroot_tarball="enable"