Created
August 27, 2024 14:01
-
-
Save rafaelribeiroo/6406dba6c76e2a52b0e8ee99f74cd847 to your computer and use it in GitHub Desktop.
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 | |
# interactive-sections: | |
# - network | |
locale: "en_US.UTF-8" | |
identity: | |
hostname: 'Ubuntu-22' | |
username: 'pereira-ribeiro' | |
password: '$6$2LEKTy5/n1F6i0sF$rPbKnHp9I5VH5YEB6tt2Dxij.Rq92j/SntQo1faL4jPhcsAaxnurgOqpNjuNWJptRW5PCh/Z1fX3ymqDuV5ML1' | |
keyboard: {layout: us, toggle: null, variant: ''} | |
storage: | |
layout: | |
name: lvm | |
# storage: | |
# swap: | |
# size: 0 | |
# config: | |
# - type: disk | |
# id: disk0 | |
# ptable: gpt | |
# path: /dev/vda | |
# wipe: superblock-recursive | |
# preserve: false | |
# grub_device: true | |
# - type: partition | |
# id: grub-partition | |
# device: disk0 | |
# size: 512MB | |
# flag: bios_grub | |
# partition_type: EF02 | |
# wipe: superblock | |
# preserve: false | |
# - type: partition | |
# id: disk0-part1 | |
# device: disk0 | |
# size: -1 | |
# snaps: | |
# - name: spotify | |
# classic: false | |
packages: | |
- vim | |
late-commands: | |
- curtin in-target -- apt update | |
- curtin in-target -- apt upgrade | |
# - curtin in-target -- hostnamectl set-hostname "mint-21.2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment