Fixed a few things on a fresh pass

This commit is contained in:
Chris Stackpole 2021-07-13 21:46:29 -05:00
parent 8bdaa246e8
commit 1a867df9a9
1 changed files with 6 additions and 3 deletions

View File

@ -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/`