##// END OF EJS Templates
Merge branch 'master' into drtyhlpr-master
Merge branch 'master' into drtyhlpr-master

Fichier de la dernière révision:

r627:b39cf2ca3729 Fusion drtyhlpr-master
r627:b39cf2ca3729 Fusion drtyhlpr-master
Show More
raspife3-stretch
92 lines | 2.8 KiB | text/plain | TextLexer
Gérard Vidal
Merge branch 'master' into drtyhlpr-master
r627
Changes in the templates after a set of test executions.
r158 # Configuration file raspi3 Stretch IFÉ 2017/07/26
Cleaning repository -2-
r155 #
APT_SERVER=ftp.fr.debian.org
Changes in the templates after a set of test executions.
r158 APT_INCLUDES="gnupg,gnupg2,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\
gettext,build-essential,git,cmake,libjson-c-dev,unzip,usbutils,\
bison,libboost-all-dev,automake,autoconf,autogen,libtool,libtool-bin,\
pkg-config,checkinstall,menulibre,libnotify-bin,pandoc,\
python3,python3-dev,python3-pypandoc,python3-scipy,python3-tk,python3-pandocfilters,\
python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\
python3-geopy,python3-pip,\
python-geopy,python-pip,\
python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\
pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,jed,i2c-tools,python-smbus,policykit-1,\
pmount,ntpdate,\
texlive,texlive-xetex,nginx-extras,ffmpeg,wicd,wicd-gtk,console-data,keyboard-configuration,\
Cleaning repository -2-
r155 icedtea-8-plugin,openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,libqtwebkit-dev,libqt5webkit5-dev,\
libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\
Changes in the templates after a set of test executions.
r158 nmap,libltdl-dev,dbus-user-session,debian-archive-keyring,\
xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\
tightvncserver,geany,geany-plugin-py,geany-plugin-markdown,firefox-esr,firefox-esr-l10n-fr"
Cleaning repository -2-
r155 #----------------------
RPI_MODEL=3
RELEASE="stretch"
HOSTNAME="raspife3"
Changes in the templates after a set of test executions.
r158 PASSWORD="**************"
Gérard Vidal
Merge branch 'master' into drtyhlpr-master
r627 USER_PASSWORD="***************
Cleaning repository -2-
r155 DEFLOCAL="fr_FR.UTF-8"
TIMEZONE="Europe/Paris"
EXPANDROOT=false
#-----------------------
XKB_MODEL="pc105"
XKB_LAYOUT="fr"
XKB_VARIANT="latin9"
XKB_OPTIONS=""
#------------------------
ENABLE_DHCP=true
#------------------------
ENABLE_CONSOLE=false
ENABLE_I2C=true
ENABLE_SPI=true
ENABLE_IPV6=true
ENABLE_SSHD=true
ENABLE_NONFREE=true
ENABLE_WIRELESS=true
ENABLE_RSYSLOG=true
ENABLE_SOUND=true
ENABLE_HWRANDOM=true
ENABLE_MINGPU=true
ENABLE_DBUS=true
ENABLE_XORG=true
ENABLE_WM="lxdm"
#------------------------
ENABLE_MINBASE=false
ENABLE_REDUCE=false
ENABLE_UBOOT=false
Changes in the templates after a set of test executions.
r158 ENABLE_FBTURBO=true
Cleaning repository -2-
r155 ENABLE_IPTABLES=false
ENABLE_USER=true
USER_NAME=ens-ife
ENABLE_ROOT=true
ENABLE_HARDNET=true
ENABLE_INITRAMFS=true
ENABLE_IFNAMES=true
#------------------------
ENABLE_ROOT_SSH=false
Gérard Vidal
Merge branch 'master' into drtyhlpr-master
r627 SSH_LIMIT_USERS=fal
Cleaning repository -2-
r155 SSH_ROOT_PUB_KEY="/home/*******/.ssh/authorized_keys"
SSH_USER_PUB_KEY="/home/*******/.ssh/authorized_keys"
#------------------------
2017/12/28 version
r231 BUILD_KERNEL=true
Cleaning repository -2-
r155 KERNEL_REDUCE=false
KERNEL_HEADERS=true
KERNEL_REMOVESRC=true
KERNELSRC_CLEAN=true
KERNELSRC_CONFIG=true
#------------------------
REDUCE_APT=false
REDUCE_DOC=true
REDUCE_MAN=false
REDUCE_HWDB=true
REDUCE_BASH=false
REDUCE_SSHD=false
REDUCE_LOCALE=false
#-------------------------
ENABLE_CRYPTFS=false
#-------------------------
BASEDIR=/data/RpiGenImage/Images/${RELEASE}
DATE=`date +%Y-%m-%d`
IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}