##// END OF EJS Templates
Modification buster
vidal -
r187:f3ed95e4a766
parent child
Show More
@@ -1,91 +1,93
1 # Configuration file raspi3 Buster IFÉ 2017/07/26
1 # Configuration file raspi3 Buster IFÉ 2017/09/1
2 2 #
3 3 APT_SERVER=ftp.fr.debian.org
4 APT_INCLUDES="gnupg,gnupg2,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\
4 APT_INCLUDES="gnupg,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\
5 5 gettext,build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\
6 6 bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\
7 7 pkg-config,checkinstall,menulibre,libnotify-bin,pandoc,\
8 8 python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\
9 python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\
10 9 python3-geopy,python3-pip,\
11 python-geopy,python-pip,\
10 python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\
11 python-geopy,python-pip,python-tk,pandoc,\
12 12 python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\
13 13 pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,jed,i2c-tools,python-smbus,policykit-1,\
14 pmount,ntpdate,\
14 pmount,ntpdate,ntp,\
15 15 texlive,texlive-xetex,nginx-extras,ffmpeg,wicd,wicd-gtk,console-data,keyboard-configuration,\
16 16 icedtea-8-plugin,openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,libqtwebkit-dev,libqt5webkit5-dev,\
17 17 libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\
18 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"
18 nmap,libltdl-dev,dbus-user-session,debian-archive-keyring"
19 APT_INCLUDES_LATE="xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\
20 tightvncserver,geany,geany-plugin-py,firefox-esr,firefox-esr-l10n-fr"
21 21 #----------------------
22 22 RPI_MODEL=3
23 23 RELEASE="buster"
24 24 HOSTNAME="raspife3"
25 PASSWORD="***********"
26 USER_PASSWORD="***********"
25 PASSWORD="AChanger1$"
26 USER_PASSWORD="AChanger1$"
27 27 DEFLOCAL="fr_FR.UTF-8"
28 28 TIMEZONE="Europe/Paris"
29 29 EXPANDROOT=false
30 30 #-----------------------
31 31 XKB_MODEL="pc105"
32 32 XKB_LAYOUT="fr"
33 33 XKB_VARIANT="latin9"
34 34 XKB_OPTIONS=""
35 35 #------------------------
36 36 ENABLE_DHCP=true
37 37 #------------------------
38 38 ENABLE_CONSOLE=false
39 39 ENABLE_I2C=true
40 40 ENABLE_SPI=true
41 41 ENABLE_IPV6=true
42 42 ENABLE_SSHD=true
43 43 ENABLE_NONFREE=true
44 44 ENABLE_WIRELESS=true
45 45 ENABLE_RSYSLOG=true
46 46 ENABLE_SOUND=true
47 47 ENABLE_HWRANDOM=true
48 48 ENABLE_MINGPU=true
49 49 ENABLE_DBUS=true
50 50 ENABLE_XORG=true
51 51 ENABLE_WM="lxdm"
52 52 #------------------------
53 53 ENABLE_MINBASE=false
54 54 ENABLE_REDUCE=false
55 55 ENABLE_UBOOT=false
56 56 ENABLE_FBTURBO=true
57 57 ENABLE_IPTABLES=false
58 58 ENABLE_USER=true
59 59 USER_NAME=ens-ife
60 60 ENABLE_ROOT=true
61 61 ENABLE_HARDNET=true
62 62 ENABLE_INITRAMFS=true
63 63 ENABLE_IFNAMES=true
64 64 #------------------------
65 65 ENABLE_ROOT_SSH=false
66 66 SSH_LIMIT_USERS=false
67 SSH_ROOT_PUB_KEY="/home/*******/.ssh/authorized_keys"
68 SSH_USER_PUB_KEY="/home/*******/.ssh/authorized_keys"
67 SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys"
68 SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys"
69 69 #------------------------
70 BUILD_KERNEL=true
70 BUILD_KERNEL=true
71 KERNEL_BRANCH=rpi-4.12.y
71 72 KERNEL_REDUCE=false
72 73 KERNEL_HEADERS=true
73 74 KERNEL_REMOVESRC=true
74 75 KERNELSRC_CLEAN=true
75 76 KERNELSRC_CONFIG=true
76 77 #------------------------
77 78 REDUCE_APT=false
78 79 REDUCE_DOC=true
79 80 REDUCE_MAN=false
80 81 REDUCE_HWDB=true
81 82 REDUCE_BASH=false
82 83 REDUCE_SSHD=false
83 84 REDUCE_LOCALE=false
84 85 #-------------------------
85 86 ENABLE_CRYPTFS=false
86 87 #-------------------------
87 88 BASEDIR=/data/RpiGenImage/Images/${RELEASE}
89 #BASEDIR=/media/vidal/ExternGV/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE}
88 90 DATE=`date +%Y-%m-%d`
89 91 IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}
90 92
91 93
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant