Skip to content

Commit

Permalink
Create autoinstall.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 24, 2024
1 parent 1766c74 commit 79ecd76
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions Ubuntu_22.04/autoinstall.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
#cloud-config
# See the autoinstall documentation at:
# https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html
autoinstall:
apt:
disable_components: []
fallback: offline-install
geoip: true
mirror-selection:
primary:
- country-mirror
- arches: &id001
- amd64
- i386
uri: http://archive.ubuntu.com/ubuntu/
- arches: &id002
- s390x
- arm64
- armhf
- powerpc
- ppc64el
- riscv64
uri: http://ports.ubuntu.com/ubuntu-ports
preserve_sources_list: false
security:
- arches: *id001
uri: http://security.ubuntu.com/ubuntu/
- arches: *id002
uri: http://ports.ubuntu.com/ubuntu-ports
codecs:
install: true
drivers:
install: true
identity:
hostname: jr-VMware-Virtual-Platform
password: $6$2E7NwFDsbnNoiAyx$DxrSdkqL2XJ5B66eHr/hWk1Cx2X2Ak/EWZEca4U3dlAcFCqw7mmvYcOPw4ZaylEcSdvAD2vVr.lfIDa2q5XAZ0
realname: jr
username: jr
kernel:
package: linux-generic-hwe-24.04
keyboard:
layout: us
toggle: null
variant: ''
locale: en_US.UTF-8
network:
ethernets:
ens33:
dhcp4: true
version: 2
oem:
install: auto
source:
id: ubuntu-desktop
search_drivers: true
ssh:
allow-pw: true
authorized-keys: []
install-server: false
storage:
config:
- ptable: gpt
path: /dev/sda
wipe: superblock-recursive
preserve: false
name: ''
grub_device: true
id: disk-sda
type: disk
- device: disk-sda
size: 1048576
flag: bios_grub
number: 1
preserve: false
offset: 1048576
path: /dev/sda1
id: partition-0
type: partition
- device: disk-sda
size: 322119401472
wipe: superblock
number: 2
preserve: false
offset: 2097152
path: /dev/sda2
id: partition-1
type: partition
- fstype: ext4
volume: partition-1
preserve: false
id: format-0
type: format
- path: /
device: format-0
id: mount-0
type: mount
timezone: Europe/Bratislava
updates: security
version: 1

0 comments on commit 79ecd76

Please sign in to comment.