Copy config file
This commit is contained in:
parent
a42eaef1be
commit
2f2ac440b5
|
@ -84,6 +84,8 @@ cd %{_builddir}/zen-kernel-%{version}-%{zen}
|
||||||
# Compress vmlinux and move it to the vmlinuz path
|
# Compress vmlinux and move it to the vmlinuz path
|
||||||
gzip -c vmlinux > $VMLINUX_PATH/vmlinuz-%{version}-%{zen}.fc39.x86_64
|
gzip -c vmlinux > $VMLINUX_PATH/vmlinuz-%{version}-%{zen}.fc39.x86_64
|
||||||
|
|
||||||
|
cp %{_sourcedir}/.config $VMLINUX_PATH/config-%{version}-%{zen}.fc39.x86_64
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/boot/vmlinuz-%{version}-%{zen}
|
/boot/vmlinuz-%{version}-%{zen}
|
||||||
/lib/modules/*
|
/lib/modules/*
|
||||||
|
|
Loading…
Reference in New Issue