@@ -1,20 +1,34 | |||
|
1 |
Configuration file raspi |
|
|
1 | # Configuration file raspi2 Stretch IFÉ 2017/12/28 | |
|
2 | 2 |
|
|
3 |
|
|
|
4 | APT_INCLUDES="gnupg,gnupg2,firmware-realtek,firmware-linux-nonfree,firmware-linux,tightvncserver,build-essentia$ | |
|
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,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,\ | |
|
3 | APT_SERVER=debian.mirrors.ovh.net | |
|
4 | APT_INCLUDES="" | |
|
5 | APT_INCLUDES_LATE="gnupg,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\ | |
|
6 | gettext,build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\ | |
|
7 | bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\ | |
|
8 | pkg-config,checkinstall,menulibre,libnotify-bin,pandoc,\ | |
|
9 | python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\ | |
|
10 | python3-geopy,python3-pip,\ | |
|
11 | python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\ | |
|
12 | python-geopy,python-pip,python-tk,pandoc,\ | |
|
13 | python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\ | |
|
14 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools,python-smbus,policykit-1,\ | |
|
15 | pmount,ntpdate,ntp,rsync,\ | |
|
16 | texlive,texlive-xetex,nginx-extras,ffmpeg,wicd,wicd-gtk,console-data,keyboard-configuration,\ | |
|
17 | libqtwebkit-dev,libqt5webkit5-dev,\ | |
|
10 | 18 |
|
|
11 | lxsession,openbox-lxde-session,lxde" | |
|
19 | nmap,libltdl-dev,dbus-user-session,debian-archive-keyring,\ | |
|
20 | xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\ | |
|
21 | tightvncserver,geany,geany-plugin-py,firefox-esr,firefox-esr-l10n-fr,jed,terminator,automake" | |
|
22 | #ca-certificates-java,icedtea-plugin,icedtea-netx,\ | |
|
23 | #openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,\ | |
|
24 | #openjdk-9-jdk,openjdk-9-jre,openjdk-9-jre-headless" | |
|
12 | 25 |
|
|
13 | 26 |
|
|
14 | 27 |
|
|
28 | RELEASE_ARCH="armhf" | |
|
15 | 29 |
|
|
16 |
|
|
|
17 |
|
|
|
30 | PASSWORD="*****" | |
|
31 | USER_PASSWORD="*****" | |
|
18 | 32 |
|
|
19 | 33 |
|
|
20 | 34 |
|
@@ -26,7 +40,7 | |||
|
26 | 40 |
|
|
27 | 41 |
|
|
28 | 42 |
|
|
29 |
|
|
|
43 | ENABLE_CONSOLE=false | |
|
30 | 44 |
|
|
31 | 45 |
|
|
32 | 46 |
|
@@ -55,10 +69,11 | |||
|
55 | 69 |
|
|
56 | 70 |
|
|
57 | 71 |
|
|
58 |
|
|
|
59 |
|
|
|
72 | SSH_ROOT_PUB_KEY="/home/*****/.ssh/id_rsa.pub" | |
|
73 | SSH_USER_PUB_KEY="/home/*****/.ssh/id_rsa.pub" | |
|
60 | 74 |
|
|
61 | 75 |
|
|
76 | KERNEL_BRANCH=rpi-4.13.y | |
|
62 | 77 |
|
|
63 | 78 |
|
|
64 | 79 |
|
@@ -75,6 +90,9 | |||
|
75 | 90 |
|
|
76 | 91 |
|
|
77 | 92 |
|
|
78 |
|
|
|
79 | DATE=date | |
|
80 | +%Y-%m-%d IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE} | |
|
93 | BASEDIR=/data/RpiGenImage/Images/${RELEASE} | |
|
94 | #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE} | |
|
95 | DATE=`date +%Y-%m-%d` | |
|
96 | IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE} | |
|
97 | ||
|
98 |
@@ -1,11 +1,11 | |||
|
1 |
# Configuration file raspi3 Buster IFÉ 2017/1 |
|
|
1 | # Configuration file raspi3 Buster IFÉ 2017/12/28 | |
|
2 | 2 | # |
|
3 | 3 | APT_SERVER=debian.mirrors.ovh.net |
|
4 | 4 | APT_INCLUDES="" |
|
5 | 5 | APT_INCLUDES_LATE="gnupg,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\ |
|
6 | 6 | gettext,build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\ |
|
7 | 7 | bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\ |
|
8 |
pkg-config, |
|
|
8 | pkg-config,menulibre,libnotify-bin,pandoc,\ | |
|
9 | 9 | python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\ |
|
10 | 10 | python3-geopy,python3-pip,\ |
|
11 | 11 | python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\ |
@@ -27,8 +27,8 RPI_MODEL=3 | |||
|
27 | 27 | RELEASE="buster" |
|
28 | 28 | RELEASE_ARCH="armhf" |
|
29 | 29 | HOSTNAME="raspife3" |
|
30 |
PASSWORD="***** |
|
|
31 |
USER_PASSWORD="***** |
|
|
30 | PASSWORD="*****" | |
|
31 | USER_PASSWORD="*****" | |
|
32 | 32 | DEFLOCAL="fr_FR.UTF-8" |
|
33 | 33 | TIMEZONE="Europe/Paris" |
|
34 | 34 | EXPANDROOT=false |
@@ -1,29 +1,35 | |||
|
1 |
# Configuration file raspi3 Stretch IFÉ 2017/ |
|
|
1 | # Configuration file raspi3 Stretch IFÉ 2017/12/28 | |
|
2 | 2 | # |
|
3 |
APT_SERVER= |
|
|
4 | APT_INCLUDES="gnupg,gnupg2,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\ | |
|
3 | APT_SERVER=debian.mirrors.ovh.net | |
|
4 | APT_INCLUDES="" | |
|
5 | APT_INCLUDES_LATE="gnupg,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\ | |
|
5 | 6 | gettext,build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\ |
|
6 | 7 | bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\ |
|
7 |
pkg-config,checkinstall, |
|
|
8 | pkg-config,checkinstall,libnotify-bin,pandoc,\ | |
|
8 | 9 | python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\ |
|
9 | python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\ | |
|
10 | 10 | python3-geopy,python3-pip,\ |
|
11 | python-geopy,python-pip,\ | |
|
11 | python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\ | |
|
12 | python-geopy,python-pip,python-tk,\ | |
|
12 | 13 | python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\ |
|
13 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,jed,i2c-tools,python-smbus,policykit-1,\ | |
|
14 | pmount,ntpdate,\ | |
|
14 | python-mysqldb,python-smbus,\ | |
|
15 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools,policykit-1,\ | |
|
16 | pmount,ntpdate,ntp,\ | |
|
15 | 17 | texlive,texlive-xetex,nginx-extras,ffmpeg,wicd,wicd-gtk,console-data,keyboard-configuration,\ |
|
16 | icedtea-8-plugin,openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,libqtwebkit-dev,libqt5webkit5-dev,\ | |
|
18 | libqtwebkit-dev,libqt5webkit5-dev,\ | |
|
17 | 19 | libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\ |
|
18 | 20 | nmap,libltdl-dev,dbus-user-session,debian-archive-keyring,\ |
|
19 | xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\ | |
|
20 |
tightvncserver,geany,geany-plugin-py, |
|
|
21 | menulibre,xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\ | |
|
22 | tightvncserver,geany,geany-plugin-py,firefox-esr,firefox-esr-l10n-fr,jed,terminator,automake" | |
|
23 | #ca-certificates-java,icedtea-plugin,icedtea-netx,\ | |
|
24 | #openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,\ | |
|
25 | #openjdk-9-jdk,openjdk-9-jre,openjdk-9-jre-headless" | |
|
21 | 26 | #---------------------- |
|
22 | 27 | RPI_MODEL=3 |
|
23 | 28 |
RELEASE="stretch" |
|
29 | RELEASE_ARCH="armhf" | |
|
24 | 30 |
HOSTNAME="raspife3" |
|
25 |
PASSWORD="***** |
|
|
26 |
USER_PASSWORD="***** |
|
|
31 | PASSWORD="*****" | |
|
32 | USER_PASSWORD="*****" | |
|
27 | 33 | DEFLOCAL="fr_FR.UTF-8" |
|
28 | 34 | TIMEZONE="Europe/Paris" |
|
29 | 35 | EXPANDROOT=false |
@@ -64,10 +70,11 ENABLE_IFNAMES=true | |||
|
64 | 70 | #------------------------ |
|
65 | 71 | ENABLE_ROOT_SSH=false |
|
66 | 72 | SSH_LIMIT_USERS=false |
|
67 |
SSH_ROOT_PUB_KEY="/home/***** |
|
|
68 |
SSH_USER_PUB_KEY="/home/***** |
|
|
73 | SSH_ROOT_PUB_KEY="/home/*****/.ssh/authorized_keys" | |
|
74 | SSH_USER_PUB_KEY="/home/*****/.ssh/authorized_keys" | |
|
69 | 75 | #------------------------ |
|
70 | 76 |
BUILD_KERNEL=true |
|
77 | KERNEL_BRANCH=rpi-4.13.y | |
|
71 | 78 | KERNEL_REDUCE=false |
|
72 | 79 | KERNEL_HEADERS=true |
|
73 | 80 | KERNEL_REMOVESRC=true |
@@ -85,6 +92,7 REDUCE_LOCALE=false | |||
|
85 | 92 | ENABLE_CRYPTFS=false |
|
86 | 93 | #------------------------- |
|
87 | 94 | BASEDIR=/data/RpiGenImage/Images/${RELEASE} |
|
95 | #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE} | |
|
88 | 96 | DATE=`date +%Y-%m-%d` |
|
89 | 97 | IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE} |
|
90 | 98 |
@@ -1,23 +1,29 | |||
|
1 |
# Configuration file raspi3 Stretch Weewx IFÉ 2017/ |
|
|
1 | # Configuration file raspi3 Stretch Weewx IFÉ 2017/12/28 | |
|
2 | 2 | # |
|
3 |
APT_SERVER= |
|
|
4 | APT_INCLUDES="debian-archive-keyring,debian-keyring,automake,autoconf,autogen,gawk,gnupg,gnupg2,\ | |
|
5 | build-essential,git,cmake,libjson-c-dev,unzip,\ | |
|
6 | bison,libboost-all-dev,libtool,libtool-bin,pkg-config,checkinstall,libnotify-bin,pandoc,\ | |
|
7 | python3,python3-dev,python,python-dev,python-configobj,python-cheetah,python-mysqldb\ | |
|
8 | python-imaging,python-serial,python-usb,python-tk,python3-tk,python3-scipy,\ | |
|
9 |
python |
|
|
10 | python-geopy,python3-geopy,python-pip,python3-pip,python-smbus,\ | |
|
11 | libudev-dev,libzzip-dev,zlib1g-dev,libnss-myhostname,libpng16-16,nmap,\ | |
|
12 | libltdl-dev,usbutils,pmount,ntpdate,texlive,texlive-xetex,nginx-extras,policykit-1,\ | |
|
13 | openjdk-8-jdk-headless,openjdk-8-jre-headless,\ | |
|
14 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools" | |
|
3 | APT_SERVER=debian.mirrors.ovh.net | |
|
4 | APT_INCLUDES="" | |
|
5 | APT_INCLUDES_LATE="gnupg,debian-keyring,gawk,\ | |
|
6 | build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\ | |
|
7 | bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\ | |
|
8 | pkg-config,checkinstall,libnotify-bin,pandoc,\ | |
|
9 | python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\ | |
|
10 | python3-geopy,python3-pip,\ | |
|
11 | python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\ | |
|
12 | python-geopy,python-pip,python-tk,\ | |
|
13 | python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\ | |
|
14 | python-mysqldb,python-smbus,\ | |
|
15 | pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools,policykit-1,\ | |
|
16 | pmount,ntpdate,rsync,\ | |
|
17 | libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\ | |
|
18 | nmap,libltdl-dev,debian-archive-keyring,texlive,texlive-xetex,nginx-extras" | |
|
19 | #openjdk-8-jdk-headless,openjdk-8-jre-headless" | |
|
15 | 20 | #---------------------- |
|
16 | 21 | RPI_MODEL=3 |
|
17 | 22 |
RELEASE="stretch" |
|
23 | RELEASE_ARCH="armhf" | |
|
18 | 24 |
HOSTNAME="raspwife3" |
|
19 |
PASSWORD="***** |
|
|
20 |
USER_PASSWORD="***** |
|
|
25 | PASSWORD="*****" | |
|
26 | USER_PASSWORD="*****" | |
|
21 | 27 | DEFLOCAL="fr_FR.UTF-8" |
|
22 | 28 | TIMEZONE="Europe/Paris" |
|
23 | 29 | EXPANDROOT=false |
@@ -29,8 +35,8 XKB_OPTIONS="" | |||
|
29 | 35 | #------------------------ |
|
30 | 36 | ENABLE_DHCP=false |
|
31 | 37 | NET_ADDRESS="192.168.***.***/24" |
|
32 |
NET_GATEWAY="192.168.***. |
|
|
33 |
NET_DNS_1="192.168.***. |
|
|
38 | NET_GATEWAY="192.168.***.***" | |
|
39 | NET_DNS_1="192.168.***.***" | |
|
34 | 40 | NET_DNS_2="8.8.8.8" |
|
35 | 41 | #------------------------ |
|
36 | 42 | ENABLE_CONSOLE=false |
@@ -62,10 +68,11 ENABLE_IFNAMES=true | |||
|
62 | 68 | #------------------------ |
|
63 | 69 | ENABLE_ROOT_SSH=false |
|
64 | 70 | SSH_LIMIT_USERS=false |
|
65 |
SSH_ROOT_PUB_KEY="/home/***** |
|
|
66 |
SSH_USER_PUB_KEY="/home/***** |
|
|
71 | SSH_ROOT_PUB_KEY="/home/*****/.ssh/authorized_keys" | |
|
72 | SSH_USER_PUB_KEY="/home/*****/.ssh/authorized_keys" | |
|
67 | 73 | #------------------------ |
|
68 | 74 |
BUILD_KERNEL=true |
|
75 | KERNEL_BRANCH=rpi-4.13.y | |
|
69 | 76 | KERNEL_REDUCE=false |
|
70 | 77 | KERNEL_HEADERS=true |
|
71 | 78 | KERNEL_REMOVESRC=true |
|
1 | NO CONTENT: file was removed, binary diff hidden |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant