Skip to content

Commit

Permalink
to_remove: Add initial-setup
Browse files Browse the repository at this point in the history
Previously if the initial-setup package was installed on a system, the
upgrade caused that the user was asked to accept the EULA and other
questions, during the first boot into the upgraded system. This causes
the system to stop the startup and it gets stuck on this point unless
someone interactively answers these questions.

This patch adds the initial-setup package to the list of rpms to be
removed during the upgrade transaction to ensure that this is no longer
happening.

Issue: OAMG-1531
Signed-off-by: Vinzenz Feenstra <[email protected]>
  • Loading branch information
vinzenz committed Feb 3, 2021
1 parent 4bd2d2c commit 785e961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/leapp/transaction/to_remove
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
### List of packages (each on new line) to be removed from the upgrade transaction
# Removing initial-setup package to avoid it asking for EULA acceptance during upgrade - OAMG-1531
initial-setup

0 comments on commit 785e961

Please sign in to comment.