From a09f3b553c4208ba37b87969d1065d5d4f69c979 Mon Sep 17 00:00:00 2001 From: David Cassany Viladomat Date: Tue, 8 Oct 2024 21:07:11 +0200 Subject: [PATCH] Update docs/cloud-config-reference.md Co-authored-by: Francesco Giudici --- docs/cloud-config-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-config-reference.md b/docs/cloud-config-reference.md index 16e0e327c..91f324d4d 100644 --- a/docs/cloud-config-reference.md +++ b/docs/cloud-config-reference.md @@ -65,7 +65,7 @@ are not easily achievable with the `elemental` client configuration options. A g partition for Raspberry Pi devices. :::warning -Note most hooks are executed in the host environment with privileges, so that they are potentially destructive operations. In most +Note most hooks are executed in the host environment with privileges, so they are potentially destructive operations. In most cases regular cloud-config operations at boot time are sufficient to setup the system. Also to include additional software in an image the preferred option is to build a [derivative image](custom-images.md) and not abuse of hooks to install additional software. :::