##// END OF EJS Templates
2017/12/28 version
vidal -
r231:955f945ee02c
parent child
Show More
@@ -1,80 +1,98
1 Configuration file raspife2 Stretch IFÉ 2017/02/24
2 #
3 APT_SERVER=ftp.fr.debian.org
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,\
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=2
14 RELEASE="stretch"
15 HOSTNAME="raspife2"
16 PASSWORD="***********"
17 USER_PASSWORD="**************"
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=true
30 ENABLE_I2C=true
31 ENABLE_SPI=true
32 ENABLE_IPV6=true
33 ENABLE_SSHD=true
34 ENABLE_NONFREE=true
35 ENABLE_WIRELESS=false
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/********/.ssh/authorized_keys"
59 SSH_USER_PUB_KEY="/home/********/.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/********/images/${RELEASE}
79 DATE=date
80 +%Y-%m-%d IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}
1 # Configuration file raspi2 Stretch IFÉ 2017/12/28
2 #
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,\
18 libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\
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"
25 #----------------------
26 RPI_MODEL=2
27 RELEASE="stretch"
28 RELEASE_ARCH="armhf"
29 HOSTNAME="raspife2"
30 PASSWORD="*****"
31 USER_PASSWORD="*****"
32 DEFLOCAL="fr_FR.UTF-8"
33 TIMEZONE="Europe/Paris"
34 EXPANDROOT=false
35 #-----------------------
36 XKB_MODEL="pc105"
37 XKB_LAYOUT="fr"
38 XKB_VARIANT="latin9"
39 XKB_OPTIONS=""
40 #------------------------
41 ENABLE_DHCP=true
42 #------------------------
43 ENABLE_CONSOLE=false
44 ENABLE_I2C=true
45 ENABLE_SPI=true
46 ENABLE_IPV6=true
47 ENABLE_SSHD=true
48 ENABLE_NONFREE=true
49 ENABLE_WIRELESS=false
50 ENABLE_RSYSLOG=true
51 ENABLE_SOUND=true
52 ENABLE_HWRANDOM=true
53 ENABLE_MINGPU=true
54 ENABLE_DBUS=true
55 ENABLE_XORG=true
56 ENABLE_WM="lxdm"
57 #------------------------
58 ENABLE_MINBASE=false
59 ENABLE_REDUCE=false
60 ENABLE_UBOOT=false
61 ENABLE_FBTURBO=true
62 ENABLE_IPTABLES=false
63 ENABLE_USER=true
64 USER_NAME=ens-ife
65 ENABLE_ROOT=true
66 ENABLE_HARDNET=true
67 ENABLE_INITRAMFS=true
68 ENABLE_IFNAMES=true
69 #------------------------
70 ENABLE_ROOT_SSH=false
71 SSH_LIMIT_USERS=false
72 SSH_ROOT_PUB_KEY="/home/*****/.ssh/id_rsa.pub"
73 SSH_USER_PUB_KEY="/home/*****/.ssh/id_rsa.pub"
74 #------------------------
75 BUILD_KERNEL=true
76 KERNEL_BRANCH=rpi-4.13.y
77 KERNEL_REDUCE=false
78 KERNEL_HEADERS=true
79 KERNEL_REMOVESRC=true
80 KERNELSRC_CLEAN=true
81 KERNELSRC_CONFIG=true
82 #------------------------
83 REDUCE_APT=false
84 REDUCE_DOC=true
85 REDUCE_MAN=false
86 REDUCE_HWDB=true
87 REDUCE_BASH=false
88 REDUCE_SSHD=false
89 REDUCE_LOCALE=false
90 #-------------------------
91 ENABLE_CRYPTFS=false
92 #-------------------------
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/11/01
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,checkinstall,menulibre,libnotify-bin,pandoc,\
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,35 +1,41
1 # Configuration file raspi3 Stretch IFÉ 2017/07/26
1 # Configuration file raspi3 Stretch IFÉ 2017/12/28
2 2 #
3 APT_SERVER=ftp.fr.debian.org
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,menulibre,libnotify-bin,pandoc,\
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,geany-plugin-markdown,firefox-esr,firefox-esr-l10n-fr"
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 RELEASE="stretch"
24 HOSTNAME="raspife3"
25 PASSWORD="**************"
26 USER_PASSWORD="***************"
28 RELEASE="stretch"
29 RELEASE_ARCH="armhf"
30 HOSTNAME="raspife3"
31 PASSWORD="*****"
32 USER_PASSWORD="*****"
27 33 DEFLOCAL="fr_FR.UTF-8"
28 34 TIMEZONE="Europe/Paris"
29 35 EXPANDROOT=false
30 36 #-----------------------
31 37 XKB_MODEL="pc105"
32 XKB_LAYOUT="fr"
38 XKB_LAYOUT="fr"
33 39 XKB_VARIANT="latin9"
34 40 XKB_OPTIONS=""
35 41 #------------------------
@@ -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/*******/.ssh/authorized_keys"
68 SSH_USER_PUB_KEY="/home/*******/.ssh/authorized_keys"
73 SSH_ROOT_PUB_KEY="/home/*****/.ssh/authorized_keys"
74 SSH_USER_PUB_KEY="/home/*****/.ssh/authorized_keys"
69 75 #------------------------
70 BUILD_KERNEL=true
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,36 +1,42
1 # Configuration file raspi3 Stretch Weewx IFÉ 2017/07/26
1 # Configuration file raspi3 Stretch Weewx IFÉ 2017/12/28
2 2 #
3 APT_SERVER=ftp.fr.debian.org
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-pypandoc,python3-pypandoc,python-pandocfilters,python3-pandocfilters,\
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 RELEASE="stretch"
18 HOSTNAME="raspwife3"
19 PASSWORD="************"
20 USER_PASSWORD="************"
22 RELEASE="stretch"
23 RELEASE_ARCH="armhf"
24 HOSTNAME="raspwife3"
25 PASSWORD="*****"
26 USER_PASSWORD="*****"
21 27 DEFLOCAL="fr_FR.UTF-8"
22 28 TIMEZONE="Europe/Paris"
23 29 EXPANDROOT=false
24 30 #-----------------------
25 31 XKB_MODEL="pc105"
26 XKB_LAYOUT="fr"
32 XKB_LAYOUT="fr"
27 33 XKB_VARIANT="latin9"
28 34 XKB_OPTIONS=""
29 35 #------------------------
30 36 ENABLE_DHCP=false
31 37 NET_ADDRESS="192.168.***.***/24"
32 NET_GATEWAY="192.168.***.1"
33 NET_DNS_1="192.168.***.1"
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/*******/.ssh/authorized_keys"
66 SSH_USER_PUB_KEY="/home/*******/.ssh/authorized_keys"
71 SSH_ROOT_PUB_KEY="/home/*****/.ssh/authorized_keys"
72 SSH_USER_PUB_KEY="/home/*****/.ssh/authorized_keys"
67 73 #------------------------
68 BUILD_KERNEL=true
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