| Index: saft/saft_utility.py
|
| diff --git a/saft/saft_utility.py b/saft/saft_utility.py
|
| index bb69eace59c1afb0dac8e02642f8bbcaa1555079..907115d352d602a683338bb02fd31ec4249d0576 100755
|
| --- a/saft/saft_utility.py
|
| +++ b/saft/saft_utility.py
|
| @@ -82,6 +82,7 @@ FWID_NEW_FILE = 'fwid.new' # FWID reported by the firmware being tested.
|
| # The list of shell executables necessary for this program to work.
|
| REQUIRED_PROGRAMS = '''
|
| cgpt blkid flashrom reboot_mode realpath rootdev vbutil_firmware vbutil_kernel
|
| +mosys
|
| '''
|
|
|
| FLASHROM_HANDLER = flashrom_handler.FlashromHandler()
|
|
|