summaryrefslogtreecommitdiff
path: root/slackware-bootstrap
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
parent206896b42d5c8921314267eb300f70c2e1aac374 (diff)
fix
Diffstat (limited to 'slackware-bootstrap')
-rwxr-xr-xslackware-bootstrap/kernel4
-rwxr-xr-xslackware-bootstrap/slackpkg2
2 files changed, 3 insertions, 3 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
diff --git a/slackware-bootstrap/slackpkg b/slackware-bootstrap/slackpkg
index 7aa2589..e21e7d8 100755
--- a/slackware-bootstrap/slackpkg
+++ b/slackware-bootstrap/slackpkg
@@ -32,7 +32,7 @@ slackpkg upgrade slackpkg
slackpkg upgrade-all
slackpkg install-new
-cp $basedir/mirrors /etc/slackpkg/mirrors
+cp -f $basedir/.mirrors-old /etc/slackpkg/mirrors
printf "\x1b[1;31m======================= [ \x1b[7;31m ATTENTION \x1b[0;0m\x1b[1;31m ] ========================\n\x1b[0;0m"
printf "\x1b[16;32mREAD CAREFULLY:\n\x1b[0;0m"