summaryrefslogtreecommitdiffstats
path: root/README_RAID.TXT
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-11 22:18:13 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-12 00:13:38 +0100
commitb04af892853e58c426e27bff4f0acbcd3d524f06 (patch)
treee9533c5926d3af95babd530c517d5940d6efe9b7 /README_RAID.TXT
parent523624d48084b79e858d4b62b68dd5335ad70232 (diff)
downloadcurrent-b04af892853e58c426e27bff4f0acbcd3d524f06.tar.gz
current-b04af892853e58c426e27bff4f0acbcd3d524f06.tar.xz
Mon Dec 11 22:18:13 UTC 202320231211221813
We've gone ahead and moved the 6.6 kernel into the main tree. As previously mentioned when this branch first appeared in /testing, on the 32-bit side there are no longer any -smp labeled kernel packages, so if you were using those previously, you'll need to switch to using to kernel-generic or kernel-huge kernel, including the changes needed to your bootloader setup to load this instead of the -smp labeled kernel. Also, if you happen to be using a first generation Pentium M chip, you will need to append forcepae to your kernel command-line options. Enjoy! :-) a/kernel-firmware-20231211_f2e52a1-noarch-1.txz: Upgraded. a/kernel-generic-6.6.6-x86_64-1.txz: Upgraded. a/kernel-huge-6.6.6-x86_64-1.txz: Upgraded. a/kernel-modules-6.6.6-x86_64-1.txz: Upgraded. ap/qpdf-11.6.4-x86_64-1.txz: Upgraded. d/kernel-headers-6.6.6-x86-1.txz: Upgraded. k/kernel-source-6.6.6-noarch-1.txz: Upgraded. l/imagemagick-7.1.1_23-x86_64-1.txz: Upgraded. l/libsecret-0.21.2-x86_64-1.txz: Upgraded. Thanks to reddog83 and saxa. l/zxing-cpp-2.2.1-x86_64-1.txz: Upgraded. n/postfix-3.8.3-x86_64-2.txz: Rebuilt. OpenSSL upstream says that major versions are ABI/API compatible, so stop warning in the logs that they might not be. Thanks to gildbg and Markus Wiesner. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'README_RAID.TXT')
-rw-r--r--README_RAID.TXT6
1 files changed, 3 insertions, 3 deletions
diff --git a/README_RAID.TXT b/README_RAID.TXT
index 652d16b17..239a26594 100644
--- a/README_RAID.TXT
+++ b/README_RAID.TXT
@@ -383,9 +383,9 @@ Typically, a user switches to a generic kernel by booting the system, and
afterwards running the following:
- cd /boot
- rm vmlinuz System.map config
- - ln -s vmlinuz-generic-smp-* vmlinuz
- - ln -s System.map-generic-smp-* System.map
- - ln -s config-generic-smp-* config
+ - ln -s vmlinuz-generic-* vmlinuz
+ - ln -s System.map-generic-* System.map
+ - ln -s config-generic-* config
Don't run lilo yet, we'll do that soon.