Salut
j’ai installer debian-logo par apt puis je vais pour recompiler mon kernel avec : apt-get install kernel-patch-debianlogo
make-kpkg --append-to-version -v4 --added-patches=debianlogo --initrd buildpackage --config menuconfig
et il me dit :
test ! -f applied_patches || rm -f applied_patches
for patch in /usr/src/kernel-patches/all/apply/debianlogo ; do \
if test -x $patch; then \
if $patch; then \
echo "Patch $patch processed fine"; \
echo "$patch" >> applied_patches; \
else \
echo "Patch $patch failed."; \
echo "Hit return to Continue"; \
read ans; \
fi; \
fi; \
done
No "Debian Logo" patch found for kernel version 2.6.18
Patch /usr/src/kernel-patches/all/apply/debianlogo failed.
Hit return to Continue
il est ou alors ce patch ? je peux faie comment pour patcher ?
Merci
le patch n’existe plus: le logo est intègré dans le noyau standard…