1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-15 15:41:54 +01:00
slackware-current/source/a/mkinitrd/geninitrd.default
Patrick J Volkerding 9fa1464708 Sat Nov 2 21:18:48 UTC 2024
a/mkinitrd-1.4.11-x86_64-43.txz:  Rebuilt.
  geninitrd: allow specifying the kernel to use with $1.
  This can now work with mkinitrd_command_generator.sh, or mkinitrd with a
  /etc/mkinitrd.conf config file, or with dracut.
a/pkgtools-15.1-noarch-17.txz:  Rebuilt.
  make-kernel-backup: make the comments accurate.
  Allow specifying the kernel to back up with $1.
ap/mpg123-1.32.9-x86_64-1.txz:  Upgraded.
l/python-flit-core-3.10.1-x86_64-1.txz:  Upgraded.
2024-11-02 22:59:07 +01:00

25 lines
1 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"