diff options
| author | Javier <dev.git@javispedro.com> | 2022-02-09 01:09:19 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2022-02-09 01:09:19 +0100 |
| commit | e575d4df4c5c0cd67bb031361e09ec497562934d (patch) | |
| tree | 5d0f1151109d7a8fd5f9b547c4fd64193205cad5 /scripts | |
| parent | 9314830b7674e670807ef210d1e408c7be79947e (diff) | |
| download | vmusic-e575d4df4c5c0cd67bb031361e09ec497562934d.tar.gz vmusic-e575d4df4c5c0cd67bb031361e09ec497562934d.zip | |
cleanup makefile, build-time disable verbose logging by default
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" |
