Last active
September 26, 2024 05:20
-
-
Save hl2guide/868c89438a316dcc7a0909beebeb515d to your computer and use it in GitHub Desktop.
Ubuntu AutoInstall Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
autoinstall: | |
version: 1 | |
source: | |
id: ubuntu-desktop-minimal | |
locale: en_AU.UTF-8 | |
keyboard: | |
layout: us | |
timezone: Australia/Sydney |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment