Closed tomdeakin closed 3 years ago
OK, it's because the stuff in the compute_image_extra.sh
needs to be run as root. Can I request that the comment in that file reminds the user about that.
$ cat compute_image_extra.sh
#! /bin/bash
# Add any commands you wish to run in the compute image to this file
# and rerun `run-packer`
# Remember the commands might need to run as root! (e.g. sudo yum -y install gcc)
sudo yum -y install gcc gcc-c++ environment-modules
I have added these, along with an example yum install line.
I'm seeing issues adding new default packages to the aarch64 images.