mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
Remove microcode from genesis
Should not be needed for genesis level activity, and consumes a large amount of storage.
This commit is contained in:
parent
c19ae8a451
commit
4c6f0843f9
@ -4,7 +4,7 @@ cat /usr/lib/dracut/modules.d/97genesis/install-* > /usr/lib/dracut/modules.d/97
|
||||
chmod +x /usr/lib/dracut/modules.d/97genesis/install /usr/lib/dracut/modules.d/97genesis/installkernel
|
||||
mkdir -p boot/initramfs
|
||||
mkdir -p boot/efi/boot
|
||||
dracut --xz -N -m "genesis base" -f boot/initramfs/distribution $(uname -r)
|
||||
dracut --no-early-microcode --xz -N -m "genesis base" -f boot/initramfs/distribution $(uname -r)
|
||||
cp -f /boot/vmlinuz-$(uname -r) boot/kernel
|
||||
cp /boot/efi/EFI/BOOT/BOOTX64.EFI boot/efi/boot
|
||||
cp /boot/efi/EFI/centos/grubx64.efi boot/efi/boot/grubx64.efi
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define arch x86_64
|
||||
Version: 3.2.0
|
||||
Release: 5
|
||||
Version: 3.3.0
|
||||
Release: 2
|
||||
Name: confluent-genesis-%{arch}
|
||||
BuildArch: noarch
|
||||
Summary: Genesis servicing image for confluent
|
||||
|
Loading…
Reference in New Issue
Block a user