Skip to content

Commit

Permalink
Install xserver-xorg by default
Browse files Browse the repository at this point in the history
xserver-xorg is needed to open GUI applications via ssh without a desktop environment.

Signed-off-by: mlradu <[email protected]>
  • Loading branch information
mlradu committed May 22, 2024
1 parent 62b83c1 commit 63dc563
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
# Copyright (c) 2024 Analog Devices, Inc.
# Author: Larisa Radu <[email protected]>

# Install mandatory packages
# This script needs to exist even if it is empty so that the packages list is read and installed
chroot "${BUILD_DIR}" << EOF
# Install xserver-xorg inside chroot
# Use DEBIAN_FRONTEND=noninteractive to suppress interactive prompt from keyboard-configuration package and use the default answer
DEBIAN_FRONTEND=noninteractive apt-get install -y xserver-xorg
EOF

0 comments on commit 63dc563

Please sign in to comment.