Releases: osboot/make-initrd
Releases · osboot/make-initrd
v2.14.0
Changes
- Feature mdadm:
- Generate udev rules for guessed raid devices.
- Feature pipeline:
- Fix possible race in the waitdev.
- Feature network:
- Always import runtime environment.
- Runtime:
- Use wrapper around readlink for portability.
- Use start-stop-daemon from busybox.
- Udev variables $ID_* are optional.
- Add default udev rules.
- Add support for root=SERIAL=*.
- Utilities:
- initrd-put: Handle symlinks in the root directory.
- initrd-put: Get the canonical path correctly.
- initrd-put: Set mode and owner after directories creation.
- depinfo: Do not show an error if softdep is not found.
- Build:
- Add busybox and libshell as submodules.
- Misc:
- All make messages should go to stderr.
v2.13.0
Changes
- Feature guestfs:
- Add lable utilities (thx Mikhail Gordeev)
- Feature mdadm:
- Assemble only $MOUNTPOINTS related raids (thx Slava Aseev)
- Runtime:
- Support root=PARTLABEL= and root=PARTUUID=
- Utilities:
- depinfo: Show builtin modules hierarchically if --tree specified.
- Misc:
- Improve man-pages.
- Add more tests.
v2.12.0
v2.11.0
Changes
- Feature luks:
- Decrypt using plymouth if present (thx Oleg Solovyov)
- Run luks handler after mountdev
- Feature multipath:
- Add service file and multipathd
- Feature plymouth:
- Add missing label plugin (thx Oleg Solovyov)
- Include fonts (thx Oleg Solovyov)
- Runtime:
- Add rdlog=console boot parameter to send all log messages to the /dev/console
- Check bootable conditions after each uevend handler
- Misc:
- Replace initrd-cp by initrd-put
v2.10.0
Changes
- New feature:
- Add lkrg feature to preload lkrg module (thx Vladimir D. Seleznev)
- Feature fsck:
- Show more friendly message
- Do not check swap
- Feature network:
- Fix synchronization service
- Fix generation network config from cmdline
- Feature pipeline:
- Show an error if the previous step is used which did not exist
- Run handlers as separate programs
- Feature guestfs:
- Add file utility (thx Mikhail Gordeev)
v2.9.0
v2.8.3
v2.8.2
Changes
- Feature changes:
- add-modules: Put MODULES_PRELOAD into the modules-preudev
- add-modules: Fix kmodule.deps.d execution
- Utilities:
- bug-report: Fix device list
- depinfo: Do not stop on error
- depinfo: Add option to read names from the file
- Misc:
- Change the priority of directories when copying to an image
v2.8.1
v2.8.0
Changes
- Feature changes:
- guestfs: Add findfs utility
- guestfs: Use patterns for utilities
- guestfs: Add gdisk and sgdisk
- btrfs: Add all devices in the btrfs
- network: Add service network-up
- Utilities:
- Add md_run utility from kinit-utils
- Add nfsmount utility from kinit-utils
- Add resume utility from kinit-utils
- Add runas utility
- Misc:
- Use autoconf
- Replace build system
- Add PUT_FEATURE_PROGS_WILDCARD
- Refactor features rules
- Drop bootsplash feature
- Do not show module dependencies in the guessed config