-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use -lefivar and -lefiboot to make device paths and load options. Signed-off-by: Peter Jones <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
For 0.9: | ||
|
||
- support for setting hotkeys | ||
- support for driver variables, not just boot variables. | ||
- support for arbitrary device paths with -c (including guid parsing) | ||
- audit for missing unparse_*_path() types. | ||
- verify/debug NVME code | ||
- maintain a list of known GUIDs and print {vendor} instead of the full GUID | ||
- accept these for arbitrary paths as well. | ||
- these are done in libefivar, but efibootmgr still needs some work on it | ||
- MS-DOS style extended partitions | ||
- lots more network stuff | ||
- IPv6 with various discovery methods | ||
- IPv4 w/o dhcp | ||
- make sure FCoE works | ||
- iscsi | ||
- make sure nvme works |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Version: @@VERSION@@ | |
Release: 1%{?dist} | ||
Group: System Environment/Base | ||
License: GPLv2+ | ||
URL: http://github.com/vathpela/%{name}/ | ||
URL: http://github.com/rhinstaller/%{name}/ | ||
BuildRequires: git | ||
BuildRequires: efivar-libs >= 0.19 , efivar-devel >= 0.19 | ||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX) | ||
|
@@ -15,7 +15,7 @@ ExclusiveArch: %{ix86} x86_64 aarch64 | |
Conflicts: elilo <= 3.6-6 | ||
Obsoletes: elilo <= 3.6-6 | ||
|
||
Source0: https://github.com/vathpela/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 | ||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 | ||
|
||
%description | ||
%{name} displays and allows the user to edit the Intel Extensible | ||
|
@@ -55,6 +55,11 @@ rm -rf %{buildroot} | |
%doc README INSTALL COPYING | ||
|
||
%changelog | ||
* Thu May 28 2015 Peter Jones <[email protected]> - 0.12-1 | ||
- Update to 0.12 | ||
- use libefiboot and libefivar to make device paths and load options | ||
- don't depend on -lz or -lpci any more | ||
|
||
* Tue Oct 21 2014 Peter Jones <[email protected]> - 0.11.0-1 | ||
- Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1 | ||
- Generate more archives to avoid people using github's, because they're just | ||
|