@@ -1,89 +1,89 | |||
|
1 | 1 | # Configuration file raspi3 Stretch Weewx IFÉ 2017/07/26 |
|
2 | 2 | # |
|
3 | 3 | APT_SERVER=ftp.fr.debian.org |
|
4 | 4 | APT_INCLUDES="debian-archive-keyring,debian-keyring,automake,autoconf,autogen,gawk,gnupg,gnupg2,\ |
|
5 | 5 | build-essential,git,cmake,libjson-c-dev,unzip,\ |
|
6 | 6 | bison,libboost-all-dev,libtool,libtool-bin,pkg-config,checkinstall,libnotify-bin,pandoc,\ |
|
7 | 7 | python3,python3-dev,python,python-dev,python-configobj,python-cheetah,\ |
|
8 | 8 | python-imaging,python-serial,python-usb,python-tk,python3-tk,python3-scipy,\ |
|
9 | 9 | python-pypandoc,python3-pypandoc,python-pandocfilters,python3-pandocfilters,\ |
|
10 | 10 | python-geopy,python3-geopy,python-pip,python3-pip,python-smbus,\ |
|
11 | 11 | libudev-dev,libzzip-dev,zlib1g-dev,libnss-myhostname,libpng16-16,nmap,\ |
|
12 | 12 | libltdl-dev,usbutils,pmount,ntpdate,texlive,texlive-xetex,nginx-extras,policykit-1,\ |
|
13 | 13 | openjdk-8-jdk-headless,openjdk-8-jre-headless,\ |
|
14 | 14 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools" |
|
15 | 15 | #---------------------- |
|
16 | 16 | RPI_MODEL=3 |
|
17 | 17 | RELEASE="stretch" |
|
18 | 18 | HOSTNAME="raspwife3" |
|
19 | 19 | PASSWORD="************" |
|
20 | 20 | USER_PASSWORD="************" |
|
21 | 21 | DEFLOCAL="fr_FR.UTF-8" |
|
22 | 22 | TIMEZONE="Europe/Paris" |
|
23 | 23 | EXPANDROOT=false |
|
24 | 24 | #----------------------- |
|
25 | 25 | XKB_MODEL="pc105" |
|
26 | 26 | XKB_LAYOUT="fr" |
|
27 | 27 | XKB_VARIANT="latin9" |
|
28 | 28 | XKB_OPTIONS="" |
|
29 | 29 | #------------------------ |
|
30 | 30 | ENABLE_DHCP=false |
|
31 |
NET_ADDRESS="192.168. |
|
|
32 |
NET_GATEWAY="192.168. |
|
|
33 |
NET_DNS_1="192.168. |
|
|
31 | NET_ADDRESS="192.168.***.***/24" | |
|
32 | NET_GATEWAY="192.168.***.1" | |
|
33 | NET_DNS_1="192.168.***.1" | |
|
34 | 34 | NET_DNS_2="8.8.8.8" |
|
35 | 35 | #------------------------ |
|
36 | 36 | ENABLE_CONSOLE=false |
|
37 | 37 | ENABLE_I2C=true |
|
38 | 38 | ENABLE_SPI=true |
|
39 | 39 | ENABLE_IPV6=true |
|
40 | 40 | ENABLE_SSHD=true |
|
41 | 41 | ENABLE_NONFREE=true |
|
42 | 42 | ENABLE_WIRELESS=true |
|
43 | 43 | ENABLE_RSYSLOG=true |
|
44 | 44 | ENABLE_SOUND=true |
|
45 | 45 | ENABLE_HWRANDOM=true |
|
46 | 46 | ENABLE_MINGPU=true |
|
47 | 47 | ENABLE_DBUS=true |
|
48 | 48 | ENABLE_XORG=false |
|
49 | 49 | ENABLE_WM="" |
|
50 | 50 | #------------------------ |
|
51 | 51 | ENABLE_MINBASE=false |
|
52 | 52 | ENABLE_REDUCE=false |
|
53 | 53 | ENABLE_UBOOT=false |
|
54 | 54 | ENABLE_FBTURBO=false |
|
55 | 55 | ENABLE_IPTABLES=false |
|
56 | 56 | ENABLE_USER=true |
|
57 | 57 | USER_NAME=ens-ife |
|
58 | 58 | ENABLE_ROOT=true |
|
59 | 59 | ENABLE_HARDNET=true |
|
60 | 60 | ENABLE_INITRAMFS=true |
|
61 | 61 | ENABLE_IFNAMES=true |
|
62 | 62 | #------------------------ |
|
63 | 63 | ENABLE_ROOT_SSH=false |
|
64 | 64 | SSH_LIMIT_USERS=false |
|
65 | 65 | SSH_ROOT_PUB_KEY="/home/*******/.ssh/authorized_keys" |
|
66 | 66 | SSH_USER_PUB_KEY="/home/*******/.ssh/authorized_keys" |
|
67 | 67 | #------------------------ |
|
68 | 68 | BUILD_KERNEL=true |
|
69 | 69 | KERNEL_REDUCE=false |
|
70 | 70 | KERNEL_HEADERS=true |
|
71 | 71 | KERNEL_REMOVESRC=true |
|
72 | 72 | KERNELSRC_CLEAN=true |
|
73 | 73 | KERNELSRC_CONFIG=true |
|
74 | 74 | #------------------------ |
|
75 | 75 | REDUCE_APT=false |
|
76 | 76 | REDUCE_DOC=true |
|
77 | 77 | REDUCE_MAN=false |
|
78 | 78 | REDUCE_HWDB=true |
|
79 | 79 | REDUCE_BASH=false |
|
80 | 80 | REDUCE_SSHD=false |
|
81 | 81 | REDUCE_LOCALE=false |
|
82 | 82 | #------------------------- |
|
83 | 83 | ENABLE_CRYPTFS=false |
|
84 | 84 | #------------------------- |
|
85 | 85 | BASEDIR=/data/RpiGenImage/Images/${RELEASE} |
|
86 | 86 | DATE=`date +%Y-%m-%d` |
|
87 | 87 | IMAGE_NAME=${BASEDIR}/${DATE}-rpiw${RPI_MODEL}-${RELEASE} |
|
88 | 88 | |
|
89 | 89 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant