Skip to content

syntax error in Readme for PACKER_FLAGS #1

@grsiepka

Description

@grsiepka

Hi, going thru your guide here and ran into small syntax error.

export PACKER_FLAGS="-var disk_format=raw cpu_type=host"

It looks like packer is expecting only one key=value pair for each -var. Any make build-proxmox-OS throws a Error 1 syntax error.

What worked for me was:

export PACKER_FLAGS="-var disk_format=raw -var cpu_type=host"

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions