diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-24 16:39:07 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-24 16:39:07 -0400 |
| commit | f42b58fc50c5906a61f2f949f526d56f4cfc48d9 (patch) | |
| tree | 972489c81ac5aa8f279c7f1ad7ba972bc0e9e6f3 /debian/rules | |
| parent | 0283a7456e3c16c3c2430160e57ea4f838dc94dc (diff) | |
| download | efi-boot-shim-f42b58fc50c5906a61f2f949f526d56f4cfc48d9.tar.gz efi-boot-shim-f42b58fc50c5906a61f2f949f526d56f4cfc48d9.zip | |
* debian/rules:
- define RELEASE and COMMIT_ID for the snapshot.
- Set ENABLE_HTTPBOOT to enable the HTTP Boot feature.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6c2cef1e..35668dfe 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,11 @@ export EFI_ARCH := aa64 endif COMMON_OPTIONS = \ + RELEASE=15 \ + COMMIT_ID=dd3230d07f369cc39caaa7eb23558a64586d2713 \ MAKELEVEL=0 \ EFI_PATH=/usr/lib \ + ENABLE_HTTPBOOT=true \ ENABLE_SHIM_CERT=1 \ ENABLE_SBSIGN=1 \ VENDOR_CERT_FILE=$(cert) \ |
