From 1a867df9a9678d4b29fd28dc1ccc2ba534a1962e Mon Sep 17 00:00:00 2001 From: Stack Date: Tue, 13 Jul 2021 21:46:29 -0500 Subject: [PATCH] Fixed a few things on a fresh pass --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8f9ff6..e062cc4 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,16 @@ This install process is assuming that you are building from a Rocky Linux instal ## Packages that need to be installed -First install Epel release to enable the extra packages needed. +First update local packages. +`sudo dnf clean all && sudo dnf update -y` + +Next install Epel release to enable the extra packages needed. `sudo dnf install -y epel-release` Then install the packages needed for this project: -`sudo dnf install git tar python3 make python3-imgcreate python3-progress syslinux-extlinux` +`sudo dnf install -y git tar python3 make python3-imgcreate python3-progress` ## Python 3 needs to be configured @@ -42,4 +45,4 @@ Any changes you want and need to make to the kickstart should happen now. This g The script requires a path as an argument where it will store the final image. The script will verify and create the directory, if necessary. -`./Rocky8_Rpi4_mkimage.sh ~/images/` +`sudo ./Rocky8_Rpi4_mkimage.sh /home/rocky/images/`