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