Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 602 Bytes

File metadata and controls

24 lines (19 loc) · 602 Bytes
title cloud-init
parent Verity Image Recommendations
sidebar_position 2

Verity and cloud-init

cloud-init has various features to configure the system (e.g., user accounts, networking, etc.), but many of these require the /etc directory to be writable. In verity-protected images with a read-only root filesystem, cloud-init cannot perform these configurations effectively.

Solution: Disable cloud-init

Given the limitations, the general recommendation is to disable cloud-init in verity images to prevent potential issues.

os:
  services:
    disable:
    - cloud-init