Skip to content

Tags: osboot/make-initrd

Tags

2.49.0

Toggle 2.49.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.49.0

- Feature luks-unl0kr:
    Feature adds the ability to use unl0kr. unl0kr is framebuffer-based
    disk unlocker for the initramfs based on LVGL.
- Feature luks:
    Move the password request functionality to a separate feature
    (dialog). This allows to hide implementation details and simplify
    the code.
- Feature network:
    Add support of infiniband network mac addresses.
    Add tests for cmdline parser.
- Guess subsystem:
    Add guessing touchscreen modules.
    Fix a false positive guess in the luks, lvm, multipath features.
- Utilities:
    depinfo: Add support of weak dependencies. A new dependency type has
    been added since kernel v6.11-rc3.
- Misc:
    bug-report: Choose better compression method.

2.48.1

Toggle 2.48.1's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.48.1

- Utilities:
    initrd-put: Fix hang if soname is not found.

2.48.0

Toggle 2.48.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.48.0

- Utilities:
    initrd-put: Add support of elf dlopen metadata. The systemd has
    switched to dynamic use of dependencies.

2.47.0

Toggle 2.47.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.47.0

The release introduces changes to the directories to create unit tests
for the guess mechanism.

2.46.0

Toggle 2.46.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.46.0

- Runtime:
    Fix output in quiet=1 mode.
    Fix output in rdlog=console mode.
    Do not show the error that it is impossible to set the log level.
    Allow setting specific array elements in cmdline if the option
    assumes an array.
- Feature plymouth:
    Fix plymouth showing when drm is not ready yet.
- Feature pipeline:
    mountfs: Add an optional parameter mountfs-opts= to specify mount
    options.

2.45.0

Toggle 2.45.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.45.0

- Runtime:
    Rewrite ueventd-mounts.
    Remove initlog utility.
- Feature bcache:
    New feature allows boot from bcache block device.
- Feature network:
    Read also siaddr and wins DHCP-options.

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov

2.43.0

Toggle 2.43.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
2.43.0

- Feature overlayfs:
    New feature to take lowerdirs into account.
- Feature guestfs:
    Add gost checksum utilities.
- Feature pipeline:
    Add dependency on additional utilities.
    Register ping= cmdline parameter.
- Feature lkrg:
    Fix LSM header for service.
- Feature multipath:
    Add plugins directory.
    Logically separate the multipath and sg3_utils files.
- Feature plymouth:
    Use the library list to find the plymouth directory.

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov

2.41.0

Toggle 2.41.0's commit message

Verified

This tag was signed with the committer’s verified signature.
legionus Alexey Gladkov
Version 2.41.0

- Feature pipeline:
    Restrict permissions to directories that can be accessed in the booted
    system. Only root should have access to these directories.
- Feature plymouth:
    Detect libdir on gentoo.
    Pack all plymouth modules by default.