https://bugs.freedesktop.org/show_bug.cgi?id=67051 --- Comment #41 from Alex --- > Don't know what "make install" really does, I've never used it. My bad (my "quick thought" was way too quick). I was talking about 'make module_install'. Anyway, to make it more precise and not affected by my state of exhaustion, I present my script I use" #!/bin/bash -e # AFTER # cd /root/linux # git checkout 8e9e3d2deacc460fbb8a4691140318f6e85e6891 # Make changes (apply, remove patches, etc.) cd /root/linux make mrproper && cp -p /boot/config/config-3.7.0-rc4+-1-P5E-74G .config make menuconfig make oldconfig && ls -ogtr .config* time make -j4 ; echo $? make modules_install && ls -ogtr /lib/modules cd /boot && cp -p /root/linux/arch/i386/boot/bzImage LFSkernel-3.7.0-1 && cp -p /root/linux/System.map System.map-3.7.0-1 && ln -fs LFSkernel-3.7.0-1 LFSkernel && ln -fs System.map-3.7.0-1 System.map && ls -ogtr set +e read -s -n1 -t20 -p "(Hit a key to continue)" ; echo reboot and attach the standard '.config' (see above). Not perfection by any standards but it is based on the 3.7.10 version and it adequate for these tests. -- You are receiving this mail because: You are the assignee for the bug.