summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/kernel
diff options
context:
space:
mode:
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