correction des différents bugs

This commit is contained in:
2023-07-11 08:30:14 +00:00
parent faf0597483
commit 940ddd1b1f
10 changed files with 71 additions and 30 deletions

View File

@@ -0,0 +1,4 @@
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
# Release under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "RPI Test Image"
include rpi-test-image.inc

View File

@@ -0,0 +1,27 @@
SUMMARY = "Cyber Scle Image"
PV = "1.0.0"
inherit core-image
EXTRA_IMAGE_FEATURES = ""
GLIBC_GENERATE_LOCALES = "en_US.UTF-8 fr_FR.UTF-8"
IMAGE_LINGUAS = "fr-fr"
PROCESS_INSTALL = " \
lynis \
"
PYTHON_INSTALL = " \
"
IMAGE_INSTALL += " \
sudo \
logrotate \
rsyslog \
iptables \
procps \
kbd-keymaps \
vim \
usbutils \
${PROCESS_INSTALL} \
"