slackware-current/source/a/mkinitrd/geninitrd.default
Patrick J Volkerding cf1f9c9d38 Sun Nov 17 19:50:28 UTC 2024
a/kernel-generic-6.11.9-x86_64-1.txz:  Upgraded.
a/mcelog-201-x86_64-1.txz:  Upgraded.
a/mkinitrd-1.4.11-x86_64-47.txz:  Rebuilt.
  geninitrd: if enabled in /etc/default/geninitrd, run remove-orphaned-initrds
  after generating the initrd.
  Require AUTOGENERATE_INITRD=true in /etc/default/geninitrd to generate the
  initrd.
d/kernel-headers-6.11.9-x86-1.txz:  Upgraded.
k/kernel-source-6.11.9-noarch-1.txz:  Upgraded.
l/imagemagick-7.1.1_41-x86_64-1.txz:  Upgraded.
x/libXt-1.3.1-x86_64-1.txz:  Upgraded.
extra/fltk/fltk-1.3.10-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-11-17 21:43:10 +01:00

33 lines
1.3 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"
# 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