diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:45:21 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:45:21 +0200 |
commit | 582e7612f4e997aa2f294d0335b0553ec6e58a9d (patch) | |
tree | 16a0f7319f7c3eb54b3d294ebbdfd29b1fae0c53 /bin | |
parent | 8a864c7d996a33c347178fa3c512152af6287b96 (diff) |
bin:efi-pxeboot -> efi-pxeboot.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efi-pxeboot.py (renamed from bin/efi-pxeboot) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efi-pxeboot b/bin/efi-pxeboot.py index 24ac231..52eace9 100755 --- a/bin/efi-pxeboot +++ b/bin/efi-pxeboot.py @@ -25,7 +25,7 @@ system booted from the network (test passes) or from a local disk (test fails). Usage: - efi-pxeboot + efi-pxeboot.py """ import os |