mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 10:41:27 +00:00
Don't do the plymouth workaround for ostree deployments
...because we don't have RPM there, Jim. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
25210463c5
commit
2c3241dc75
@ -139,7 +139,7 @@ sub run {
|
||||
my @actions;
|
||||
my $relnum = get_release_number;
|
||||
push (@actions, 'consoletty0') if (get_var("ARCH") eq "aarch64");
|
||||
push (@actions, 'plymouth') if (get_var("ARCH") eq "aarch64" && get_var("ENCRYPT_PASSWORD") && $relnum > 33);
|
||||
push (@actions, 'plymouth') if (get_var("ARCH") eq "aarch64" && get_var("ENCRYPT_PASSWORD") && $relnum > 33 && !get_var("CANNED"));
|
||||
push (@actions, 'abrt') if (get_var("ABRT", '') eq "system");
|
||||
push (@actions, 'rootpw') if (get_var("INSTALLER_NO_ROOT"));
|
||||
# memcheck test doesn't need to reboot at all. Rebooting from GUI
|
||||
|
Loading…
Reference in New Issue
Block a user