@@ -1,100 +1,130 | |||
|
1 | ||
|
2 | # Configuration file raspi3 Buster IFÉ 2017/11/01 | |
|
3 | ||
|
4 | 1 | # |
|
2 | # Configuration file raspi3 Buster IFÉ 2020/06/20 | |
|
3 | # | |
|
4 | #--------------------- | |
|
5 | #--- APT settings ---- | |
|
6 | #--------------------- | |
|
5 | 7 | APT_SERVER=debian.mirrors.ovh.net |
|
6 | 8 | APT_INCLUDES="" |
|
7 | APT_INCLUDES_LATE="gnupg,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\ | |
|
8 | gettext,build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\ | |
|
9 | bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\ | |
|
10 | pkg-config,checkinstall,menulibre,libnotify-bin,pandoc,\ | |
|
11 | python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\ | |
|
12 | python3-geopy,python3-pip,\ | |
|
13 | python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\ | |
|
14 | python-geopy,python-pip,python-tk,pandoc,\ | |
|
15 | python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\ | |
|
16 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools,python-smbus,policykit-1,\ | |
|
17 | pmount,ntpdate,ntp,rsync,\ | |
|
18 | texlive,texlive-xetex,nginx-extras,ffmpeg,wicd,wicd-gtk,console-data,keyboard-configuration,\ | |
|
19 | libqtwebkit-dev,libqt5webkit5-dev,\ | |
|
20 | libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\ | |
|
21 | nmap,libltdl-dev,dbus-user-session,debian-archive-keyring,\ | |
|
22 | xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\ | |
|
23 | tightvncserver,geany,geany-plugin-py,firefox-esr,firefox-esr-l10n-fr,jed,terminator,automake" | |
|
24 | #ca-certificates-java,icedtea-plugin,icedtea-netx,\ | |
|
25 | #openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,\ | |
|
26 | #openjdk-9-jdk,openjdk-9-jre,openjdk-9-jre-headless" | |
|
27 | #---------------------- | |
|
28 | RPI_MODEL=3 | |
|
9 | APT_INCLUDES_LATE="" | |
|
10 | #------------------------------- | |
|
11 | #--- General System Settings --- | |
|
12 | #------------------------------- | |
|
13 | SET_ARCH=32 | |
|
14 | RPI_MODEL=3 | |
|
29 | 15 | RELEASE="buster" |
|
30 | RELEASE_ARCH="armhf" | |
|
31 | HOSTNAME="raspife3" | |
|
32 | PASSWORD="***********" | |
|
33 | USER_PASSWORD="*************" | |
|
34 | DEFLOCAL="fr_FR.UTF-8" | |
|
16 | HOSTNAME="raspife3P" | |
|
17 | DEFLOCAL="fr_FR.UTF-8" | |
|
35 | 18 | TIMEZONE="Europe/Paris" |
|
36 | 19 | EXPANDROOT=false |
|
37 |
#--------------------- |
|
|
20 | #--------------------- | |
|
21 | #--- User Settings --- | |
|
22 | #--------------------- | |
|
23 | ENABLE_ROOT=false | |
|
24 | ROOT_PASSWORD="Achanger1$" | |
|
25 | ENABLE_USER=true | |
|
26 | USER_NAME=ens-ife | |
|
27 | USER_PASSWORD="AChanger1$" | |
|
28 | #------------------------- | |
|
29 | #--- Keyboard Settings --- | |
|
30 | #------------------------- | |
|
38 | 31 | XKB_MODEL="pc105" |
|
39 | 32 | XKB_LAYOUT="fr" |
|
40 | 33 | XKB_VARIANT="latin9" |
|
41 | 34 | XKB_OPTIONS="" |
|
42 | 35 | #------------------------ |
|
43 | ENABLE_DHCP=true | |
|
36 | #--- Network Settings --- | |
|
44 | 37 | #------------------------ |
|
38 | ENABLE_IPV6=true | |
|
39 | ENABLE_WIRELESS=true | |
|
40 | ENABLE_IPTABLES=false | |
|
41 | ENABLE_IFNAMES=true | |
|
42 | ENABLE_HARDNET=true | |
|
43 | ENABLE_ETH_DHCP=true | |
|
44 | ENABLE_WIFI_DHCP=true | |
|
45 | NET_WIFI_SSID=MobileClimatEtMeteo | |
|
46 | NET_WIFI_PSK=ClimatEtMeteo | |
|
47 | #--------------------- | |
|
48 | #--- Basic features--- | |
|
49 | #--------------------- | |
|
45 | 50 | ENABLE_CONSOLE=false |
|
51 | ENABLE_BLUETOOTH=false | |
|
52 | ENABLE_TURBO=false | |
|
46 | 53 | ENABLE_I2C=true |
|
47 | 54 | ENABLE_SPI=true |
|
48 |
ENABLE |
|
|
49 |
ENABLE_ |
|
|
50 |
ENABLE_ |
|
|
51 |
ENABLE_ |
|
|
52 |
ENABLE_ |
|
|
53 |
ENABLE_ |
|
|
54 | ENABLE_HWRANDOM=true | |
|
55 | ENABLE_MINGPU=true | |
|
56 | ENABLE_DBUS=true | |
|
55 | SSH_ENABLE=true | |
|
56 | ENABLE_NONFREE=true | |
|
57 | ENABLE_RSYSLOG=true | |
|
58 | ENABLE_SOUND=true | |
|
59 | ENABLE_HWRANDOM=true | |
|
60 | ENABLE_MINGPU=true | |
|
57 | 61 | ENABLE_XORG=true |
|
58 |
ENABLE_WM="lxdm" |
|
|
59 | #------------------------ | |
|
62 | ENABLE_WM="lxdm" | |
|
63 | ENABLE_SYSVINIT=true | |
|
64 | ENABLE_SPLASH=true | |
|
65 | ENABLE_LOGO=true | |
|
66 | ENABLE_SILENT_BOOT=false | |
|
67 | #-------------------------------- | |
|
68 | #--- Advanced System features --- | |
|
69 | #-------------------------------- | |
|
70 | ENABLE_DPHYSSWAP=false | |
|
71 | ENABLE_QEMU=true | |
|
60 | 72 | ENABLE_MINBASE=false |
|
61 |
ENABLE_ |
|
|
73 | ENABLE_SPLITFS=false | |
|
74 | ENABLE_INITRAMFS=true | |
|
75 | ENABLE_DBUS=true | |
|
76 | ENABLE_USBBOOT=false | |
|
62 | 77 | ENABLE_UBOOT=false |
|
63 | 78 | ENABLE_FBTURBO=true |
|
64 | ENABLE_IPTABLES=false | |
|
65 | ENABLE_USER=true | |
|
66 | USER_NAME=ens-ife | |
|
67 | ENABLE_ROOT=true | |
|
68 | ENABLE_HARDNET=true | |
|
69 | ENABLE_INITRAMFS=true | |
|
70 | ENABLE_IFNAMES=true | |
|
71 | #------------------------ | |
|
72 | ENABLE_ROOT_SSH=false | |
|
79 | ENABLE_VIDEOCORE=true | |
|
80 | ENABLE_NEXMON=false | |
|
81 | #-------------------- | |
|
82 | #--- ssh settings --- | |
|
83 | #-------------------- | |
|
84 | SSH_ENABLE_ROOT=false | |
|
85 | SSH_DISABLE_PASSWORD_AUTH=false | |
|
73 | 86 | SSH_LIMIT_USERS=false |
|
74 |
SSH_ROOT_PUB_KEY="/home/ |
|
|
75 |
SSH_USER_PUB_KEY="/home/ |
|
|
76 |
#----------------------- |
|
|
87 | SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys" | |
|
88 | SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys" | |
|
89 | #----------------------- | |
|
90 | #--- Kernel settings --- | |
|
91 | #----------------------- | |
|
77 | 92 | BUILD_KERNEL=true |
|
78 |
KERNEL_BRANCH=rpi-4.1 |
|
|
79 | KERNEL_REDUCE=false | |
|
93 | KERNEL_BRANCH=rpi-4.19.y | |
|
80 | 94 | KERNEL_HEADERS=true |
|
95 | KERNEL_MENUCONFIG=false | |
|
96 | KERNEL_CCACHE=true | |
|
81 | 97 | KERNEL_REMOVESRC=true |
|
82 | 98 | KERNELSRC_CLEAN=true |
|
83 | 99 | KERNELSRC_CONFIG=true |
|
100 | KERNEL_DEFAULT_GOV=ondemand | |
|
101 | KERNEL_VIRT=false | |
|
102 | KERNEL_SECURITY=false | |
|
103 | KERNEL_DHKEY=true | |
|
104 | #------------------------ | |
|
105 | #--- Reduce disk usage -- | |
|
84 | 106 | #------------------------ |
|
107 | ENABLE_REDUCE=false | |
|
85 | 108 | REDUCE_APT=false |
|
86 | 109 | REDUCE_DOC=true |
|
87 | 110 | REDUCE_MAN=false |
|
88 | REDUCE_HWDB=true | |
|
89 |
REDUCE_BASH=false |
|
|
111 | REDUCE_VIM=false | |
|
112 | REDUCE_BASH=false | |
|
113 | REDUCE_HWDB=false | |
|
90 | 114 | REDUCE_SSHD=false |
|
91 | 115 | REDUCE_LOCALE=false |
|
92 | #------------------------- | |
|
116 | REDUCE_KERNEL=false | |
|
117 | #-------------------------------- | |
|
118 | #--- Encrypted root partition --- | |
|
119 | #-------------------------------- | |
|
93 | 120 | ENABLE_CRYPTFS=false |
|
94 |
#---------------------- |
|
|
121 | #---------------------- | |
|
122 | #--- Build settings --- | |
|
123 | #---------------------- | |
|
95 | 124 | BASEDIR=/data/RpiGenImage/Images/${RELEASE} |
|
96 | 125 | #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE} |
|
97 | 126 | DATE=`date +%Y-%m-%d` |
|
98 | 127 | IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE} |
|
99 | 128 | |
|
100 | 129 | |
|
130 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant