##// END OF EJS Templates
ajout de nouveaux templates
vidal -
r753:52270eb7aca0 rpifegen
parent child
Show More
@@ -0,0 +1,148
1 #
2 # Configuration file raspi3 Buster IFÉ 2020/11/01
3 #
4 #---------------------
5 #--- APT settings ----
6 #---------------------
7 APT_SERVER=ftp.fr.debian.org
8 APT_INCLUDES="jed terminator nginx curl wget htop"
9 APT_INCLUDES_LATE="pcre2-utils libpcre3-dev \
10 openjdk-11-jdk openjdk-11-jre openjdk-11-jdk-headless openjdk-11-jre-headless \
11 libpython3-all-dev bison byacc python-pip python3-pip python-pkgconfig python3-pkgconfig \
12 python3-netcdf4 python-netcdf4 python-libxml2 libxslt1-dev python-libxslt1 \
13 libxml2 libjavascriptcoregtk-4.0-dev \
14 libffi-dev screen sqlite3 libsqlite3-dev liblua5.3-dev doxygen libftdi-dev \
15 libconfuse-dev libcereal-dev libopenblas-dev libnetcdf-dev libhdf5-dev \
16 git lxdm pcmanfm-qt libffi-dev tightvncserver \
17 libssl-dev python-openssl python3-openssl libcrypto++-dev \
18 mate-backgrounds gnome-backgrounds \
19 fcgiwrap automake libtool libboost1.67-dev \
20 php-fpm libfcgi-dev php7.3-mysql icedtea-netx \
21 tigervnc-standalone-server tigervnc-common \
22 docker.io openvswitch-switch wireshark imagemagick tk tcllib util-linux \
23 xfonts-base fonts-liberation gsfonts libxfont-dev libfontenc-dev \
24 ttf-mscorefonts-installer xfonts-100dpi xfonts-75dpi xfonts-base \
25 xfonts-utils"
26 #-------------------------------
27 #--- General System Settings ---
28 #-------------------------------
29 SET_ARCH=32
30 RPI_MODEL=3
31 RELEASE="buster"
32 HOSTNAME="raspife3"
33 DEFLOCAL="fr_FR.UTF-8"
34 TIMEZONE="Europe/Paris"
35 EXPANDROOT=false
36 #---------------------
37 #--- User Settings ---
38 #---------------------
39 ENABLE_ROOT=false
40 ROOT_PASSWORD="Achanger1$"
41 ENABLE_USER=true
42 USER_NAME=ens-ife
43 USER_PASSWORD="AChanger1$"
44 #-------------------------
45 #--- Keyboard Settings ---
46 #-------------------------
47 XKB_MODEL="pc105"
48 XKB_LAYOUT="fr"
49 XKB_VARIANT="latin9"
50 XKB_OPTIONS=""
51 #------------------------
52 #--- Network Settings ---
53 #------------------------
54 ENABLE_IPV6=true
55 ENABLE_WIRELESS=true
56 ENABLE_IPTABLES=false
57 ENABLE_IFNAMES=true
58 ENABLE_HARDNET=true
59 ENABLE_ETH_DHCP=true
60 ENABLE_WIFI_DHCP=true
61 NET_WIFI_SSID=MobileClimatEtMeteo
62 NET_WIFI_PSK=ClimatEtMeteo
63 #---------------------
64 #--- Basic features---
65 #---------------------
66 ENABLE_CONSOLE=false
67 ENABLE_BLUETOOTH=false
68 ENABLE_MINIUART_OVERLAY=false
69 ENABLE_TURBO=false
70 ENABLE_I2C=true
71 ENABLE_SPI=true
72 SSH_ENABLE=true
73 ENABLE_NONFREE=true
74 ENABLE_RSYSLOG=true
75 ENABLE_SOUND=true
76 ENABLE_HWRANDOM=true
77 ENABLE_MINGPU=true
78 ENABLE_XORG=true
79 ENABLE_WM="lxqt"
80 ENABLE_SYSVINIT=true
81 ENABLE_SPLASH=true
82 ENABLE_LOGO=true
83 ENABLE_SILENT_BOOT=false
84 #--------------------------------
85 #--- Advanced System features ---
86 #--------------------------------
87 ENABLE_DPHYSSWAP=false
88 ENABLE_QEMU=false
89 ENABLE_MINBASE=false
90 ENABLE_SPLITFS=false
91 ENABLE_INITRAMFS=true
92 ENABLE_DBUS=true
93 ENABLE_USBBOOT=false
94 ENABLE_UBOOT=false
95 ENABLE_FBTURBO=true
96 ENABLE_VIDEOCORE=true
97 ENABLE_NEXMON=false
98 #--------------------
99 #--- ssh settings ---
100 #--------------------
101 SSH_ENABLE_ROOT=false
102 SSH_DISABLE_PASSWORD_AUTH=false
103 SSH_LIMIT_USERS=false
104 SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys"
105 SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys"
106 #-----------------------
107 #--- Kernel settings ---
108 #-----------------------
109 BUILD_KERNEL=true
110 KERNEL_BRANCH=rpi-4.19.y
111 KERNEL_REDUCE=false
112 KERNEL_HEADERS=true
113 KERNEL_MENUCONFIG=false
114 KERNEL_CCACHE=true
115 KERNEL_REMOVESRC=true
116 KERNELSRC_CLEAN=true
117 KERNELSRC_CONFIG=true
118 KERNEL_DEFAULT_GOV=ondemand
119 KERNEL_VIRT=false
120 KERNEL_SECURITY=false
121 KERNEL_DHKEY=true
122 #------------------------
123 #--- Reduce disk usage --
124 #------------------------
125 ENABLE_REDUCE=false
126 REDUCE_APT=false
127 REDUCE_DOC=true
128 REDUCE_MAN=false
129 REDUCE_VIM=false
130 REDUCE_BASH=false
131 REDUCE_HWDB=false
132 REDUCE_BASH=false
133 REDUCE_SSHD=false
134 REDUCE_LOCALE=false
135 REDUCE_KERNEL=false
136 #--------------------------------
137 #--- Encrypted root partition ---
138 #--------------------------------
139 ENABLE_CRYPTFS=false
140 #----------------------
141 #--- Build settings ---
142 #----------------------
143 BASEDIR=/data/RpiGenImage/Images/${RELEASE}
144 #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE}
145 DATE=`date +%Y-%m-%d`
146 IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}
147
148
@@ -0,0 +1,148
1 #
2 # Configuration file raspi3 Buster IFÉ 2020/11/01
3 #
4 #---------------------
5 #--- APT settings ----
6 #---------------------
7 APT_SERVER=ftp.fr.debian.org
8 APT_INCLUDES="jed terminator nginx curl wget htop"
9 APT_INCLUDES_LATE="pcre2-utils libpcre3-dev \
10 openjdk-11-jdk openjdk-11-jre openjdk-11-jdk-headless openjdk-11-jre-headless \
11 libpython3-all-dev bison byacc python-pip python3-pip python-pkgconfig python3-pkgconfig \
12 python3-netcdf4 python-netcdf4 python-libxml2 libxslt1-dev python-libxslt1 \
13 libxml2 libjavascriptcoregtk-4.0-dev \
14 libffi-dev screen sqlite3 libsqlite3-dev liblua5.3-dev doxygen libftdi-dev \
15 libconfuse-dev libcereal-dev libopenblas-dev libnetcdf-dev libhdf5-dev \
16 git lxdm pcmanfm-qt libffi-dev tightvncserver \
17 libssl-dev python-openssl python3-openssl libcrypto++-dev \
18 mate-backgrounds gnome-backgrounds \
19 fcgiwrap automake libtool libboost1.67-dev \
20 php-fpm libfcgi-dev php7.3-mysql icedtea-netx \
21 tigervnc-standalone-server tigervnc-common \
22 docker.io openvswitch-switch wireshark imagemagick tk tcllib util-linux \
23 xfonts-base fonts-liberation gsfonts libxfont-dev libfontenc-dev \
24 ttf-mscorefonts-installer xfonts-100dpi xfonts-75dpi xfonts-base \
25 xfonts-utils"
26 #-------------------------------
27 #--- General System Settings ---
28 #-------------------------------
29 SET_ARCH=32
30 RPI_MODEL=3P
31 RELEASE="buster"
32 HOSTNAME="raspife3P"
33 DEFLOCAL="fr_FR.UTF-8"
34 TIMEZONE="Europe/Paris"
35 EXPANDROOT=false
36 #---------------------
37 #--- User Settings ---
38 #---------------------
39 ENABLE_ROOT=false
40 ROOT_PASSWORD="Achanger1$"
41 ENABLE_USER=true
42 USER_NAME=ens-ife
43 USER_PASSWORD="AChanger1$"
44 #-------------------------
45 #--- Keyboard Settings ---
46 #-------------------------
47 XKB_MODEL="pc105"
48 XKB_LAYOUT="fr"
49 XKB_VARIANT="latin9"
50 XKB_OPTIONS=""
51 #------------------------
52 #--- Network Settings ---
53 #------------------------
54 ENABLE_IPV6=true
55 ENABLE_WIRELESS=true
56 ENABLE_IPTABLES=false
57 ENABLE_IFNAMES=true
58 ENABLE_HARDNET=true
59 ENABLE_ETH_DHCP=true
60 ENABLE_WIFI_DHCP=true
61 NET_WIFI_SSID=MobileClimatEtMeteo
62 NET_WIFI_PSK=ClimatEtMeteo
63 #---------------------
64 #--- Basic features---
65 #---------------------
66 ENABLE_CONSOLE=false
67 ENABLE_BLUETOOTH=false
68 ENABLE_MINIUART_OVERLAY=false
69 ENABLE_TURBO=false
70 ENABLE_I2C=true
71 ENABLE_SPI=true
72 SSH_ENABLE=true
73 ENABLE_NONFREE=true
74 ENABLE_RSYSLOG=true
75 ENABLE_SOUND=true
76 ENABLE_HWRANDOM=true
77 ENABLE_MINGPU=true
78 ENABLE_XORG=true
79 ENABLE_WM="lxqt"
80 ENABLE_SYSVINIT=true
81 ENABLE_SPLASH=true
82 ENABLE_LOGO=true
83 ENABLE_SILENT_BOOT=false
84 #--------------------------------
85 #--- Advanced System features ---
86 #--------------------------------
87 ENABLE_DPHYSSWAP=false
88 ENABLE_QEMU=false
89 ENABLE_MINBASE=false
90 ENABLE_SPLITFS=false
91 ENABLE_INITRAMFS=true
92 ENABLE_DBUS=true
93 ENABLE_USBBOOT=false
94 ENABLE_UBOOT=false
95 ENABLE_FBTURBO=true
96 ENABLE_VIDEOCORE=true
97 ENABLE_NEXMON=false
98 #--------------------
99 #--- ssh settings ---
100 #--------------------
101 SSH_ENABLE_ROOT=false
102 SSH_DISABLE_PASSWORD_AUTH=false
103 SSH_LIMIT_USERS=false
104 SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys"
105 SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys"
106 #-----------------------
107 #--- Kernel settings ---
108 #-----------------------
109 BUILD_KERNEL=true
110 KERNEL_BRANCH=rpi-4.19.y
111 KERNEL_REDUCE=false
112 KERNEL_HEADERS=true
113 KERNEL_MENUCONFIG=false
114 KERNEL_CCACHE=true
115 KERNEL_REMOVESRC=true
116 KERNELSRC_CLEAN=true
117 KERNELSRC_CONFIG=true
118 KERNEL_DEFAULT_GOV=ondemand
119 KERNEL_VIRT=false
120 KERNEL_SECURITY=false
121 KERNEL_DHKEY=true
122 #------------------------
123 #--- Reduce disk usage --
124 #------------------------
125 ENABLE_REDUCE=false
126 REDUCE_APT=false
127 REDUCE_DOC=true
128 REDUCE_MAN=false
129 REDUCE_VIM=false
130 REDUCE_BASH=false
131 REDUCE_HWDB=false
132 REDUCE_BASH=false
133 REDUCE_SSHD=false
134 REDUCE_LOCALE=false
135 REDUCE_KERNEL=false
136 #--------------------------------
137 #--- Encrypted root partition ---
138 #--------------------------------
139 ENABLE_CRYPTFS=false
140 #----------------------
141 #--- Build settings ---
142 #----------------------
143 BASEDIR=/data/RpiGenImage/Images/${RELEASE}
144 #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE}
145 DATE=`date +%Y-%m-%d`
146 IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}
147
148
@@ -0,0 +1,148
1 #
2 # Configuration file raspi3 Buster IFÉ 2020/11/01
3 #
4 #---------------------
5 #--- APT settings ----
6 #---------------------
7 APT_SERVER=ftp.fr.debian.org
8 APT_INCLUDES="jed terminator nginx curl wget htop"
9 APT_INCLUDES_LATE="pcre2-utils libpcre3-dev \
10 openjdk-11-jdk openjdk-11-jre openjdk-11-jdk-headless openjdk-11-jre-headless \
11 libpython3-all-dev bison byacc python-pip python3-pip python-pkgconfig python3-pkgconfig \
12 python3-netcdf4 python-netcdf4 python-libxml2 libxslt1-dev python-libxslt1 \
13 libxml2 libjavascriptcoregtk-4.0-dev \
14 libffi-dev screen sqlite3 libsqlite3-dev liblua5.3-dev doxygen libftdi-dev \
15 libconfuse-dev libcereal-dev libopenblas-dev libnetcdf-dev libhdf5-dev \
16 git lxdm pcmanfm-qt libffi-dev tightvncserver \
17 libssl-dev python-openssl python3-openssl libcrypto++-dev \
18 mate-backgrounds gnome-backgrounds \
19 fcgiwrap automake libtool libboost1.67-dev \
20 php-fpm libfcgi-dev php7.3-mysql icedtea-netx \
21 tigervnc-standalone-server tigervnc-common \
22 docker.io openvswitch-switch wireshark imagemagick tk tcllib util-linux \
23 xfonts-base fonts-liberation gsfonts libxfont-dev libfontenc-dev \
24 ttf-mscorefonts-installer xfonts-100dpi xfonts-75dpi xfonts-base \
25 xfonts-utils"
26 #-------------------------------
27 #--- General System Settings ---
28 #-------------------------------
29 SET_ARCH=32
30 RPI_MODEL=4
31 RELEASE="buster"
32 HOSTNAME="raspife4"
33 DEFLOCAL="fr_FR.UTF-8"
34 TIMEZONE="Europe/Paris"
35 EXPANDROOT=false
36 #---------------------
37 #--- User Settings ---
38 #---------------------
39 ENABLE_ROOT=false
40 ROOT_PASSWORD="Achanger1$"
41 ENABLE_USER=true
42 USER_NAME=ens-ife
43 USER_PASSWORD="AChanger1$"
44 #-------------------------
45 #--- Keyboard Settings ---
46 #-------------------------
47 XKB_MODEL="pc105"
48 XKB_LAYOUT="fr"
49 XKB_VARIANT="latin9"
50 XKB_OPTIONS=""
51 #------------------------
52 #--- Network Settings ---
53 #------------------------
54 ENABLE_IPV6=true
55 ENABLE_WIRELESS=true
56 ENABLE_IPTABLES=false
57 ENABLE_IFNAMES=true
58 ENABLE_HARDNET=true
59 ENABLE_ETH_DHCP=true
60 ENABLE_WIFI_DHCP=true
61 NET_WIFI_SSID=MobileClimatEtMeteo
62 NET_WIFI_PSK=ClimatEtMeteo
63 #---------------------
64 #--- Basic features---
65 #---------------------
66 ENABLE_CONSOLE=false
67 ENABLE_BLUETOOTH=false
68 ENABLE_MINIUART_OVERLAY=false
69 ENABLE_TURBO=false
70 ENABLE_I2C=true
71 ENABLE_SPI=true
72 SSH_ENABLE=true
73 ENABLE_NONFREE=true
74 ENABLE_RSYSLOG=true
75 ENABLE_SOUND=true
76 ENABLE_HWRANDOM=true
77 ENABLE_MINGPU=true
78 ENABLE_XORG=true
79 ENABLE_WM="lxqt"
80 ENABLE_SYSVINIT=true
81 ENABLE_SPLASH=true
82 ENABLE_LOGO=true
83 ENABLE_SILENT_BOOT=false
84 #--------------------------------
85 #--- Advanced System features ---
86 #--------------------------------
87 ENABLE_DPHYSSWAP=false
88 ENABLE_QEMU=false
89 ENABLE_MINBASE=false
90 ENABLE_SPLITFS=false
91 ENABLE_INITRAMFS=true
92 ENABLE_DBUS=true
93 ENABLE_USBBOOT=false
94 ENABLE_UBOOT=false
95 ENABLE_FBTURBO=true
96 ENABLE_VIDEOCORE=true
97 ENABLE_NEXMON=false
98 #--------------------
99 #--- ssh settings ---
100 #--------------------
101 SSH_ENABLE_ROOT=false
102 SSH_DISABLE_PASSWORD_AUTH=false
103 SSH_LIMIT_USERS=false
104 SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys"
105 SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys"
106 #-----------------------
107 #--- Kernel settings ---
108 #-----------------------
109 BUILD_KERNEL=true
110 KERNEL_BRANCH=rpi-4.19.y
111 KERNEL_REDUCE=false
112 KERNEL_HEADERS=true
113 KERNEL_MENUCONFIG=false
114 KERNEL_CCACHE=true
115 KERNEL_REMOVESRC=true
116 KERNELSRC_CLEAN=true
117 KERNELSRC_CONFIG=true
118 KERNEL_DEFAULT_GOV=ondemand
119 KERNEL_VIRT=false
120 KERNEL_SECURITY=false
121 KERNEL_DHKEY=true
122 #------------------------
123 #--- Reduce disk usage --
124 #------------------------
125 ENABLE_REDUCE=false
126 REDUCE_APT=false
127 REDUCE_DOC=true
128 REDUCE_MAN=false
129 REDUCE_VIM=false
130 REDUCE_BASH=false
131 REDUCE_HWDB=false
132 REDUCE_BASH=false
133 REDUCE_SSHD=false
134 REDUCE_LOCALE=false
135 REDUCE_KERNEL=false
136 #--------------------------------
137 #--- Encrypted root partition ---
138 #--------------------------------
139 ENABLE_CRYPTFS=false
140 #----------------------
141 #--- Build settings ---
142 #----------------------
143 BASEDIR=/data/RpiGenImage/Images/${RELEASE}
144 #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE}
145 DATE=`date +%Y-%m-%d`
146 IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}
147
148
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant