diff options
| author | Carlo Caione <carlo@endlessm.com> | 2016-09-16 15:43:47 +0200 |
|---|---|---|
| committer | Carlo Caione <carlo@endlessm.com> | 2016-09-16 16:02:30 +0200 |
| commit | 3a76d4a12e325b8dfffa25fa1d9bd4a2f50c93a8 (patch) | |
| tree | 1396e882383a26923b62e46a2261bfaaa77a1630 | |
| parent | d6d701c8169ac4bdb7845767368d2c314658b56a (diff) | |
| download | efi-boot-shim-3a76d4a12e325b8dfffa25fa1d9bd4a2f50c93a8.tar.gz efi-boot-shim-3a76d4a12e325b8dfffa25fa1d9bd4a2f50c93a8.zip | |
shim: Introduce BOOT.CSV
Signed-off-by: Carlo Caione <carlo@endlessm.com>
| -rw-r--r-- | debian/BOOT.CSV.utf8 | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 | ||||
| -rw-r--r-- | debian/shim-efi-image.install | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/BOOT.CSV.utf8 b/debian/BOOT.CSV.utf8 new file mode 100644 index 00000000..097496a4 --- /dev/null +++ b/debian/BOOT.CSV.utf8 @@ -0,0 +1 @@ +shim.efi,Endless,,This is the boot entry for Endless OS diff --git a/debian/rules b/debian/rules index d67a6a38..7ebe0e6f 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,4 @@ override_dh_auto_build: cp -v shim.efi bootx64.efi cp -v MokManager.efi.signed MokManager.efi cp -v fallback.efi.signed fallback.efi + iconv -t utf-16le debian/BOOT.CSV.utf8 > BOOT.CSV diff --git a/debian/shim-efi-image.install b/debian/shim-efi-image.install index f7abe8bb..be39aa40 100644 --- a/debian/shim-efi-image.install +++ b/debian/shim-efi-image.install @@ -2,3 +2,4 @@ bootx64.efi /boot/efi/EFI/BOOT/ fallback.efi /boot/efi/EFI/BOOT/ MokManager.efi /boot/efi/EFI/endless/ shim.efi /boot/efi/EFI/endless/ +BOOT.CSV /boot/efi/EFI/endless/ |
