Skip to content

Commit

Permalink
Set --rdp in liveinst unsupported
Browse files Browse the repository at this point in the history
Previously it was vnc but we switched to RDP instead.
  • Loading branch information
jkonecny12 committed Sep 10, 2024
1 parent 992d8b9 commit d0629d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/liveinst/liveinst
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ for opt in $(cat /proc/cmdline) "$@"; do
fi
exit 1
;;
vnc|--vnc)
rdp|rdp.username|rdp.password|--rdp|--rdp.username|--rdp.password)
title="Configuration not supported"
text="VNC is not supported on live media."
text="RDP is not supported on live media."
if which zenity &> /dev/null; then
zenity --warning --title="$title" --text="$text"
else
Expand Down

0 comments on commit d0629d4

Please sign in to comment.