Last active
May 4, 2026 06:41
-
-
Save AndreiCherniaev/75247896003802e7ab84fc45a1848d27 to your computer and use it in GitHub Desktop.
Cher0_1_ubuntu22-deployment.yaml
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
| # Manual https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html | |
| autoinstall: | |
| version: 1 | |
| refresh-installer: | |
| update: true | |
| updates: all | |
| identity: | |
| hostname: ubuntu-desktop | |
| password: '$6$TThZwH2sYnfxdzIN$COsmkwowJBH.pYW/jpfhzcBsxSQ6.lrEygIGUQLDrJBsTBgT1gLnkspvttBmgKIJl6UGGSOv4cDfV4Hj0BqS9/' | |
| # There is password hash, use `mkpasswd --method=SHA-512` | |
| realname: q | |
| username: q | |
| apt: | |
| preserve_sources_list: false | |
| mirror-selection: | |
| primary: | |
| - country-mirror | |
| - uri: "http://ko.archive.ubuntu.com/ubuntu" | |
| arches: [amd64] | |
| fallback: abort | |
| geoip: true | |
| keyboard: | |
| layout: us | |
| variant: '' | |
| toggle: null | |
| timezone: Asia/Seoul | |
| storage: | |
| layout: | |
| name: lvm | |
| sizing-policy: all | |
| swap: | |
| size: 0 | |
| match: | |
| # ssd: true | |
| size: largest | |
| packages: | |
| - tmux | |
| ssh: | |
| allow-pw: true | |
| authorized-keys: [] | |
| install-server: true |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Always verify your YAML before using. How to do it? Use subiquity