Skip to content

Commit

Permalink
New screenshots from v0.3.10
Browse files Browse the repository at this point in the history
also change name of VM main menu option
  • Loading branch information
norbertkiszka committed Apr 29, 2024
1 parent 399a155 commit d7e1c48
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified screenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/lib/user-interaction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ main_menu()
if [ "$DIFFICULTY" == "expert" ] ; then
if [ "$(ls $BUILD/images/*.img 2> /dev/null)" != "" ] ; then
if [ "$(uname -m)" == "x86_64" ] && modprobe kvm 2> /dev/null && which kvm > /dev/null && [[ "${ARCH}" == "amd64" || "${ARCH}" == "i386" ]] ; then
whiptail_menu_option_add "14" "Run VM on image"
whiptail_menu_option_add "14" "Run VM from image"
elif [ "$(uname -m)" == "i386" ] && modprobe kvm 2> /dev/null && which kvm > /dev/null && [ "${ARCH}" == "i386" ] ; then
whiptail_menu_option_add "14" "Run VM on image"
fi
Expand Down

0 comments on commit d7e1c48

Please sign in to comment.