Skip to content

Commit

Permalink
Create meta-data v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrl39 authored May 23, 2024
1 parent 0a8badd commit c0b2e34
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/iso-conf/meta-data v3
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#cloud-config
autoinstall:
version: 1
identity:
hostname: doncom
username: admin
password: $6$A8TPSoM/hhcc6jkv$5WAmDVk6JP0xj76DmeO711VC2grPZJAXmS88tiG13kowziCM1U0zZKNPkMhPv3HiSNV6c2JslSpsfA.UbmlQV1
storage:
layout:
name: direct
ssh:
install-server: yes
locale: es_ES.UTF-8
keyboard: {layout: es, variant: ''}
packages:
- ubuntu-desktop
user-data:
packages:
- dbus-x11
runcmd:
- wget https://github.com/DonComProject/arenita/raw/main/src/deb-files/veyon_4.8.3.0-ubuntu.jammy_amd64.deb -O /tmp/veyon.deb
- dpkg -i /tmp/veyon.deb
- apt-get install -f -y
- wget https://raw.githubusercontent.com/DonComProject/arenita/main/img/doncom_banner.jpg -O /usr/share/backgrounds/doncom_banner.jpg
- sudo -u admin dbus-launch gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/doncom_banner.jpg'

0 comments on commit c0b2e34

Please sign in to comment.