##// END OF EJS Templates
Merge pull request #18 from drtyhlpr/master...
Merge pull request #18 from drtyhlpr/master merging

Fichier de la dernière révision:

r221:076f39af8b8a Fusion
r246:059537dcb035 Fusion
Show More
raspife3-buster
98 lines | 3.0 KiB | text/plain | TextLexer
modif template
r200 # Configuration file raspi3 Buster IFÉ 2017/11/01
Cleaning repository -2-
r155 #
Modifications to build buster images
r204 APT_SERVER=debian.mirrors.ovh.net
APT_INCLUDES=""
APT_INCLUDES_LATE="gnupg,firmware-linux-nonfree,firmware-linux,dh-autoreconf,\
Cleaning repository -2-
r155 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,\
python3-geopy,python3-pip,\
modif template buster
r194 python,python-dev,python-pypandoc,python-scipy,python-tk,python-pandocfilters,\
python-geopy,python-pip,python-tk,pandoc,\
Cleaning repository -2-
r155 python-configobj,python-cheetah,python-imaging,python-serial,python-usb,\
Modifications to build buster images
r204 pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools,python-smbus,policykit-1,\
pmount,ntpdate,ntp,rsync,\
Cleaning repository -2-
r155 texlive,texlive-xetex,nginx-extras,ffmpeg,wicd,wicd-gtk,console-data,keyboard-configuration,\
Modifications to build buster images
r204 libqtwebkit-dev,libqt5webkit5-dev,\
Cleaning repository -2-
r155 libudev-dev,libzzip-dev,zlib1g-dev,libcanberra-gtk-module,libnss-myhostname,libfreetype6-dev,libpng16-16,\
Modifications to build buster images
r204 nmap,libltdl-dev,dbus-user-session,debian-archive-keyring,\
xutils-dev,lxsession,openbox-lxde-session,lxde,x11proto-randr-dev,lxrandr,\
Modif buster locale
r220 tightvncserver,geany,geany-plugin-py,firefox-esr,firefox-esr-l10n-fr,jed,terminator,automake"
Modifications to build buster images
r204 #ca-certificates-java,icedtea-plugin,icedtea-netx,\
#openjdk-8-jdk,openjdk-8-jre,openjdk-8-jre-headless,\
#openjdk-9-jdk,openjdk-9-jre,openjdk-9-jre-headless"
Cleaning repository -2-
r155 #----------------------
RPI_MODEL=3
modif template
r200 RELEASE="buster"
RELEASE_ARCH="armhf"
Cleaning repository -2-
r155 HOSTNAME="raspife3"
Gérard Vidal
Update raspife3-buster
r218 PASSWORD="***********"
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
ENABLE_FBTURBO=true
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
SSH_LIMIT_USERS=false
Gérard Vidal
Update raspife3-buster
r218 SSH_ROOT_PUB_KEY="/home/*****/.ssh/authorized_keys"
SSH_USER_PUB_KEY="/home/*****/.ssh/authorized_keys"
Cleaning repository -2-
r155 #------------------------
modif template buster
r194 BUILD_KERNEL=true
modif template
r200 KERNEL_BRANCH=rpi-4.13.y
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}
Gérard Vidal
Update raspife3-buster
r218 #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE}
Cleaning repository -2-
r155 DATE=`date +%Y-%m-%d`
IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}