Go to file
Peter Ajamian 2f40d60ec2 Do not attempt to update EFI boot in containers.
Containers (at least many fo them) will bind-mount /sys which works for most
cases but it means that /sys will indicate EFI boot when it is, in fact, the
host system that has EFI boot.  To fix this we use systemd-detect-virt to see if
we're running in a container and if so we don't attempt to update EFI boot.
2021-08-10 02:57:26 +12:00
migrate2rocky Do not attempt to update EFI boot in containers. 2021-08-10 02:57:26 +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.