mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 20:02:47 +00:00
Added more files to the temporary devel root, needed for kexec
This commit is contained in:
parent
1d3485b8be
commit
4239ea40d9
1 changed files with 4 additions and 0 deletions
|
@ -754,6 +754,10 @@ SaveDevel() {
|
||||||
# SELinux needs security/selinux/include
|
# SELinux needs security/selinux/include
|
||||||
cp -fR security/selinux/include $TempDevelRoot/security/selinux
|
cp -fR security/selinux/include $TempDevelRoot/security/selinux
|
||||||
|
|
||||||
|
# needed for kexec
|
||||||
|
cp -fR arch/x86/boot/*.h $TempDevelRoot/arch/x86/boot/
|
||||||
|
cp -fR arch/x86/boot/*.c $TempDevelRoot/arch/x86/boot/
|
||||||
|
|
||||||
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
|
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
|
||||||
mips mn10300 nios2 openrisc parisc powerpc s390 score sh sparc tile unicore32 xtensa; do
|
mips mn10300 nios2 openrisc parisc powerpc s390 score sh sparc tile unicore32 xtensa; do
|
||||||
rm -rf $TempDevelRoot/arch/$i
|
rm -rf $TempDevelRoot/arch/$i
|
||||||
|
|
Loading…
Add table
Reference in a new issue