Skip to content

Commit

Permalink
Create 007
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrl39 authored May 24, 2024
1 parent 1a3509e commit bc20fce
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/iso-conf/meta-data/007
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#cloud-config
autoinstall:
version: 1
identity:
hostname: {hostname}
username: {username}
password: {password}
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
- slapd
- ldap-utils
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
- export DISPLAY=:0
- export XAUTHORITY=/home/myusername/.Xauthority
- gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/doncom_banner.jpg'
- echo "slapd slapd/no_configuration boolean false" | debconf-set-selections
- echo "slapd slapd/domain string doncom" | debconf-set-selections
- echo "slapd shared/organization string 'doncom'" | debconf-set-selections
- echo "slapd slapd/password1 password davidtomas" | debconf-set-selections
- echo "slapd slapd/password2 password davidtomas" | debconf-set-selections
- dpkg-reconfigure -f noninteractive slapd

0 comments on commit bc20fce

Please sign in to comment.