configure.ac: Set values to support a default configuration

The recipe for this repo sets by default two values: support a max
of one bmc version (supporting two is not currently supported in
the default static bmc layout and also should be opt-in as it
increases complexity), and sets the media directory to /run/media
(the default fstab mounts /run as tmpfs whereas the ubi distro
feature has a modified fstab to mount /media as a tmpfs).

Set these values as default in the config file so that users
building this repo get the expected options for a default
configuration.

The recipe when building for a ubi layout sets these variables
accordingly (max number to 2 and media dir to /media).

Change-Id: I031fdaba0a27fe3fb58a6bc10581975e62ef5cc3
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed