slackware-current/source/a/mkinitrd/geninitrd.default
Patrick J Volkerding 43c7ac5f45 Wed Dec 18 22:12:02 UTC 2024
a/lilo-24.2-x86_64-13.txz:  Rebuilt.
  liloconfig: add a line for /boot/initrd-generic.img if it exists, if not try
  /boot/initrd.gz, and if that's not there do not use an initrd.
  Thanks to Fuzero.
a/mkinitrd-1.4.11-x86_64-59.txz:  Rebuilt.
  /etc/default/geninitrd: now that none of lilo, elilo, or grub want that
  initrd.gz symlink, default to not creating it. If you're using lilo, you
  may need to edit lilo.conf to change from initrd.gz to initrd-generic.img.
l/libtraceevent-1.8.4-x86_64-2.txz:  Rebuilt.
  Drop static library, ship man pages. Thanks to Heinz Wiesinger.
l/libtracefs-1.8.1-x86_64-2.txz:  Rebuilt.
  Drop static library, ship man pages. Thanks to Heinz Wiesinger.
l/protobuf-29.2-x86_64-1.txz:  Upgraded.
x/xorg-server-21.1.15-x86_64-1.txz:  Upgraded.
x/xorg-server-xephyr-21.1.15-x86_64-1.txz:  Upgraded.
x/xorg-server-xnest-21.1.15-x86_64-1.txz:  Upgraded.
x/xorg-server-xvfb-21.1.15-x86_64-1.txz:  Upgraded.
xfce/Greybird-3.23.4-noarch-1.txz:  Upgraded.
extra/brltty/brltty-6.7-x86_64-4.txz:  Rebuilt.
  Fixed redundant misplaced TCL_DIR. Thanks to chrisretusn.
extra/tigervnc/tigervnc-1.14.1-x86_64-3.txz:  Rebuilt.
  Rebuilt against xorg-server-21.1.15.
2024-12-19 00:01:31 +01:00

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=false
# 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