We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d7a4f commit bfddbeeCopy full SHA for bfddbee
tests/update2.pm
@@ -89,6 +89,12 @@ sub run {
89
my $latest_kernel = script_output('ls -1v /var/lib/qubes/vm-kernels|grep "^[0-9]" |tail -1');
90
assert_script_run("qubes-prefs default-kernel $latest_kernel");
91
}
92
+
93
+ # Instead of
94
+ # https://github.com/QubesOS/qubes-core-admin-addon-whonix/pull/24, until
95
+ # Whonix 18 happens
96
+ script_run("qvm-prefs whonix-workstation-17 memory 500");
97
98
my $targets="--templates";
99
if (get_var('TEST_TEMPLATES')) {
100
# do a reverse map, new->old
0 commit comments