Skip to content

Commit 5d45127

Browse files
authored
Remove 'minIP.app' from default applications list
1 parent d515894 commit 5d45127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baremetal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cmd=( qemu-system-x86_64
9191
if [ "x$APPS" = x ]; then
9292
APPS="hello.app sysinfo.app systest.app"
9393
if [ "$(uname)" != "Darwin" ]; then
94-
APPS="$APPS helloc.app raytrace.app minIP.app cube3d.app"
94+
APPS="$APPS helloc.app raytrace.app cube3d.app"
9595
fi
9696
fi
9797
# see if BMFS_SIZE was defined for custom disk sizes

0 commit comments

Comments
 (0)