Newer
Older
Robert Nelson
committed
##
Robert Nelson
committed
image_type="lxqt-2gb"
##
##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}
##
Robert Nelson
committed
##Debian Jessie armhf
Robert Nelson
committed
##
deb_distribution="debian"
deb_codename="jessie"
deb_arch="armhf"
#
deb_include=" \
apt-transport-https \
autoconf \
automake \
avahi-utils \
Robert Nelson
committed
bash-completion \
bc \
bison \
bluetooth \
build-essential \
ca-certificates \
connman \
cpufrequtils \
curl \
dbus-x11 \
debhelper \
dosfstools \
Robert Nelson
committed
fakeroot \
file \
flex \
gdb \
git-core \
hexedit \
Robert Nelson
committed
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
htop \
i2c-tools \
info \
initramfs-tools \
iw \
libncurses5-dev \
libnss-mdns \
libtool \
libusb-1.0-0-dev \
lightdm \
linux-base \
locales \
lshw \
lsof \
lzma \
lzop \
memtester \
openbox \
openssh-server \
pkg-config \
read-edid \
rfkill \
rsync \
screen \
ssl-cert \
sudo \
systemd \
tmux \
udhcpd \
usb-modeswitch \
usbutils \
vim \
wget \
wireless-tools \
wpasupplicant \
xinput \
xinput-calibrator \
xorg \
xserver-xorg-video-fbdev \
xserver-xorg-video-modesetting \
"
#
deb_exclude=""
#
deb_components="main contrib non-free"
deb_mirror=""
##
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
#python-2.7: due to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769106
#
deb_additional_pkgs=" \
libpython2.7-dev \
lsb-release \
nodejs \
pastebinit \
python-dev \
python-minimal \
python-pip \
"
##
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"
repo_rcnee_pkg_list=" \
am335x-pru-package \
Robert Nelson
committed
bb-customizations \
bb-wl18xx-firmware \
bonescript \
bone101 \
Robert Nelson
committed
c9-core-installer \
cmst \
compton-conf \
device-tree-compiler \
doc-beaglebone-getting-started \
Robert Nelson
committed
libfm-tools \
libgl1-mesa-dri \
Robert Nelson
committed
lximage-qt \
lxqt-about \
lxqt-admin \
lxqt-common \
lxqt-config \
lxqt-globalkeys \
lxqt-notificationd \
lxqt-panel \
lxqt-policykit \
lxqt-runner \
lxqt-session \
lxqt-sudo \
obconf \
pcmanfm-qt \
pru-software-support-package \
Robert Nelson
committed
qterminal \
rcn-ee-archive-keyring \
Robert Nelson
committed
tiomapconf \
xserver-xorg-video-armada-etnaviv \
Robert Nelson
committed
xserver-xorg-video-omap \
"
##
##nodejs: https://github.com/nodesource/distributions
#repo_nodesource="node_0.12"
repo_nodesource="node_4.x"
#repo_nodesource="node_6.x"
repo_nodesource_dist="jessie"
Robert Nelson
committed
##
repo_rcnee_pkg_version="4.4.60-ti-r97"
Robert Nelson
committed
include_firmware="enable"
#
chroot_COPY_SETUP_SDCARD="enable"
chroot_before_hook=""
chroot_after_hook=""
chroot_script="beagleboard.org-jessie.sh"
chroot_post_uenv_txt=""
chroot_tarball="enable"