mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
41196c6ff1
a/kernel-generic-6.12.3-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-53.txz: Rebuilt. /etc/default/geninitrd: added option AUTO_UPDATE_GRUB=true to run update-grub after generating the initrd. Move the remove-orphaned-initrds section from geninitrd to setup.01.mkinitrd. setup.01.mkinitrd: support AUTO_UPDATE_GRUB. Suppress warnings from libdevmapper when setup.01.mkinitrd is run within upgradepkg's flock locking. a/pkgtools-15.1-noarch-20.txz: Rebuilt. pkgtool: set INSIDE_INSTALLER in the Setup section to match the expected behavior. Thanks to Mechanikx. upgradepkg: allow text produced by install scripts to reach the console in --terse mode. d/kernel-headers-6.12.3-x86-1.txz: Upgraded. k/kernel-source-6.12.3-noarch-1.txz: Upgraded. l/PyQt-builder-1.17.0-x86_64-1.txz: Upgraded. l/sof-firmware-2024.09.2-noarch-1.txz: Upgraded. l/xapian-core-1.4.27-x86_64-1.txz: Upgraded. x/mesa-24.3.1-x86_64-2.txz: Rebuilt. Revert commit 4c065158927d7bacc5eb1e4f2491b1db93f1dc12: [PATCH] dri: revert INVALID modifier special-casing. This fixes a crash with AMD RX 470 through 590. Thanks to genss for the bug report. xfce/xfce4-pulseaudio-plugin-0.4.9-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
52 lines
1.9 KiB
Text
52 lines
1.9 KiB
Text
# Default options for /usr/sbin/geninitrd:
|
|
|
|
# Would you rather run a custom script instead of /usr/sbin/geninitrd?
|
|
# If so, set it below and it will be used instead:
|
|
#GENINITRD_OVERRIDE_SCRIPT=/usr/local/sbin/geninitrd-custom
|
|
|
|
# This variable defines the kernel that the initrd should be made for.
|
|
# However, if a kernel is provided on the command line:
|
|
# geninitrd /boot/vmlinuz-6.12.1
|
|
# Then this will be used instead.
|
|
# The value of KERNEL is also not replaced if it was already defined:
|
|
# KERNEL=/boot/vmlinuz-6.12.1 geninitrd
|
|
# If there's no kernel defined by the command line or by the KERNEL
|
|
# variable, then 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"
|
|
|
|
# Should we allow the kernel install script to automatically
|
|
# generate an initrd?
|
|
AUTOGENERATE_INITRD=true
|
|
|
|
# Should we automatically remove "orphaned" initrds, i.e. any initrd that
|
|
# does not have a matching kernel version in /boot?
|
|
AUTO_REMOVE_ORPHANED_INITRDS=true
|
|
|
|
# Run update-grub after generating the initrd?
|
|
AUTO_UPDATE_GRUB=true
|
|
|
|
# Should we display the dialog splash screen?
|
|
GENINITRD_DIALOG=false
|
|
|
|
# Should we display the output from commands that are run by geninitrd?
|
|
GENINITRD_COMMAND_OUTPUT=true
|