[SOLVED] How can is see if i use a generic kernel
by Everzwijns from LinuxQuestions.org on (#4V1VQ)
Hello,
I just install slackware using the slack book.
To make a generic kernel i use the script:
#/usr/share/mkintrd/mkintrd_command_generator.sh
#mkintrd -c -k 4.4.14 -f ext4 -r /dev/sda2 -m jbd2:mbcach:ext4 -u -o /boot/initrd.gz
Then i reboot the system.
To check kernel version:
#uname -r
output: 4.4.14
Use i now the generic kernel?
Thank you!


I just install slackware using the slack book.
To make a generic kernel i use the script:
#/usr/share/mkintrd/mkintrd_command_generator.sh
#mkintrd -c -k 4.4.14 -f ext4 -r /dev/sda2 -m jbd2:mbcach:ext4 -u -o /boot/initrd.gz
Then i reboot the system.
To check kernel version:
#uname -r
output: 4.4.14
Use i now the generic kernel?
Thank you!