Article 6FXV1 compare new-huge-kernel vs new-generic-kernel

compare new-huge-kernel vs new-generic-kernel

by
rizitis
from LinuxQuestions.org on (#6FXV1)
Add these lines in /etc/rc.d/rc.local
Code:echo -e 'kmsg:' > /dev/shm/onboot
cat /proc/kmsg >> /dev/shm/onboot & sleep 3 && killall cat
chmod 600 /dev/shm/onboot && chown root:root /dev/shm/onbootreboot new-huge-kernel then as root Code:cat /dev/shm/onboot > /root/huge.txtreboot new-generic-kernel and as root Code:diff --side-by-side --suppress-common-lines /dev/shm/onboot /root/huge.txt
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments