Go to file
Peter Ajamian ac6fbedc21
Attempt to run dnf update before the migration (#58)
* Attempt to run dnf update before the migration.

While a migration will generally work without first running dnf update, thera
are several advantages of attempting to run an update first:

* We catch corner cases that an update will solve.

* Since we're running a distro-sync at the end, it effectively updates anyways
  and the same things that will break a distro-sync will often times break an
  update.  By attempting to run the update first we will discover those
  breakages before we put the system into an unstable state and we can bail out
  if the update fails, preventing a potentially disastrous outcome.
2021-06-29 21:21:33 +12:00
migrate2rocky Attempt to run dnf update before the migration (#58) 2021-06-29 21:21:33 +12:00
mirror Update broken link 2021-06-21 10:31:37 -05:00
LICENSE Adds License File 2021-06-29 07:15:49 +12:00
README.md Move migrate2rocky into it's own subdirectory. 2021-06-11 19:17:16 +02:00

Rocky Tools

Various scripts and tools that we find useful, whether we use them or they are made for public consumption.

migrate2rocky -- Conversion Script

Running this script will convert an existing CentOS 8 system to Rocky Linux 8.

mirrorsync -- Mirror Script

Example script for keeping a public or private mirror in sync.