Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 052
    dracut-052
    
    - **dracut:**
      - allow overriding the systemctl command for sysroot with `$SYSTEMCTL` for cross compilation
      - add additional global variables
    
         Variables like `dbusconfdir` or `systemdnetwork` are now exported
         to the individual modules as global variables. If they are not set
         in the distribution dracut config files, they are set via `pkg-config`
    
      - A `--no-uefi` option as been added to the CLI options to disable a default `uefi=yes`
        set by a configuration file.
    
    - **kernel-modules:**  add modules from `drivers/memory` for arm
    - **network-legacy:**  send dhcp in parallel on all devices via the `single-dhcp` option
    - **dbus:**  introduce a meta module for dbus
    - **dbus-broker:**  introduce the dbus-broker module
    - **dbus-daemon:**  introduce the dbus-daemon module
    - **systemd-ask-password:**  introduce the systemd-ask-password module
    - **systemd-coredump:**  introduce the systemd-coredump module
    - **systemd-modules-load:**  introduce the systemd-modules-load module
    - **systemd-repart:**  introduce the systemd-repart module
    - **systemd-sysctl:**  introduce the systemd-sysctl module
    - **systemd-sysusers:** introduce the systemd-sysuser module
    
    -   first round of shellcheck for all shell scripts
    -   revise all module checks to not error out about missing dependencies
    -   use the top-level `/efi` path to address the EFI partition
    -   correct the squash quirk
    -   use `find_binary` instead of other methods, because `find_binary` honors `dracutsysrootdir`
    -   quote globbing in module-setup.sh for `inst_multiple`
    -   move ldconfig after library workaround
    -   do not set cmdline for uefi images unless asked
    - **dracut:**  don't override `PATH`, if `dracutsysrootdir` is set
    - **dracut-functions.sh:**  check kernel config from `dracutsysrootdir`
    - **dracut-init.sh:**  make inst_libdir_file work with `dracutsysrootdir` set
    - **dracut-install:**  allow globbing for multiple sources
    - **06dbus:**
      -  do not hardcode path to dbus utils
      -  do not hardcode path to systemd unit
    - **uefi**  use efivars fs over the deprecated sysfs entries
    - **keyring**  adding shared keyring mode to systemd unit `dracut-pre-pivot.service`
    - **35network-manager:**  avoid restarting NetworkManager
    - **90kernel-modules:**  install generic crypto modules with hostonly unset
    - **99squash:**  use kernel config instead of modprobe to check modules
    - **dbus-daemon:**  use uid/gid from sysroot if `dracutsysrootdir` is set
    - **kernel-modules:**  add reset controllers for arm
    - **kernel-network-modules:**  also install modules from mdio subdirectory
    - **mdraid:**
      -  remove the `offroot` option (long deprecated)
      -  add the grow continue service `mdadm-grow-continue`
    - **network-legacy:**  silent the check for dhcp leaseinfo
    - **network-manager:**  allow override network manager version
    - **plymouth:**  install binaries with dependencies
    - **shutdown:**  add timeout to umount calls
    - **watchdog:**  fix dependencies in `module-setup.sh`
    
    - Harald Hoyer <harald@redhat.com>
    - Jóhann B. Guðmundsson <johannbg@gmail.com>
    - Zoltán Böszörményi <zboszor@pr.hu>
    - Alexey Shabalin <shaba@altlinux.org>
    - Daniel Molkentin <daniel.molkentin@suse.com>
    - Luiz Angelo Daros de Luca <luizluca@gmail.com>
    - Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
    - Alexander Tsoy <alexander@tsoy.me>
    - Anjali Kulkarni <anjali.k.kulkarni@oracle.com>
    - Beniamino Galvani <bgalvani@redhat.com>
    - David Tardon <dtardon@redhat.com>
    - Javier Martinez Canillas <javierm@redhat.com>
    - Kairui Song <kasong@redhat.com>
    - Lukas Nykryn <lnykryn@redhat.com>
    - Matthew Thode <mthode@mthode.org>
    - Nicolas Chauvet <kwizart@gmail.com>
    - Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
    - Ondrej Mosnacek <omosnace@redhat.com>
    - Peter Levine <plevine457@gmail.com>
    - Petr Pavlu <petr.pavlu@suse.com>
    - Vladius25 <vkorol2509@icloud.com>
    - Yang Liu <50459973+ly4096x@users.noreply.github.com>
    - foopub <45460217+foopub@users.noreply.github.com>
    - realtime-neil <neil@rtr.ai>
    
  • 051-1
    dcca77cb · make release 051-1 ·
  • 051
    e473057a · Update AUTHORS, NEWS ·
    dracut-051
    
    dracut:
    - allow running on a cross-compiled rootfs
    
      dracutsysrootdir is the root directory, file existence checks use it.
    
      DRACUT_LDCONFIG can override ldconfig with a different one that works
      on the sysroot with foreign binaries.
    
      DRACUT_LDD can override ldd with a different one that works
      with foreign binaries.
    
      DRACUT_TESTBIN can override /bin/sh. A cross-compiled sysroot
      may use symlinks that are valid only when running on the target
      so a real file must be provided that exist in the sysroot.
    
      DRACUT_INSTALL now supports debugging dracut-install in itself
      when run by dracut but without debugging the dracut scripts.
      E.g. DRACUT_INSTALL="valgrind dracut-install or
      DRACUT_INSTALL="dracut-install --debug".
    
      DRACUT_COMPRESS_BZIP2, DRACUT_COMPRESS_LBZIP2, DRACUT_COMPRESS_LZMA,
      DRACUT_COMPRESS_XZ, DRACUT_COMPRESS_GZIP, DRACUT_COMPRESS_PIGZ,
      DRACUT_COMPRESS_LZOP, DRACUT_COMPRESS_ZSTD, DRACUT_COMPRESS_LZ4,
      DRACUT_COMPRESS_CAT: All of the compression utilities may be
      overridden, to support the native binaries in non-standard places.
    
      DRACUT_ARCH overrides "uname -m".
    
      SYSTEMD_VERSION overrides "systemd --version".
    
      The dracut-install utility was overhauled to support sysroot via
      a new option -r and fixes for clang-analyze. It supports
      cross-compiler-ldd from
      https://gist.github.com/jerome-pouiller/c403786c1394f53f44a3b61214489e6f
    
      DRACUT_INSTALL_PATH was introduced so dracut-install can work with
      a different PATH. In a cross-compiled environment (e.g. Yocto), PATH
      points to natively built binaries that are not in the host's /bin,
      /usr/bin, etc. dracut-install still needs plain /bin and /usr/bin
      that are relative to the cross-compiled sysroot.
    
      DRACUT_INSTALL_LOG_TARGET and DRACUT_INSTALL_LOG_LEVEL were
      introduced so dracut-install can use different settings from
      DRACUT_LOG_TARGET and DRACUT_LOG_LEVEL.
    
    - don't call fsfreeze on subvol of root file system
    - Use TMPDIR (typically /run/user/$UID) if available
    - dracut.sh: add check for invalid configuration files
      Emit a warning about possible misconfigured configuration files, where
      the spaces around values are missing for +=""
    - dracut-functions: fix find_binary() to return full path
    - dracut.sh: FIPS workaround for openssl-libs on Fedora/RHEL
    - dracut.sh: fix early microcode detection logic
    - dracut.sh: fix ia32 detection for uefi executables
    - dracut.sh: Add --version
    - dracut.sh: Add --hostonly-nics option
    - EFI Mode: only write kernel cmdline to UEFI binary
    - Allow $DRACUT_INSTALL to be not an absolute path
    - Don't print when a module is explicitly omitted (by default)
    - Remove uses of bash (and bash specific syntax) in runtime scripts
    - dracut-init.sh: Add a helper for detect device kernel modules
    - dracut-functions.sh: Fix check_block_and_slaves_all
    - dracut-functions.sh: add a helper to check if kernel module is available
    
    Documentation
    - dracut.cmdline.7.asc: clarify usage of `rd.lvm.vg` and `rd.lvm.lv`
    - dracut.conf.5.asc: document how to config --no-compress in the config
    - fix CI badges in README.md and fix dracut description
    - dracut.modules.7.asc: fix typos
    - dracut.modules.7.asc: fix reference to insmodpost module
    - Add --version to man page
    - Adding code of conduct
    - Document initqueue/online hook
    
    dracut-install:
    - install: also install post weak dependencies of kernel modules
    - install: Globbing support for resolving "firmware:"
    
    mkinitrd:
    - use vmlinux regex for ppc*, vmlinuz for i686
    
    mkinitrd-suse:
    - fix i586 platform detection
    
    modules:
    
    00systemd:
    - skip dependency add for non-existent units
    - add missing cryptsetup-related targets
    
    05busybox:
    - simplify listing of supported utilities
    
    06rngd:
    - install dependant libs too
    - Do not start inside container
    
    10i18n:
    - i18n: Always install /etc/vconsole.conf
    
    35network-legacy:
    - dhclient-script: Fix typo in output of  BOUND & BOUND6 cases
    - simplify fallback dhcp setup
    
    35network-manager:
    - ensure that nm-run.sh is executed when needed
    - install libnss DNS and mDNS plugins
    - always pull in machinery to read ifcfg files
    - set kernel hostname from the command line
    - move connection generation to a lib file
    
    40network:
    - fix glob matching ipv6 addresses
    - net-lib.sh: support infiniband network mac addresses
    
    45url-lib:
    - drop NSS if it's not in curl --version
    
    80cms:
    - regenerate NetworkManager connections
    
    90btrfs:
    - force preload btrfs module
    - Install crypto modules in 90kernel-modules
    
    90crypt:
    - cryptroot-ask: no warn if /run/cryptsetup exist
    - install crypto modules in 90kernel-modules
    - try to catch kernel config changes
    - fix force on multiple lines
    - pull in remote-cryptsetup.target enablement
    - cryptroot-ask: unify /etc/crypttab and rd.luks.key
    
    90dmsquash-live:
    - iso-scan.sh: Provide an easy reference to iso-scan device
    
    90kernel-modules:
    - remove nfit from static module list (see nvdimm module)
    - install crypto modules in 90kernel-modules
    - add sg kernel module
    - add pci_hyperv
    - install block drivers more strictly
    - install less modules for hostonly mode
    - arm: add drivers/hwmon for arm/arm64
    
    90kernel-network-modules
    - on't install iscsi related module (use 95iscsi)
    
    90lvm:
    - remove unnecessary ${initdir} from lvm_scan.sh
    - fix removal of pvscan from udev rules
    - do not add newline to cmdline
    
    90multipath:
    - add automatic configuration for multipath
      (adds 'rd.multipath=default' to use the default config)
    - install kpartx's 11-dm-parts.rules
    
    90nvdimm:
    - new module for NVDIMM support
    
    90ppcmac:
    - respect DRACUT_ARCH, don't exclude ppcle
    
    90qemu-net:
    - in hostonly mode, only install if network is needed
    - install less module for strict hostonly mode
    
    91zipl:
    - parse-zipl.sh: honor SYSTEMD_READY
    
    95cifs:
    - pass rootflags to mount
    - install new softdeps (sha512, gcm, ccm, aead2)
    
    95dasd:
    - only install /etc/dasd.conf if present
    
    95dcssblk:
    - fix script permissions
    
    95fcoe:
    - fix pre-trigger stage by replacing exit with return in lldpad.sh
    - default rd.nofcoe to false
    - don't install if there is no FCoE hostonly devices
    
    95iscsi:
    - fix missing space when compiling cmdline args
    - fix ipv6 target discovery
    
    95nfs:
    - only install rpc services for NFS < 4 when hostonly is strict
    - Change the order of NFS servers during the boot
      (next-server option has higher priority than DHCP-server itself)
    - install less module if hostonly mode is strict
    
    95nvmf:
    - add module for NVMe-oF
    - add NVMe over TCP support
    
    95resume:
    - do not resume on iSCSI, FCoE or NBD
    
    95rootfs-block:
    - mount-root.sh: fix writing fstab file with missing fsck flag
    - only write root argument for block device
    
    95zfcp:
    - match simplified rd.zfcp format too
    
    95zfcp_rules:
    - parse-zfcp.sh: remove rule existence check
    
    95znet:
    - add a rd.znet_ifname= option
    
    98dracut-systemd:
    - remove memtrace-ko and rd.memdebug=4 support in dracut
    - remove cleanup_trace_mem calls
    - dracut-initqueue: Print more useful info in case of timeout
    - as of v246 of systemd "syslog" and "syslog-console" switches have been deprecated
    - don't wait for root device if remote cryptsetup active
    
    99base:
    - dracut-lib.sh: quote variables in parameter expansion patterns
    - remove memtrace-ko and rd.memdebug=4 support in dracut
    - remove cleanup_trace_mem calls
    - see new module 99memstrack
    - prevent creating unexpected files on the host when running dracut
    
    99memstrack:
    - memstrack is a new tool to track the overall memory usage and
      allocation, which can help off load the improve the builtin module
      memory tracing function in dracut.
    
    99squash:
    - don't hardcode the squash sub directories
    - improve pre-requirements check
    - check require module earlier, and properly
    
    new modules:
    - nvmf
    - watchdog-modules
    - dbus
    - network-wicked
    
    removed modules:
    - stratis
    
    test suite:
    - use dd from /dev/zero, instead of creating files with a hole
    - TEST-03-USR-MOUNT/test.sh: increase loglevel
    - TEST-12-RAID-DEG/create-root.sh: more udevadm settle
    - TEST-35-ISCSI-MULTI: bump disk space
    - TEST-41-NBD-NM/Makefile: should be based on TEST-40-NBD not TEST-20-NFS
    - TEST-99: exclude /etc/dnf/* from check
    
  • 050+65-1
    f196c914 · make release ·
  • 050+35-4
    16cf7695 · make release ·
  • 050+35-1
    7915ccb1 · make release ·
  • 050+35-2
    7915ccb1 · make release ·
  • 050+31-1
    e2374d46 · make release ·
  • 050
    00efe708 · NEWS, AUTHORS: update ·
    dracut-050
    
    dracut:
    - support for running on a cross-compiled rootfs, see README.cross
    - add support for creating secureboot signed UEFI images
    - use microcode found in packed cpio images
    - `-k/--kmodir` must now contain "lib/modules/$KERNEL_VERSION"
      use DRACUT_KMODDIR_OVERRIDE=1 to ignore this check
    - support the EFI Stub loader's splash image feature.
      `--uefi-splash-image <FILE>`
    
    dracut modules:
    - remove bashism in various boot scripts
    - emergency mode: use sulogin
    
    fcoe:
    - add rd.nofcoe option to disable the FCoE module from the command line
    
    10i18n:
    - fix keymaps not getting included sometimes
    - use eurlatgr as default console font
    
    iscsi:
    - add option `rd.iscsi.testroute`
    
    multipath:
    - fix udev rules detection of multipath devices
    
    network:
    - support NetworkManager
    
    network-legacy:
    - fix classless static route parsing
    - ifup: fix typo when calling dhclient --timeout
    - ifup: nuke pid and lease files if dhclient failed
    - fix ip=dhcp,dhcp6
    - use $name instead of $env{INTERFACE} (systemd-udevd regression)
    
    shutdown:
    - fix for non-systemd reboot/halt/shutdown commands
    - set selinux labels
    - fix shutdown with console=null
    
    lsinitrd:
    - list squash content as well
    - handle UEFI created with dracut --uefi
    - make lsinitrd usable for images made with Debian mkinitramfs
    
    dracut-install:
    - fixed ldd parsing
    - install kernel module dependencies of dependencies
    - fixed segfault for hashing NULL pointers
    - add support for compressed firmware files
    - dracut_mkdir(): create parent directories as needed.
    
    test suite:
    - lots of cleanups
    - add github actions
    
    new modules:
    - rngd
    - network-manager
    - ppcmac - thermal/fan control modules on PowerPC based Macs
    
  • 048+80-2
    ebb7dd39 · make release ·
  • 049
    version 049
    
  • 048+80-1
    912f6fd8 · make release ·
  • 048
    bc01f822 · NEWS and AUTHORS update ·
    version 48
    
  • 047+31-2
    a563617d · make release ·
  • 047+31-1
    3ae4e6b1 · make release ·
  • 047-2
    444f5d0b · syntax fix ·
  • 047-1
    793ec304 · fix VCS uri ·
  • 047
    8ae8652e · version 047 ·
    version 047
    
  • 045+132-1
    13985446 · make release ·
  • 046
    a0799ffb · NEWS: update ·
    version 046