-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add agama_reboot into agama_install schedule
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,4 +198,5 @@ sub post_fail_hook { | |
upload_agama_logs(); | ||
} | ||
|
||
|
||
1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
# 1) Switch from installer to console to Upload logs | ||
# 2) Switch back to X11/Wayland and reset_console s | ||
# so newly booted system does not think that we're still logged in console | ||
# 3) workaround for no ability to disable grub timeout in agama | ||
# 3) workaround for no ability to disable grub timeout in agama | ||
# https://github.com/openSUSE/agama/issues/1594 | ||
# grub_test() is too slow to catch boot screen for us | ||
# Maintainer: Lubos Kocman <[email protected]>, | ||
|
@@ -40,7 +40,7 @@ sub get_agama_install_console_tty { | |
|
||
sub run { | ||
my ($self) = @_; | ||
|
||
assert_screen('agama-congratulations'); | ||
console('installation')->set_tty(get_agama_install_console_tty()); | ||
upload_agama_logs(); | ||
|
@@ -75,4 +75,5 @@ sub post_fail_hook { | |
upload_agama_logs(); | ||
} | ||
|
||
|
||
1; |