diff options
Diffstat (limited to 'fix kernel update for current.md')
-rw-r--r-- | fix kernel update for current.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fix kernel update for current.md b/fix kernel update for current.md new file mode 100644 index 0000000..7137047 --- /dev/null +++ b/fix kernel update for current.md @@ -0,0 +1,8 @@ +# Fix Kernel Update for Current + +Slackware kernel installs have historically use a file naming format for the +kernel, for example 'vmlinuz-huge-1.2.3'. The recent update has changed the +format to 'vmlinuz-1.2.3-huge'. + +Change the kernel version sourcing to support the latest change. Make it +independent of the filename if possible. |