From aca2dfa392f983ee6dd52c7944144e57a2a57475 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 18 Dec 2023 23:44:35 +0100 Subject: [PATCH] Modifs divers pour 2024 et bookworm --- README.md | 17 ++++++++++++++--- pre/gsbboot | 2 +- pre/inst-depl | 3 ++- pre/mkmaster.sh | 16 ++++++++++++++++ pull-config | 2 +- 5 files changed, 34 insertions(+), 6 deletions(-) create mode 100755 pre/mkmaster.sh diff --git a/README.md b/README.md index b1e9aec..3f2ce06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gsb2023 +# gsb2024 2024-12-18 ps @@ -49,7 +49,15 @@ et pour **s-fog** : * **debian-buster-2023a.ova** (2023-01-06) * Debian Buster 10 - 2 cartes - 1 Go - stockage 20 Go -On utilsera le script (bash) **mkvm** ou (PowerShell) **mkvm.ps1** pour créeer une VM +### Création d'une VM + +Récupérer le dépot gsb2024.git avec : +```shell + git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git + cd gsb2024 +``` + +On utilisera le script (bash) **mkvm** ou (PowerShell) **mkvm.ps1** pour créer une VM Virtualbox. ```shell gsb2024> @@ -60,7 +68,10 @@ $ mkvm -r s-adm ### Machine s-adm * créer la machine virtuelle **s-adm** avec **mkvm** comme décrit plus haut. - * utiliser le script de renommage comme suit --> `bash chname ` , puis redémarrer + * utiliser le script de renommage comme suit : +```shell +bash chname ` , puis redémarrer +``` * utiliser le script **s-adm-start** : `bash s-adm-start` , puis redémarrer * ou sinon : ```shell diff --git a/pre/gsbboot b/pre/gsbboot index 6271a70..66d8b5d 100644 --- a/pre/gsbboot +++ b/pre/gsbboot @@ -24,7 +24,7 @@ if [[ -z ${DEPL+x} ]]; then fi hostf="${host}.local" -prj=gsb2023 +prj=gsb2024 APT=apt which git >> /dev/null diff --git a/pre/inst-depl b/pre/inst-depl index d37f6dd..eeae68a 100644 --- a/pre/inst-depl +++ b/pre/inst-depl @@ -1,11 +1,12 @@ #!/bin/bash ## aa : 2023-01-18 15:25 ## ps : 2023-02-01 15:25 +## ps : 2023-12-18 15:25 set -o errexit set -o pipefail GITUSR=gitgsb -GITPRJ=gsb2023 +GITPRJ=gsb2024 apt-get update apt-get install -y apache2 git STOREREP="/var/www/html/gsbstore" diff --git a/pre/mkmaster.sh b/pre/mkmaster.sh new file mode 100755 index 0000000..4673cd2 --- /dev/null +++ b/pre/mkmaster.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +apt update +apt install -y curl sudo wget vim git ansible +timedatectl set-timezone Europe/Paris +echo bookworm64 > /etc/hostname + +cat > /etc/hosts