diff options
Diffstat (limited to 'packaging/efi-shell.spec')
-rw-r--r-- | packaging/efi-shell.spec | 23 |
1 files changed, 23 insertions, 0 deletions
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 |