forked from beagleboard/image-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheewiki_bare_debian_wheezy_armhf.conf
42 lines (42 loc) · 1.23 KB
/
eewiki_bare_debian_wheezy_armhf.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
##
release="7.8"
image_type="bare"
##
##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 Wheezy (Stable) armhf
##
deb_distribution="debian"
deb_codename="wheezy"
deb_arch="armhf"
deb_include=""
deb_exclude="aptitude aptitude-common groff-base info install-info libept1.4.12 manpages man-db tasksel tasksel-data vim-common vim-tiny wget whiptail"
deb_components="main contrib non-free"
deb_mirror=""
##
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
deb_additional_pkgs=""
##
rfs_username="debian"
rfs_fullname="Demo User"
rfs_password="temppwd"
rfs_hostname="arm"
rfs_startup_scripts=""
rfs_opt_scripts=""
rfs_console_banner=""
rfs_console_user_pass="enable"
rfs_ssh_banner=""
rfs_ssh_user_pass=""
##
##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu)
repo_rcnee="enable"
repo_rcnee_pkg_list="rcn-ee-archive-keyring"
##
chroot_not_reliable_deborphan=""
chroot_manual_deborphan_list="libboost-iostreams1.49.0 libcwidget3 libgdbm3 libnewt0.52 libpipeline1"
chroot_very_small_image="enable"
chroot_tarball="enable"