summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/kernel
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-06-18 05:21:40 +0200
committernavewindre <boneyaard@gmail.com>2025-06-18 05:21:40 +0200
commit991da7f66b06d0e15149468be08aa7861633bdd6 (patch)
treef04b5b225bffc25850bec1e7a0e54e9c2cad3dcc /slackware-bootstrap/kernel
parent206896b42d5c8921314267eb300f70c2e1aac374 (diff)
fix
Diffstat (limited to 'slackware-bootstrap/kernel')
-rwxr-xr-xslackware-bootstrap/kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/slackware-bootstrap/kernel b/slackware-bootstrap/kernel
index ceb6461..6818dcc 100755
--- a/slackware-bootstrap/kernel
+++ b/slackware-bootstrap/kernel
@@ -25,8 +25,8 @@ dirstr=$(ls /boot | grep vmlinuz-6.15.2)
if [[ $dirstr != '' ]]; then
initrdcmd=$(/usr/share/mkinitrd/mkinitrd_command_generator.sh -k 6.15.2 | tail -1)
$initrdcmd
- cp System.map /boot/System.map-generic-6.15.2.x64
- cp .config /boot/config-generic-6.15.2.x64
+ cp System.map /boot/System.map-6.15.2.x64
+ cp .config /boot/config-6.15.2
rm /boot/vmlinuz
ln -s /boot/vmlinuz-generic-6.15.2 /boot/vmlinuz