Skip to content

Commit

Permalink
"Boot qubes from CD-ROM" shouldnt show the same qube as source
Browse files Browse the repository at this point in the history
fixes: QubesOS/qubes-issues#9344
(cherry picked from commit 95a5c5b)
  • Loading branch information
alimirjamali authored and marmarek committed Sep 2, 2024
1 parent ff6cb1f commit 01ad84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesmanager/bootfromdevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init_buttons__(self):
utils.initialize_widget_with_vms(
widget=self.fileVM,
qubes_app=self.qubesapp,
filter_function=(lambda x: x != self.vm),
allow_internal=True
)

Expand Down

0 comments on commit 01ad84f

Please sign in to comment.