Dan Horák
920a9af392
- rebased to 2.12.0
2020-01-06 06:22:01 -05:00
Dan Horák
4295214706
- drop src_vipa ( #1781683 )
...
- kernel-install: skip BOOT_IMAGE param when copying the cmdline to BLS snippets
2019-12-13 13:32:12 +01:00
Dan Horák
594bda140c
update changelog
2019-12-02 15:52:42 +01:00
Javier Martinez Canillas
2cd85a32d2
- remove 00-zipl-prepare.install plugin that is not needed anymore
...
The kernel-install plugin removed the "${BOOT_DIR_ABS%/*}" directory that
was created unconditionally by the kernel-install script. Since the other
plugins used the existence of this directory as the indication on whether
systemd-boot was used or not.
But now the kernel-install script doesn't unconditionally create this dir
anymore and if $BOOT/$MACHINE_ID exists, so there's no need anymore to do
any cleanup.
2019-12-02 15:52:37 +01:00
Dan Horák
87ca1f4032
update changelog
2019-12-02 13:38:45 +01:00
Dan Horák
cb145202ea
apply kernel install/update script fixes from #1600480 , #1665060
2019-12-02 13:36:48 +01:00
Dan Horák
0379a19cd4
merge stage3 signing support from RHEL
2019-09-12 14:04:25 +02:00
Dan Horák
18c25ca8a6
- rebased to 2.11.0
2019-09-09 08:05:11 -04:00
Dan Horák
b42105540f
- rebased to 2.10.0
2019-08-05 10:22:13 -04:00
Fedora Release Engineering
a8004b6c5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 22:35:18 +00:00
Dan Horák
4f95e67dc9
- fix /tmp being deleted when kernel-core is installed in a container ( #1726286 ) (javierm)
2019-07-02 17:07:15 +02:00
Igor Gnatenko
81aaf37c09
Rebuild for RPM 4.15
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-11 17:22:19 +02:00
Dan Horák
61130fa91d
- rebased to 2.9.0
2019-05-22 08:27:50 -04:00
Dan Horák
1a182b31d3
- dbginfo.sh needs tar ( #1705628 )
2019-05-02 19:03:28 +02:00
Dan Horák
b1b957aaf0
- fix building zipl with gcc9 ( #1687085 )
2019-03-09 17:50:42 +01:00
Dan Horák
bd0e3fb9c2
- rebased to 2.8.0
2019-02-18 07:31:45 -05:00
Fedora Release Engineering
6fa2feaf5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 14:41:20 +00:00
Igor Gnatenko
378300fbc7
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:48 +01:00
Dan Horák
234b2c55c3
- create cpacfstats group needed by cpacfstatsd
2019-01-28 16:42:02 +01:00
Dan Horák
848b61ef39
switch to using %{buildroot} only
2019-01-10 10:21:37 +01:00
Dan Horák
b45c50cd89
- load protected key support kernel module early on boot
2019-01-10 10:19:08 +01:00
Dan Horák
f39b11e184
drop upstreamed patch
2019-01-04 11:25:06 +01:00
Dan Horák
51e189a385
- rebased to 2.7.1
2019-01-02 08:44:15 -05:00
Dan Horák
95b85f6150
- fix deps for dropped cmsfs subpackage
2018-12-05 14:42:09 +01:00
Dan Horák
a8e0a7dfa6
- drop the original cmsfs subpackage
2018-11-19 10:22:54 -05:00
Dan Horák
b0eb99190c
- Make zipl to use the BLS title field as the IPL section name
2018-11-12 17:07:10 +01:00
Dan Horák
01b858f02d
- rebased to 2.7.0
2018-10-31 07:21:30 -04:00
Dan Horák
2ff30e744f
- don't relink the zkey tools
2018-10-22 15:05:00 +02:00
Peter Jones
c301cb59af
Make the blscfg sort order match what grub2 and grubby do.
...
Signed-off-by: Peter Jones <pjones@redhat.com>
2018-10-19 11:56:25 +02:00
Javier Martinez Canillas
2f4b67cd1e
Fix kernel-install scripts issues ( #1634803 )
...
The 91-zipl.install kernel-install script attempts to execute zipl when a
kernel is installed, but this will fail if there isn't a zipl confg file.
Also, the kernel-install scripts are using ',' as the sed delimiter when
updating the kernel command line options in the BLS fragment file. But it
is valid to have that character in a cmdline so instead use '#' for that.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-10-01 19:19:00 +02:00
Dan Horák
a8d596d27b
- Makefile cleanups
2018-09-21 11:02:12 +02:00
Dan Horák
8473d5923b
- drop redundant systemd services installation
2018-09-21 04:55:00 -04:00
Dan Horák
80686e380e
fix patch application
2018-09-14 16:17:14 +02:00
Dan Horák
7ffae6dc71
- add FIEMAP support into zipl
2018-09-14 16:07:37 +02:00
Dan Horák
4b248d8445
- fix R:/BR: perl
2018-08-14 13:58:42 +02:00
Dan Horák
e9f0a67862
- rebased to 2.6.0
...
- include zdev dracut module
2018-08-10 16:31:48 +02:00
Dan Horák
36ad014995
- add missing zkey infrastructure ( #1610242 )
2018-07-31 13:50:38 +02:00
Dan Horák
877da844b3
- don't override TERM for console
2018-07-27 12:13:49 +02:00
Dan Horák
f25abae336
- network-scripts are required for network device initialization
2018-07-26 11:40:21 +02:00
Dan Horák
4238dfb8b8
add BR: gcc-c++
2018-07-16 12:45:50 +02:00
Fedora Release Engineering
8a861db4e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 05:39:06 +00:00
Dan Horák
dbc645a2c4
- rebased to 2.5.0
2018-06-11 13:24:22 +02:00
Javier Martinez Canillas
6aab78b451
- add BLS support to zipl and add kernel-install scripts to create BLS files
...
Add patches to support population IPL sections using BootLoaderSpec files
instead of having them defined in the zipl.conf file. This allows to have
a static zipl.conf file, and update the boot entries by just dropping BLS
fragments files in a directory.
In this configuration the grubby tool isn't used, and instead all needed
tasks (copy kernel, generate an initramfs, copy BLS configs, etc) should
be made by kernel-install scripts.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-05-30 14:50:30 +02:00
Dan Horák
fe78d02b5f
- rebased to 2.4.0
2018-05-09 13:23:40 +02:00
Dan Horák
464c5cfccf
- fix building zipl with PIE ( #1566140 )
2018-04-13 11:18:52 +02:00
Dan Horák
7b458c246c
- fix LDFLAGS injection ( #1552661 )
2018-03-12 15:59:40 +01:00
Rafael Santos
00a29e6617
- rebased to 2.3.0
2018-02-21 16:08:09 +01:00
Fedora Release Engineering
6e58e0e033
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 15:59:48 +00:00
Dan Horák
732529cc93
- fix build with non-standard %dist
2018-01-22 16:51:08 +01:00
Dan Horák
2136cc04f3
- rebased to 2.2.0
2017-12-07 21:08:30 +01:00