Initial commit
This commit is contained in:
161
templates/raspife0W-bullseye_22-01-10.conf
Normal file
161
templates/raspife0W-bullseye_22-01-10.conf
Normal file
@@ -0,0 +1,161 @@
|
||||
#
|
||||
# Configuration file raspi3 Bullseye IFÉ 2021/12/29
|
||||
#
|
||||
#---------------------
|
||||
#--- APT settings ----
|
||||
#---------------------
|
||||
APT_SERVER=ftp.fr.debian.org
|
||||
APT_INCLUDES="jed nginx curl wget htop \
|
||||
firmware-linux firmware-linux-nonfree \
|
||||
rfkill usbutils net-tools rsync make \
|
||||
binutils h5utils pcre2-utils util-linux bison byacc \
|
||||
openjdk-11-jdk openjdk-11-jre openjdk-11-jdk-headless openjdk-11-jre-headless \
|
||||
openjdk-17-jdk openjdk-17-jre openjdk-17-jdk-headless openjdk-17-jre-headless \
|
||||
libfontbox-java gcc g++ pipenv pcmanfm-qt autogen automake libtool \
|
||||
libpcre3-dev libpython3-all-dev libxslt1-dev sqlite3 \
|
||||
libjavascriptcoregtk-4.0-dev libsqlite3-dev liblua5.3-dev libjson-c-dev \
|
||||
autotools-dev autogen automake autoconf libpcre++-dev \
|
||||
python3 python3-geopy python3-dev python3-cheetah \
|
||||
python3-libxml2 libboost1.74-dev libfcgi-dev \
|
||||
libxfont-dev libfontenc-dev libboost-system-dev libboost-thread-dev \
|
||||
python3-nbconvert libxml2 doxygen \
|
||||
libgles2-mesa-dev xorg-dev \
|
||||
python3-pip python3-pkgconfig python3-netcdf4 python3-libxml2 \
|
||||
libconfuse-dev libcereal-dev libnetcdf-dev libhdf5-dev"
|
||||
APT_INCLUDES_LATE="lxdm lxqt qterminal \
|
||||
git libssl-dev libcrypto++-dev fcgiwrap \
|
||||
mate-backgrounds gnome-backgrounds \
|
||||
php-fpm php-mysql icedtea-netx python3-openssl \
|
||||
wireshark imagemagick tk tcllib tigervnc-standalone-server tigervnc-common \
|
||||
pandoc python3-pypandoc python3-pandocfilters texlive-xetex \
|
||||
libffi-dev screen ffmpeg \
|
||||
texlive-latex-recommended texlive-lang-other cmst \
|
||||
xfonts-base fonts-liberation gsfonts \
|
||||
ttf-mscorefonts-installer xfonts-100dpi xfonts-75dpi xfonts-utils \
|
||||
systemd-sysv"
|
||||
#-------------------------------
|
||||
#--- General System Settings ---
|
||||
#-------------------------------
|
||||
SET_ARCH=32
|
||||
RPI_MODEL=0
|
||||
RELEASE="bullseye"
|
||||
HOSTNAME="raspife0w"
|
||||
DEFLOCAL="fr_FR.UTF-8"
|
||||
TIMEZONE="Europe/Paris"
|
||||
EXPANDROOT=false
|
||||
#---------------------
|
||||
#--- User Settings ---
|
||||
#---------------------
|
||||
ENABLE_ROOT=false
|
||||
ROOT_PASSWORD="Achanger1$"
|
||||
ENABLE_USER=true
|
||||
USER_NAME=ens-ife
|
||||
USER_PASSWORD="AChanger1$"
|
||||
#-------------------------
|
||||
#--- Keyboard Settings ---
|
||||
#-------------------------
|
||||
XKB_MODEL="pc105"
|
||||
XKB_LAYOUT="fr"
|
||||
XKB_VARIANT="latin9"
|
||||
XKB_OPTIONS=""
|
||||
#------------------------
|
||||
#--- Network Settings ---
|
||||
#------------------------
|
||||
ENABLE_IPV6=true
|
||||
ENABLE_WIRELESS=true
|
||||
ENABLE_IPTABLES=false
|
||||
ENABLE_IFNAMES=true
|
||||
ENABLE_HARDNET=true
|
||||
ENABLE_ETH_DHCP=false
|
||||
ENABLE_WIFI_DHCP=true
|
||||
NET_WIFI_SSID=MobileClimatEtMeteo
|
||||
NET_WIFI_PSK=ClimatEtMeteo
|
||||
#---------------------
|
||||
#--- Basic features---
|
||||
#---------------------
|
||||
ENABLE_CONSOLE=false
|
||||
ENABLE_BLUETOOTH=false
|
||||
ENABLE_MINIUART_OVERLAY=false
|
||||
ENABLE_TURBO=true
|
||||
ENABLE_I2C=true
|
||||
ENABLE_SPI=true
|
||||
SSH_ENABLE=true
|
||||
ENABLE_NONFREE=true
|
||||
ENABLE_RSYSLOG=true
|
||||
ENABLE_SOUND=true
|
||||
ENABLE_HWRANDOM=false
|
||||
ENABLE_MINGPU=true
|
||||
ENABLE_XORG=true
|
||||
ENABLE_WM="openbox"
|
||||
ENABLE_SYSVINIT=false
|
||||
ENABLE_SPLASH=true
|
||||
ENABLE_LOGO=true
|
||||
ENABLE_SILENT_BOOT=false
|
||||
#--------------------------------
|
||||
#--- Advanced System features ---
|
||||
#--------------------------------
|
||||
ENABLE_DPHYSSWAP=false
|
||||
ENABLE_QEMU=false
|
||||
ENABLE_MINBASE=false
|
||||
ENABLE_SPLITFS=false
|
||||
ENABLE_INITRAMFS=true
|
||||
ENABLE_DBUS=true
|
||||
ENABLE_USBBOOT=false
|
||||
ENABLE_UBOOT=false
|
||||
# The 2 following are mutually excluded
|
||||
ENABLE_FBTURBO=true
|
||||
ENABLE_GR_ACCEL=false
|
||||
ENABLE_VIDEOCORE=true
|
||||
ENABLE_NEXMON=false
|
||||
#--------------------
|
||||
#--- ssh settings ---
|
||||
#--------------------
|
||||
SSH_ENABLE_ROOT=false
|
||||
SSH_DISABLE_PASSWORD_AUTH=false
|
||||
SSH_LIMIT_USERS=false
|
||||
SSH_ROOT_PUB_KEY="/home/vidal/.ssh/authorized_keys"
|
||||
SSH_USER_PUB_KEY="/home/vidal/.ssh/authorized_keys"
|
||||
#-----------------------
|
||||
#--- Kernel settings ---
|
||||
#-----------------------
|
||||
BUILD_KERNEL=true
|
||||
KERNEL_BRANCH=rpi-5.15.y # brcmfmac fails with 5.15 on 2021/12/27
|
||||
KERNEL_REDUCE=false
|
||||
KERNEL_HEADERS=true
|
||||
KERNEL_MENUCONFIG=false
|
||||
KERNEL_OLDDEFCONFIG=false
|
||||
KERNEL_CCACHE=true
|
||||
KERNEL_REMOVESRC=true
|
||||
KERNELSRC_CLEAN=true
|
||||
KERNELSRC_CONFIG=true
|
||||
KERNEL_DEFAULT_GOV=ondemand
|
||||
KERNEL_VIRT=false
|
||||
KERNEL_SECURITY=false
|
||||
KERNEL_DHKEY=true
|
||||
#------------------------
|
||||
#--- Reduce disk usage --
|
||||
#------------------------
|
||||
ENABLE_REDUCE=false
|
||||
REDUCE_APT=false
|
||||
REDUCE_DOC=true
|
||||
REDUCE_MAN=true
|
||||
REDUCE_VIM=false
|
||||
REDUCE_BASH=false
|
||||
REDUCE_HWDB=false
|
||||
REDUCE_BASH=false
|
||||
REDUCE_SSHD=false
|
||||
REDUCE_LOCALE=false
|
||||
REDUCE_KERNEL=false
|
||||
#--------------------------------
|
||||
#--- Encrypted root partition ---
|
||||
#--------------------------------
|
||||
ENABLE_CRYPTFS=false
|
||||
#----------------------
|
||||
#--- Build settings ---
|
||||
#----------------------
|
||||
BASEDIR=../Images/${RELEASE}
|
||||
#BASEDIR=/media/*******/*********/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/${RELEASE}
|
||||
DATE=`date +%Y-%m-%d`
|
||||
IMAGE_NAME=${BASEDIR}/${DATE}-rpi${RPI_MODEL}-${RELEASE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user