blob: cfa579c5e1282ac79bbaafa250efd29e4d9679fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
* Fri Oct 11 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 1.0
- The default entry in the 'loader.conf' file should not have the '.conf'
suffix, but 'setup-efi-ivi' added it, so gummiboot always ignored our default
entry. Fix this issue.
* Mon Sep 30 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 1.0
- Use mount prefix when searching for the gummiboot MBR binaries.
* Thu Aug 1 10:34:52 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 1.0
- Fix the gummiboot configuration files path in the x64 case.
* Wed Jun 26 10:46:55 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 1.0
- Improve the 'setup-efi-ivi' script and generate gummiboot entries for all installed
kernels, not only the latest one.
* Wed Jun 26 09:33:05 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 1.0
- Add new script: setup-gummiboot-config. This script updates the gummiboot
configuration file when a new kernel is installed, or some kernel was
uninstalled.
* Wed Jun 26 04:41:07 UTC 2013 Artem Bityutskiy * <artem.bityutskiy@linux.intel.com> 1.0
- Rename the gummiboot kernel entry file from 'vmlinuz-default.conf' to
'vmlinuz-$VERSION.conf'.
* Tue Jun 25 13:54:36 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 1.0
- This package configures the system to support UEFI boot.
|