mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-05 07:41:37 +01:00
Merge branch 'master' of ssh://gitrw.chromium.org:9222/crosutils
This commit is contained in:
commit
e90029493e
@ -107,10 +107,9 @@ def main(argv):
|
||||
keylist.extend(kl.split(','))
|
||||
else:
|
||||
keylist = None
|
||||
if not args:
|
||||
args = ["."]
|
||||
printfunc(args, use_timestats, keylist)
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) > 1:
|
||||
main(sys.argv[1:])
|
||||
else:
|
||||
main(["."])
|
||||
main(sys.argv[1:])
|
||||
|
||||
@ -146,7 +146,6 @@ cros_secure
|
||||
kern_guid=%U
|
||||
tpm_tis.force=1
|
||||
tpm_tis.interrupts=0
|
||||
nmi_watchdog=1
|
||||
EOF
|
||||
WORK="${WORK} ${FLAGS_working_dir}/config.txt"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user