mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
e1cb531b52
a/libblockdev-3.2.1-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-45.txz: Rebuilt. /etc/default/geninitrd: Add AUTOGENERATE_INITRD variable for disabling automatically generating the initrd when the kernel package is upgraded. The hook to trigger this will be in the next kernel-generic package. setup.01.mkinitrd: skip generating an initrd if we're called from the kernel doinst.sh and AUTOGENERATE_INITRD=false. geninitrd: Look for an override script called /usr/local/sbin/geninitrd, not /usr/local/bin/geninitrd-custom. Thanks to GazL. ap/mariadb-11.4.4-x86_64-2.txz: Rebuilt. rc.mysqld: use mariadbd-safe, not mysqld_safe. Thanks to teoberi. d/cmake-3.31.0-x86_64-1.txz: Upgraded. l/expat-2.6.4-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: Fix crash within function XML_ResumeParser from a NULL pointer dereference by disallowing function XML_StopParser to (stop or) suspend an unstarted parser. A new error code XML_ERROR_NOT_STARTED was introduced to properly communicate this situation. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-50602 (* Security fix *) n/gpgme-1.24.0-x86_64-1.txz: Upgraded. Added libqgpgmeqt6. xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/128.4.2esr/releasenotes/
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
# Default options for generating the initrd:
|
|
|
|
# This variable defines the kernel that the initrd should be made for.
|
|
# If it is not defined, then we use $1 that was given to geninitrd.
|
|
# As a last resort, we'll use the newest kernel we find in /boot.
|
|
#KERNEL=/boot/vmlinuz-generic
|
|
|
|
# In addition to the initrd with a name like initrd-6.11.6.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.11.6.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
|
|
|
|
# Which initrd generating tool should we use?
|
|
# The supported options are mkinitrd_command_generator.sh,
|
|
# mkinitrd (falls back to mkinitrd_command_generator.sh if
|
|
# there is no /etc/mkinitrd.conf), or dracut.
|
|
GENERATOR=mkinitrd
|
|
|
|
# If we are using dracut, we'll use these options:
|
|
DRACUT_OPTS="--force --hostonly"
|
|
|
|
# We'll call geninitrd from the kernel install script to automatically
|
|
# generate an initrd. If you don't want this, uncomment the next line:
|
|
#AUTOGENERATE_INITRD=false
|