raspife3-buster
130 lines
| 2.9 KiB
| text/plain
|
TextLexer
/ templates / raspife3-buster
r155 | # | |||
r751 | # Configuration file raspi3 Buster IFÉ 2020/06/20 | |||
# | ||||
#--------------------- | ||||
#--- APT settings ---- | ||||
#--------------------- | ||||
r204 | APT_SERVER=debian.mirrors.ovh.net | |||
APT_INCLUDES="" | ||||
r751 | APT_INCLUDES_LATE="" | |||
#------------------------------- | ||||
#--- General System Settings --- | ||||
#------------------------------- | ||||
SET_ARCH=32 | ||||
RPI_MODEL=3 | ||||
r200 | RELEASE="buster" | |||
r751 | HOSTNAME="raspife3P" | |||
DEFLOCAL="fr_FR.UTF-8" | ||||
r155 | TIMEZONE="Europe/Paris" | |||
EXPANDROOT=false | ||||
r751 | #--------------------- | |||
#--- User Settings --- | ||||
#--------------------- | ||||
ENABLE_ROOT=false | ||||
ROOT_PASSWORD="Achanger1$" | ||||
ENABLE_USER=true | ||||
USER_NAME=ens-ife | ||||
USER_PASSWORD="AChanger1$" | ||||
#------------------------- | ||||
#--- Keyboard Settings --- | ||||
#------------------------- | ||||
r155 | XKB_MODEL="pc105" | |||
XKB_LAYOUT="fr" | ||||
XKB_VARIANT="latin9" | ||||
XKB_OPTIONS="" | ||||
#------------------------ | ||||
r751 | #--- Network Settings --- | |||
r155 | #------------------------ | |||
r751 | ENABLE_IPV6=true | |||
ENABLE_WIRELESS=true | ||||
ENABLE_IPTABLES=false | ||||
ENABLE_IFNAMES=true | ||||
ENABLE_HARDNET=true | ||||
ENABLE_ETH_DHCP=true | ||||
ENABLE_WIFI_DHCP=true | ||||
NET_WIFI_SSID=MobileClimatEtMeteo | ||||
NET_WIFI_PSK=ClimatEtMeteo | ||||
#--------------------- | ||||
#--- Basic features--- | ||||
#--------------------- | ||||
r155 | ENABLE_CONSOLE=false | |||
r751 | ENABLE_BLUETOOTH=false | |||
ENABLE_TURBO=false | ||||
r155 | ENABLE_I2C=true | |||
ENABLE_SPI=true | ||||
r751 | SSH_ENABLE=true | |||
ENABLE_NONFREE=true | ||||
ENABLE_RSYSLOG=true | ||||
ENABLE_SOUND=true | ||||
ENABLE_HWRANDOM=true | ||||
ENABLE_MINGPU=true | ||||
r155 | ENABLE_XORG=true | |||
r751 | ENABLE_WM="lxdm" | |||
ENABLE_SYSVINIT=true | ||||
ENABLE_SPLASH=true | ||||
ENABLE_LOGO=true | ||||
ENABLE_SILENT_BOOT=false | ||||
#-------------------------------- | ||||
#--- Advanced System features --- | ||||
#-------------------------------- | ||||
ENABLE_DPHYSSWAP=false | ||||
ENABLE_QEMU=true | ||||
r155 | ENABLE_MINBASE=false | |||
r751 | ENABLE_SPLITFS=false | |||
ENABLE_INITRAMFS=true | ||||
ENABLE_DBUS=true | ||||
ENABLE_USBBOOT=false | ||||
r155 | ENABLE_UBOOT=false | |||
ENABLE_FBTURBO=true | ||||
r751 | ENABLE_VIDEOCORE=true | |||
ENABLE_NEXMON=false | ||||
#-------------------- | ||||
#--- ssh settings --- | ||||
#-------------------- | ||||
SSH_ENABLE_ROOT=false | ||||
SSH_DISABLE_PASSWORD_AUTH=false | ||||
r155 | SSH_LIMIT_USERS=false | |||
r751 | SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys" | |||
SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys" | ||||
#----------------------- | ||||
#--- Kernel settings --- | ||||
#----------------------- | ||||
r194 | BUILD_KERNEL=true | |||
r751 | KERNEL_BRANCH=rpi-4.19.y | |||
r155 | KERNEL_HEADERS=true | |||
r751 | KERNEL_MENUCONFIG=false | |||
KERNEL_CCACHE=true | ||||
r155 | KERNEL_REMOVESRC=true | |||
KERNELSRC_CLEAN=true | ||||
KERNELSRC_CONFIG=true | ||||
r751 | KERNEL_DEFAULT_GOV=ondemand | |||
KERNEL_VIRT=false | ||||
KERNEL_SECURITY=false | ||||
KERNEL_DHKEY=true | ||||
#------------------------ | ||||
#--- Reduce disk usage -- | ||||
r155 | #------------------------ | |||
r751 | ENABLE_REDUCE=false | |||
r155 | REDUCE_APT=false | |||
REDUCE_DOC=true | ||||
REDUCE_MAN=false | ||||
r751 | REDUCE_VIM=false | |||
REDUCE_BASH=false | ||||
REDUCE_HWDB=false | ||||
r155 | REDUCE_SSHD=false | |||
REDUCE_LOCALE=false | ||||
r751 | REDUCE_KERNEL=false | |||
#-------------------------------- | ||||
#--- Encrypted root partition --- | ||||
#-------------------------------- | ||||
r155 | ENABLE_CRYPTFS=false | |||
r751 | #---------------------- | |||
#--- Build settings --- | ||||
#---------------------- | ||||
r155 | BASEDIR=/data/RpiGenImage/Images/${RELEASE} | |||
Gérard Vidal
|
r218 | #BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE} | ||
r155 | DATE=`date +%Y-%m-%d` | |||
IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE} | ||||
r751 | ||||