Advertisement
liblaf

autoinstall.yaml

Apr 3rd, 2025 (edited)
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.70 KB | None | 0 0
  1. #cloud-config
  2. autoinstall:
  3.   version: 1
  4.   refresh-installer:
  5.     update: true
  6.   source:
  7.     search_drivers: true
  8.     id: ubuntu-desktop-minimal
  9.   storage:
  10.     layout:
  11.       name: zfs
  12.   identity:
  13.     username: liblaf
  14.     hostname: Ubuntu
  15.     password: $1$4gDKKqSk$.mKsydtUuM9ofc2O1fKtm1
  16.   ssh:
  17.     install-server: true
  18.     authorized-keys:
  19.      - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBwTNJyOkeKeZ03+rdwsnUcjvBh53GoIo7jV/LIv1hOG 30631553[email protected]
  20.     allow-pw: false
  21.   codecs:
  22.     install: true
  23.   drivers:
  24.     install: true
  25.   oem:
  26.     install: auto
  27.   snaps:
  28.     - name: chezmoi
  29.       classic: true
  30.   packages:
  31.    - flatpak
  32.   timezone: Asia/Shanghai
  33.   updates: all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement