diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/logenv.sh | 2 | ||||
-rwxr-xr-x | scripts/try.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/logenv.sh b/scripts/logenv.sh index 53de2db..e253426 100644 --- a/scripts/logenv.sh +++ b/scripts/logenv.sh @@ -1,6 +1,6 @@ export VBOX_LOG_DEST="nofile stderr" export VBOX_LOG_FLAGS="thread time" -export VBOX_LOG="+dev_sb16.e.l.f" +export VBOX_LOG="+dev_sb16.e.l.f.l3.l5.l7.l9" export VBOX_RELEASE_LOG_DEST="nofile stderr" export VBOX_RELEASE_LOG="-all +dev_sb16.e.l.f" diff --git a/scripts/try.sh b/scripts/try.sh index 0f88c1d..da5c31e 100755 --- a/scripts/try.sh +++ b/scripts/try.sh @@ -11,4 +11,6 @@ fi source scripts/logenv.sh +# --debug + exec /usr/lib/virtualbox/VirtualBoxVM --startvm "$vm" |