- Rename your VM in your folder to cis335-g#-s#-template
- Change the hostname of your system to cis335-g#-s#-template:
1hostnamectl set-hostname cis335-g#-s#-template
- Make sure your VM is up to date with all patches:
- Ensure the bash-completion package is installed:
3dnf install -y bash-completion
- Install the perl package on your VM:
- Perl is an early programming lanuage used on Unix machines. It stands for Practical Extraction and Reporting Language. In order for VMware to clone templates to a new machine, Pearl is needed.
- Poweroff your VM by typing poweroff in the command line.