diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index b265ace..f9eaf72 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -29,7 +29,7 @@ Main() { apt-get install -y gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-pulseaudio gstreamer1.0-alsa apt-get install -y nano htop curl ncdu gpg dtrx localepurge mtr-tiny screen iotop git wget net-tools sudo file bash-completion psmisc dnsutils software-properties-common apt-transport-https xauth aptitude fzf apt-get install -y bluez-alsa-utils bluez bluez-tools - apt-get install -y lightdm slick-greeter + apt-get install -y lightdm slick-greeter xrdp xorgxrdp apt-get install -y wsjtx @@ -80,6 +80,9 @@ Main() { # fix upower.service startup sed -i 's/PrivateUsers=yes/#PrivateUsers=yes/g' /lib/systemd/system/upower.service + # xrdp + adduser xrdp ssl-cert + case $RELEASE in stretch) # your code here diff --git a/userpatches/overlay/root/chroot_onboard.sh b/userpatches/overlay/root/chroot_onboard.sh index bf66990..acc34c9 100755 --- a/userpatches/overlay/root/chroot_onboard.sh +++ b/userpatches/overlay/root/chroot_onboard.sh @@ -18,7 +18,7 @@ if [ "$1" == "start" ] ; then mount -o bind /var/run/pulse /mnt/x6100/tmp/pulse mkdir -p /var/run/dbus - mkdir -p /mnt/x6100 /var/run/dbus + mkdir -p /mnt/x6100/var/run/dbus mount -o bind /var/run/dbus /mnt/x6100/var/run/dbus mkdir -p /mnt/x6100/tmp/dbus mount -o bind /var/run/dbus /mnt/x6100/tmp/dbus