|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -0,0 +1,82 | |||
|
1 | # Configuration file raspi3 Stretch IFÉ 2017/02/24 | |
|
2 | # | |
|
3 | APT_SERVER=ftp.fr.debian.org | |
|
4 | APT_INCLUDES="gnupg,gnupg2,tightvncserver,build-essential,git,cmake,libjson-c-dev,unzip,\ | |
|
5 | bison,libboost-all-dev,automake,autoconf,autogen,libtool,pkg-config,checkinstall,python3,python3-dev,menulibre,\ | |
|
6 | libnotify-bin,python,python-configobj,python-cheetah,python-imaging,python-serial,python-usb,python-dev,\ | |
|
7 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,jed,wicd,i2c-tools,python-smbus,policykit-1,usbutils,\ | |
|
8 | pmount,python-pip,python3-pip,geany,geany-plugin-py,geany-plugin-markdown,firefox-esr,firefox-esr-l10n-fr,\ | |
|
9 | icedtea-8-plugin,openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,libqtwebkit-dev,libqt5webkit5-dev,\ | |
|
10 | libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\ | |
|
11 | lxsession,openbox-lxde-session,lxde" | |
|
12 | #---------------------- | |
|
13 | RPI_MODEL=3 | |
|
14 | RELEASE="stretch" | |
|
15 | HOSTNAME="raspife3" | |
|
16 | PASSWORD="AChanger1$" | |
|
17 | USER_PASSWORD="AChanger1$" | |
|
18 | DEFLOCAL="fr_FR.UTF-8" | |
|
19 | TIMEZONE="Europe/Paris" | |
|
20 | EXPANDROOT=false | |
|
21 | #----------------------- | |
|
22 | XKB_MODEL="pc105" | |
|
23 | XKB_LAYOUT="fr" | |
|
24 | XKB_VARIANT="latin9" | |
|
25 | XKB_OPTIONS="" | |
|
26 | #------------------------ | |
|
27 | ENABLE_DHCP=true | |
|
28 | #------------------------ | |
|
29 | ENABLE_CONSOLE=false | |
|
30 | ENABLE_I2C=true | |
|
31 | ENABLE_SPI=false | |
|
32 | ENABLE_IPV6=true | |
|
33 | ENABLE_SSHD=true | |
|
34 | ENABLE_NONFREE=true | |
|
35 | ENABLE_WIRELESS=true | |
|
36 | ENABLE_RSYSLOG=true | |
|
37 | ENABLE_SOUND=true | |
|
38 | ENABLE_HWRANDOM=true | |
|
39 | ENABLE_MINGPU=true | |
|
40 | ENABLE_DBUS=true | |
|
41 | ENABLE_XORG=true | |
|
42 | ENABLE_WM="lxdm" | |
|
43 | #------------------------ | |
|
44 | ENABLE_MINBASE=false | |
|
45 | ENABLE_REDUCE=false | |
|
46 | ENABLE_UBOOT=false | |
|
47 | ENABLE_FBTURBO=true | |
|
48 | ENABLE_IPTABLES=false | |
|
49 | ENABLE_USER=true | |
|
50 | USER_NAME=ens-ife | |
|
51 | ENABLE_ROOT=true | |
|
52 | ENABLE_HARDNET=true | |
|
53 | ENABLE_INITRAMFS=true | |
|
54 | ENABLE_IFNAMES=true | |
|
55 | #------------------------ | |
|
56 | ENABLE_ROOT_SSH=false | |
|
57 | SSH_LIMIT_USERS=false | |
|
58 | SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys" | |
|
59 | SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys" | |
|
60 | #------------------------ | |
|
61 | BUILD_KERNEL=true | |
|
62 | KERNEL_REDUCE=false | |
|
63 | KERNEL_HEADERS=true | |
|
64 | KERNEL_REMOVESRC=true | |
|
65 | KERNELSRC_CLEAN=true | |
|
66 | KERNELSRC_CONFIG=true | |
|
67 | #------------------------ | |
|
68 | REDUCE_APT=false | |
|
69 | REDUCE_DOC=true | |
|
70 | REDUCE_MAN=false | |
|
71 | REDUCE_HWDB=true | |
|
72 | REDUCE_BASH=false | |
|
73 | REDUCE_SSHD=false | |
|
74 | REDUCE_LOCALE=false | |
|
75 | #------------------------- | |
|
76 | ENABLE_CRYPTFS=false | |
|
77 | #------------------------- | |
|
78 | BASEDIR=/media/vidal/ExternGV/Nano-Ordinateurs/RaspberryPi/ImageBuilder/images/${RELEASE} | |
|
79 | DATE=`date +%Y-%m-%d` | |
|
80 | IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE} | |
|
81 | ||
|
82 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant