From 4cae3e56a94372485b332225dd9ac06971c69dbd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 24 Mar 2016 14:07:23 -0700 Subject: [PATCH] document `POSTINSTALL` variable (recently added) meant to document this on commit, forgot - it's just a simple doc explanation, so committing without review. --- VARIABLES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/VARIABLES.md b/VARIABLES.md index 3b9e5e1b..26b46710 100644 --- a/VARIABLES.md +++ b/VARIABLES.md @@ -70,6 +70,7 @@ it also means that `B` conflicts `A` even if not shown in the table). | `USER_LOGIN` | string | not set | should be used with `USER_PASSWORD` (unless `false`) | when set, user login is set to this value. If not set, default value `test` is used for console installs, no login is done for graphical installs. If set to `false`, no user login will be done | | `USER_PASSWORD` | string | not set | should be used with `USER_LOGIN` | when set, user password is set to this value. If not set, default value `weakpassword` is used for console installs, no login is done for graphical installs | | `BOOT_UPDATES_IMG_URL` | boolean | `false`/not set | set to indicate that path to updates.img was appended to kernel line | +| `POSTINSTALL` | string | not set | nothing | If set, `tests/(value)_postinstall.pm` will be loaded after install, boot, login, and other postinstall tests | `UEFI` | boolean | `false`/not set | nothing | whether to use UEFI, this variable isn't usually set in test suites but in machine definition | Run variables