installerfw-sh-functions: save installer name too
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 3 Jan 2014 12:04:28 +0000 (14:04 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 3 Jan 2014 12:04:28 +0000 (14:04 +0200)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
installerfw-sh-functions

index d865023..7d8a9b3 100644 (file)
@@ -75,6 +75,7 @@ installerfw_save_env()
 -e '^INSTALLERFW_PART[[:digit:]]\+_UUID=' \
 -e '^INSTALLERFW_PART_COUNT=' \
 -e '^INSTALLERFW_PTABLE_FORMAT=' \
+-e '^INSTALLERFW_INSTALLER_NAME=' \
 "
 
        local variables="$(printenv | eval "LC_ALL=C grep $opts")"