Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #cloud-config
- autoinstall:
- version: 1
- shutdown: reboot
- timezone: geoip
- shutdown: poweroff
- drivers:
- install: true
- ssh:
- allow-pw: true
- install-server: true
- keyboard:
- layout: se
- identity:
- hostname: "Template_ubuntu_24.04.1__ubuntu-server_server_2024-09-04-1725472052"
- username: "*****"
- password: "*****"
- storage:
- layout:
- name: lvm
- sizing-policy: all
- # password: "letmein1234"
- packages:
- - dialog
- - git
- - curl
- - wget
- - zip
- - p7zip-full
- - byobu
- - dialog
- - vim
- - neofetch
- - ubuntu-desktop
- late-commands:
- - echo "******************* ubuntu-server VDI Config ********************"
- - curtin in-target --target=/target -- /bin/bash -c 'mkdir -p /opt/rtd ; exit 0'
- - curtin in-target --target=/target -- /bin/bash -c 'git clone --depth=1 https://github.com/vonschutter/RTD-Setup.git /opt/rtd ; exit 0'
- - 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