From: William Douglas Date: Fri, 22 Mar 2013 20:16:41 +0000 (-0700) Subject: Add efi-shell 2.0 binary. X-Git-Tag: accepted/tizen/20130503.223524^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0_common;p=platform%2Fupstream%2Fefi-shell.git Add efi-shell 2.0 binary. --- 53b6e6a59db79b6978508f69c6e9712449f38abf diff --git a/packaging/efi-shell.spec b/packaging/efi-shell.spec new file mode 100644 index 0000000..3bf9c01 --- /dev/null +++ b/packaging/efi-shell.spec @@ -0,0 +1,23 @@ +Name: efi-shell +Version: 2.0 +Release: 1 +License: BSD-3-Clause +Summary: Shell for the firmware +Url: http://sourceforge.net/projects/edk2/ +Group: Base/Startup +Source0: packaging/shell.efi + +%description +EFI Shell for loading EFI applications including bootloaders. + +%prep + +%build + +%install +rm -fr %{buildroot} +install -D %{SOURCE0} %{buildroot}/boot/EFI/shellx64.efi + +%files +%defattr(-,root,root) +/boot/EFI/shellx64.efi diff --git a/packaging/shell.efi b/packaging/shell.efi new file mode 100644 index 0000000..7667a07 Binary files /dev/null and b/packaging/shell.efi differ