From c2b66cfb9a9e25215ce3e5608636c81eefd38385 Mon Sep 17 00:00:00 2001 From: bcurran3 Date: Thu, 5 Sep 2024 12:38:22 -0700 Subject: [PATCH] Update README.md about automount variable Documentation references VIRTUAL_MEDIA as the environmental variable to search for the ISO to automount. The mountiso.sh script actually uses VIRTUAL_ISO to automount the ISO file; e.g. "xdotool type "/vmedia/$VIRTUAL_ISO"" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8be2e73..0f38fd0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The web interface will be available on port 5800 while the VNC server can be acc |`IDRAC_PASSWORD`| Password for your iDRAC instance. | Yes | |`IDRAC_PORT`| The optional port for the web interface. (443 by default) | No | |`IDRAC_KEYCODE_HACK`| If you have issues with keyboard input, try setting this to ``true``. See [here](https://github.com/anchor/idrac-kvm-keyboard-fix) for more infos. | No | -|`VIRTUAL_MEDIA`| Filename of iso located within /vmedia to automount | No | +|`VIRTUAL_ISO`| Filename of iso located within /vmedia to automount | No | **For advanced configuration options please take a look [here](https://github.com/jlesage/docker-baseimage-gui#environment-variables).**