diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/shim.install | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8a4958b4..7eaaa6d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shim (0.4-0ubuntu5) UNRELEASED; urgency=low + + * Install fallback.efi.signed as well, to lay the groundwork for fallback + handling (wanted when we have to move a drive between machines, or when + the firmware loses its marbles^W nvram). + + -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 26 Sep 2013 18:44:56 -0700 + shim (0.4-0ubuntu4) saucy; urgency=low * debian/patches/fix-tftp-prototype: pass the right arguments to diff --git a/debian/shim.install b/debian/shim.install index 9920ddb4..97d99c43 100644 --- a/debian/shim.install +++ b/debian/shim.install @@ -1,2 +1,3 @@ shim.efi /usr/lib/shim MokManager.efi.signed /usr/lib/shim +fallback.efi.signed /usr/lib/shim |
