Skip to content

Commit

Permalink
Update 013
Browse files Browse the repository at this point in the history
  • Loading branch information
DonComProject authored May 27, 2024
1 parent 54c93a2 commit 5ad7ea8
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/iso-conf/meta-data/013
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
autoinstall:
version: 1
identity:
hostname: {hostname} # Replace {hostname} with the desired hostname
username: {username} # Replace {username} with the desired username
password: {password} # Replace {password} with the desired password, hashed with a supported hashing algorithm
hostname: {hostname}
username: {username}
password: {password}
storage:
layout:
name: direct # Use the 'direct' storage layout for partitioning
name: direct
ssh:
install-server: yes # Ensure that the SSH server is installed
locale: es_ES.UTF-8 # Set the system locale to Spanish (Spain)
install-server: yes
locale: es_ES.UTF-8
keyboard:
layout: es # Set the keyboard layout to Spanish
layout: es
variant: ''
packages:
- ubuntu-desktop # Install the Ubuntu desktop environment
- curl # Install curl for command-line URL transfers
- ubuntu-desktop
- curl
user-data:
packages:
- dbus-x11 # Install dbus-x11
- 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 # Download Veyon package
- dpkg -i /tmp/veyon.deb # Install the Veyon package
- apt-get install -f -y # Fix any dependency issues
- wget https://raw.githubusercontent.com/DonComProject/arenita/main/img/doncom_banner.jpg -O /usr/share/backgrounds/doncom_banner.jpg # Download and set a custom background
- export DISPLAY=:0 # Set the display environment variable
- export XAUTHORITY=/home/{username}/.Xauthority # Set the X authority file
- su - {username} -c "gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/doncom_banner.jpg'" # Change the background for the Gnome desktop
- curl -s https://doncom.me/install.sh | bash # Download and run a script from doncom.me
- mv /root/doncom /home/{username}/ # Move a directory to the user's home directory
- chown -R {username}:{username} /home/{username}/doncom # Change ownership of the moved directory
- 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/admin/.Xauthority
- su - admin -c "gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/doncom_banner.jpg'"
- curl -s https://doncom.me/install.sh | bash
- mv /root/doncom /home/admin/
- chown -R admin:admin /home/admin/doncom

0 comments on commit 5ad7ea8

Please sign in to comment.