mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
bca17f28cc
Enjoy your shiny new vmlinuz-6.9.11-generic! Thanks again to LuckyCyborg for teaching me about the path of least resistance. a/grub-2.12-x86_64-14.txz: Rebuilt. Don't mention 09_slackware_linux in the /etc/default/grub comments. a/kernel-generic-6.9.11-x86_64-1.txz: Upgraded. a/kernel-huge-6.9.11-x86_64-1.txz: Upgraded. a/kernel-modules-6.9.11-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-35.txz: Rebuilt. d/kernel-headers-6.9.11-x86-1.txz: Upgraded. d/rust-1.80.0-x86_64-1.txz: Upgraded. k/kernel-source-6.9.11-noarch-1.txz: Upgraded. l/xapian-core-1.4.26-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
17 lines
818 B
Text
17 lines
818 B
Text
# Default options for generating the initrd:
|
|
|
|
# This variable defines the kernel that the initrd should be made for.
|
|
# Usually this will be a symlink that points to the actual kernel file.
|
|
# It is usually named "/boot/vmlinuz-generic" but if you're building your
|
|
# own kernels you might have a custom link such as "/boot/vmlinuz-custom".
|
|
KERNEL_SYMLINK=/boot/vmlinuz-generic
|
|
|
|
# In addition to the initrd with a name like initrd-6.9.9-generic.img,
|
|
# should we make a compatibility symlink such as initrd-generic.img?
|
|
# GRUB doesn't require this, but lilo and elilo might.
|
|
GENINITRD_NAMED_SYMLINK=true
|
|
|
|
# In addition to the initrd with a name like initrd-6.9.9-generic.img,
|
|
# should we make a compatibility symlink named initrd.gz?
|
|
# GRUB doesn't require this, but lilo and elilo might.
|
|
GENINITRD_INITRD_GZ_SYMLINK=true
|