diff options
Diffstat (limited to 'slackware-bootstrap/kernel')
| -rwxr-xr-x | slackware-bootstrap/kernel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/slackware-bootstrap/kernel b/slackware-bootstrap/kernel index 07775fe..fe13fac 100755 --- a/slackware-bootstrap/kernel +++ b/slackware-bootstrap/kernel @@ -40,6 +40,9 @@ if [[ $dirstr != '' ]]; then liloconfig fi + rm /boot/vmlinuz-generic + ln -s /boot/vmlinuz-generic-6.15.2 /boot/vmlinuz-generic + rm /boot/vmlinuz ln -s /boot/vmlinuz-generic-6.15.2 /boot/vmlinuz |
