Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include proper iso volume label when running docker run eve installer…
…_iso The mkimage-iso-efi can override the default iso volume label based on the env variable VOLUME_LABEL. We use this when we call tools/makeiso.sh to set the label to EVEISO. The installer in turn looks for this label to find its installer iso to use for installs. This label-setting did not, however, get carried over to eve/runme.sh, which means that `docker run lfedge/eve installer_iso` creates an iso with the wrong volume label, and thus install fails. This fixes it so that it sets the volume label correctly. Signed-off-by: Avi Deitcher <avi@deitcher.net>
- Loading branch information