Advertisement
vonschutter

Untitled

Sep 4th, 2024
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.17 KB | None | 0 0
  1. #cloud-config
  2. autoinstall:
  3.     version: 1
  4.     shutdown: reboot
  5.     timezone: geoip
  6.     shutdown: poweroff
  7.     drivers:
  8.         install: true
  9.     ssh:
  10.         allow-pw: true
  11.         install-server: true
  12.     keyboard:
  13.         layout: se
  14.     identity:
  15.         hostname: "Template_ubuntu_24.04.1__ubuntu-server_server_2024-09-04-1725472052"
  16.         username: "*****"
  17.         password: "*****"
  18.     storage:
  19.         layout:
  20.             name: lvm
  21.             sizing-policy: all
  22.             # password: "letmein1234"
  23.     packages:
  24.        - dialog
  25.         - git
  26.         - curl
  27.         - wget
  28.         - zip
  29.         - p7zip-full
  30.         - byobu
  31.         - dialog
  32.         - vim
  33.         - neofetch
  34.         - ubuntu-desktop
  35.     late-commands:
  36.        - echo "******************* ubuntu-server VDI Config ********************"
  37.         - curtin in-target --target=/target -- /bin/bash -c 'mkdir -p /opt/rtd ; exit 0'
  38.         - curtin in-target --target=/target -- /bin/bash -c 'git clone --depth=1 https://github.com/vonschutter/RTD-Setup.git /opt/rtd ; exit 0'
  39.         - curtin in-target --target=/target -- /bin/bash -c '/opt/rtd/core/rtd-oem-enable-config.sh ; exit 0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement