]> git.ipfire.org Git - thirdparty/dracut.git/blob - NEWS
Merge pull request #28 from l1k/master
[thirdparty/dracut.git] / NEWS
1 dracut-040
2 ==========
3 - fixed dracut module dependency checks
4 - fixed test suite
5
6 dracut-039
7 ==========
8 - DRACUT_PATH can now be used to specify the PATH used by dracut
9 to search for binaries instead of the default
10 /usr/sbin:/sbin:/usr/bin:/bin
11 This should be set in the distribution config file
12 /usr/lib/dracut/dracut.conf.d/01-dist.conf
13 - add "--loginstall <DIR>" and loginstall="<DIR>" options
14 to record all files, which are installed from the host fs
15 - "rd.writable.fsimg" - support for read/write filesystem images
16 - "rd.route" kernel command line parameter added
17 - "--install-optional" and install_optional_items added
18 - find plymouth pkglibdir on debian
19 - torrent support for live images
20 root=live:torrent://example.com/liveboot.img.torrent
21 and generally added as a download handler
22 - disable microcode, if the kernel does not support it
23 - speed up ldconfig_paths()
24 - more ARM modules
25 - fixed inst*() functions and "-H" handling
26 - fixed bridge setup
27 - added --force-drivers parameter and force_drivers=+ config option
28 to enforce driver loading at early boot time
29 - documented "iso-scan/filename" usage in grub
30 - various bugfixes
31
32 dracut-038
33 ==========
34 - "rd.cmdline=ask" will ask the user on the console to enter additional
35 kernel command line parameters
36 - "rd.hostonly=0" removes all "hostonly" added custom files,
37 which is useful in combination with "rd.auto" or other specific parameters,
38 if you want to boot on the same hardware, but the compiled in configuration
39 does not match your setup anymore
40 - inst* functions and dracut-install now accept the "-H" flag, which logs all
41 installed files to /lib/dracut/hostonly-files. This is used to remove those
42 files, if rd.hostonly is given on the kernel command line
43 - strstr now only does literal string match,
44 please use strglob and strglobin for globs
45 - fixed unpacking of the microcode image on shutdown
46 - added systemd-gpt-auto-generator
47 - fcoe: wait for lldpad to be ready
48 - network: handle "ip=dhcp6"
49 - network: DCHPv6: set valid_lft and preferred_lft
50 - dm: support dm-cache
51 - fstab: do not mount and fsck from fstab if using systemd
52 - break at switch_root only for bare rd.break and not for any rd.break=...
53 - nbd: make use of "--systemd-mark", otherwise it gets killed on switch_root
54 - fcoe-uefi: fixed cmdline parameter generation
55 - iscsi: deprecate "ip=ibft", use "rd.iscsi.ibft[=1]" from now on
56 - "lsinitrd -m" now only lists the dracut modules of the image
57 - a lot of small bugfixes
58
59 dracut-037
60 ==========
61 - dracut: hostonly_cmdline variable and command line switch
62 Toggle hostonly cmdline storing in the initramfs
63 --hostonly-cmdline:
64 Store kernel command line arguments needed in the initramfs
65 --no-hostonly-cmdline:
66 Do not store kernel command line arguments needed in the initramfs
67 - dracut: --mount now understands full fstab lines
68 - dracut now also includes drivers from the /lib/modules/<version>/updates directory
69 - dracut: only set the owner of files to 0:0, if generated as non-root
70 - dracut now directly writes to the initramfs file
71 - dracut: call lz4 with the legacy flag (linux kernel does not support the new format)
72 - systemd: rootfs-generator generates JobTimeout=0 units for the root device
73 - systemd: added the systemd-sysctl service
74 - systemd: add 80-net-setup-link.rules and .link files for persistent interface renaming
75 - systemd: make dracut-shutdown.service failure non-fatal
76 - network: various IPv6 fixes
77 - network: DCHCP for IPv6
78 - network: understand ip=.....:<dns1>:<dns2>
79 - network: parse ibft nameserver settings
80 - shutdown: if kexec fails, just reboot
81 - lvm: handle one LV at a time with lvchange
82 - module-setup.sh:
83 New functions require_binaries() and require_any_binary() to be used
84 in the check() section of module-setup.sh.
85 - a lot of small bugfixes
86
87 Contributions from:
88 Harald Hoyer
89 Alexander Tsoy
90 Till Maas
91 Amadeusz Żołnowski
92 Brian C. Lane
93 Colin Guthrie
94 Dave Young
95 WANG Chao
96 Shawn W Dunn
97
98 dracut-036
99 ==========
100 - fixed skipcpio signature checking
101
102 dracut-035
103 ==========
104 - changed dracut tarball compression to xz
105 - new argument "--rebuild"
106 - add lzo, lz4 compression
107 - install: install all binaries with <name> found in PATH
108 - lsinitrd can now handle initramfs images with an early cpio prepended
109 (microcode, ACPI tables)
110 - mkinitrd-suse added as a compat stub for dracut
111 - lvm: install thin utils for non-hostonly
112 - resume: fix swap detection in hostonly
113 - avoid loading unnecessary 32-bit libraries for 64-bit initrds
114 - crypt: wait for systemd password agents
115 - crypt: skip crypt swaps with password files
116 - network: before doing dhcp, dracut now checks, if the link has a carrier
117 - network: dhclient-script.sh now sets the lease time
118 - network: include usbnet drivers
119 - network: include all ethernet drivers
120 - network: add rd.bootif=0 to ignore BOOTIF
121 - i18n: introduce i18n_install_all, to install everything i18n related
122 - support SuSE DASD configurations
123 - support SuSE zfcp configurations
124 - support SuSE compressed KEYMAP= setting
125 - usrmount: always install the module,
126 so always mount /usr from within the initramfs
127 - test/TEST-17-LVM-THIN: new test case for lvm thin pools
128 - "halt" the machine in systemd mode for die()
129
130 dracut-034
131 ==========
132 - do not run dhcp on parts of assembled network interfaces (bond, bridge)
133 - add option to turn on/off prelinking
134 --prelink, --noprelink
135 do_prelink=[yes|no]
136 - add ACPI table overriding
137 - do not log to syslog/kmsg/journal for UID != 0
138 - lvm/mdraid: Fix LVM on MD activation
139 - bcache module removed (now in bcache-tools upstream)
140 - mdadm: also install configs from /etc/mdadm.conf.d
141 - fixes for mdadm-3.2.6+
142 - mkinitrd: better compat support for SUSE
143 - fcoe: add FCoE UEFI boot device support
144 - rootfs-block: add support for the rootfallback= kernel cmdline option
145
146 Contributions from:
147 Thomas Renninger
148 Alexander Tsoy
149 Peter Rajnoha
150 WANG Chao
151 Harald Hoyer
152
153
154 dracut-033
155 ==========
156 - improved hostonly device recognition
157 - improved hostonly module recognition
158 - add dracut.css for dracut.html
159 - do not install udev rules from /etc in generic mode
160 - fixed LABEL= parsing for swap devices
161 - fixed iBFT network setup
162 - url-lib.sh: handle 0-size files with curl
163 - dracut.asc: document debugging dracut on shutdown
164 - if rd.md=0, use dmraid for imsm and ddf
165 - skip empty dracut modules
166 - removed caching of kernel cmdline
167 - fixed iso-scan, if the loop device driver is a kernel module
168 - bcache: support new blkid
169 - fixed ifup udev rules
170 - ifup with dhcp, if no "ip=" specified for the interface
171
172 Contributions from:
173 WANG Chao
174 Colin Walters
175 Harald Hoyer
176
177
178 dracut-032
179 ==========
180 - add parameter --print-cmdline
181 This prints the kernel command line parameters for the current disk
182 layout.
183 $ dracut --print-cmdline
184 rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471
185 rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root
186 rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered
187 rootfstype=ext4
188 - dracut.sh: add --persistent-policy option and persistent_policy conf option
189 --persistent-policy <policy>:
190 Use <policy> to address disks and partitions.
191 <policy> can be any directory name found in /dev/disk.
192 E.g. "by-uuid", "by-label"
193 - dracut now creates the initramfs without udevadm
194 that means the udev database does not have to populated
195 and the initramfs can be built in a chroot with
196 /sys /dev /proc mounted
197 - renamed dracut_install() to inst_multiple() for consistent naming
198 - if $libdirs is unset, fall back to ld.so.cache paths
199 - always assemble /usr device in initramfs
200 - bash module added (disable it, if you really want dash)
201 - continue to boot, if the main loop times out, in systemd mode
202 - removed inst*() shell pure versions, dracut-install binary is in charge now
203 - fixed ifcfg file generation for vlan
204 - do not include adjtime and localtime anymore
205 - fixed generation of zfcp.conf of CMS setups
206 - install vt102 terminfo
207 dracut_install() is still there for backwards compat
208 - do not strip files in FIPS mode
209 - fixed iBFT interface configuration
210 - fs-lib: install fsck and fsck.ext*
211 - shutdown: fixed killall_proc_mountpoint()
212 - network: also wait for ethernet interfaces to setup
213 - fixed checking for FIPS mode
214
215 Contributions from:
216 Harald Hoyer
217 WANG Chao
218 Baoquan He
219 Daniel Schaal
220 Dave Young
221 James Lee
222 Radek Vykydal
223
224
225 dracut-031
226 ==========
227 - do not include the resume dracut module in hostonly mode,
228 if no swap is present
229 - don't warn twice about omitted modules
230 - use systemd-cat for logging on systemd systems, if logfile is unset
231 - fixed PARTUUID parsing
232 - support kernel module signing keys
233 - do not install the usrmount dracut module in hostonly mode,
234 if /sbin/init does not live in /usr
235 - add debian udev rule files
236 - add support for bcache
237 - network: handle bootif style interfaces
238 e.g. ip=77-77-6f-6f-64-73:dhcp
239 - add support for kmod static devnodes
240 - add vlan support for iBFT
241
242 Contributions from:
243 Harald Hoyer
244 Amadeusz Żołnowski
245 Brandon Philips
246 Colin Walters
247 James Lee
248 Kyle McMartin
249 Peter Jones
250
251 dracut-030
252 ==========
253 - support new persistent network interface names
254 - fix findmnt calls, prevents hang on stale NFS mounts
255 - add systemd.slice and slice.target units
256 - major shell cleanup
257 - support root=PARTLABEL= and root=PARTUUID=
258 - terminfo: only install l/linux v/vt100 and v/vt220
259 - unset all LC_* and LANG, 10% faster
260 - fixed dependency loop for dracut-cmdline.service
261 - do not wait_for_dev for the root devices
262 - do not wait_for_dev for devices, if dracut-initqueue is not needed
263 - support early microcode loading with --early-microcode
264 - dmraid, let dmraid setup its own partitions
265 - sosreport renamed to rdsosreport
266
267 Contributions from:
268 Harald Hoyer
269 Konrad Rzeszutek Wilk
270 WANG Chao
271
272 dracut-029
273 ==========
274 - wait for IPv6 autoconfiguration
275 - i18n: make the default font configurable
276 To set the default font for your distribution, add
277 i18n_default_font="latarcyrheb-sun16"
278 to your /lib/dracut/dracut.conf.d/01-dist.conf distribution config.
279 - proper handle "rd.break" in systemd mode before switch-root
280 - systemd: make unit files symlinks
281 - build without dash requirement
282 - add dracut-shutdown.service.8 manpage
283 - handle MACs for "ip="
284 "ip=77-77-6f-6f-64-73:dhcp"
285 - don't explode when mixing BOOTIF and ip=
286 - 90lvm/module-setup.sh: redirect error message of lvs to /dev/null
287
288 Contributions from:
289 Harald Hoyer
290 Will Woods
291 Baoquan He
292
293 dracut-028
294 ==========
295 - full integration of crypto devs in systemd logic
296 - support for bridge over team and vlan tagged team
297 - support multiple bonding interfaces
298 - new kernel command line param "rd.action_on_fail"
299 to control the emergency action
300 - support for bridge over a vlan tagged interface
301 - support for "iso-scan/filename" kernel parameter
302 - lsinitrd got some love and does not use "file" anymore
303 - fixed issue with noexec mounted tmp dirs
304 - FIPS mode fixed
305 - dracut_install got some love
306 - fixed some /usr mounting problems
307 - ifcfg dracut module got some love and fixes
308 - default installed font is now latarcyrheb-sun16
309 - new parameters rd.live.dir and rd.live.squashimg
310 - lvm: add tools for thin provisioning
311 - also install non-hwcap libs
312 - setup correct system time and time zone in initrd
313 - s390: fixed cms setup
314 - add systemd-udevd persistent network interface naming
315
316 Contributions from:
317 Harald Hoyer
318 Kamil Rytarowski
319 WANG Chao
320 Baoquan He
321 Adam Williamson
322 Colin Guthrie
323 Dan Horák
324 Dave Young
325 Dennis Gilmore
326 Dennis Schridde
327
328 dracut-027
329 ==========
330 - dracut now has bash-completion
331 - require bash version 4
332 - systemd module now requires systemd >= 199
333 - dracut makes use of native systemd initrd units
334 - added hooks for new-kernel-pkg and kernel-install
335 - hostonly is now default for fedora
336 - comply with the BootLoaderSpec paths
337 http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
338 - added rescue module
339 - host_fs_types is now a hashmap
340 - new dracut argument "--regenerate-all"
341 - new dracut argument "--noimageifnotneeded"
342 - new man page dracut.bootup
343 - install all host filesystem drivers
344 - use -D_FILE_OFFSET_BITS=64 to build dracut-install
345
346 dracut-026
347 ==========
348 - introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory
349
350 /usr/lib/dracut/dracut.conf.d/*.conf can be overwritten by the same
351 filenames in /etc/dracut.conf.d.
352
353 Packages should use /usr/lib/dracut/dracut.conf.d rather than
354 /etc/dracut.conf.d for drop-in configuration files.
355
356 /etc/dracut.conf and /etc/dracut.conf.d belong to the system administrator.
357
358 - uses systemd-198 native initrd units
359 - totally rely on the fstab-generator in systemd mode for block devices
360 - dracut systemd now uses dracut.target rather than basic.target
361 - dracut systemd services optimize themselves away
362 - fixed hostonly parameter generation
363 - turn off curl globbing (fixes IPv6)
364 - modify the udev rules on install and not runtime time
365 - enable initramfs building without kernel modules (fixed regression)
366 - in the initqueue/timeout,
367 reset the main loop counter, as we see new udev events or initqueue/work
368 - fixed udev rule installation
369
370 dracut-025
371 ==========
372 - do not strip signed kernel modules
373 - add sosreport script and generate /run/initramfs/sosreport.txt
374 - make short uuid specification for allow-discards work
375 - turn off RateLimit for the systemd journal
376 - fixed MAC address assignment
377 - add systemd checkisomd5 service
378 - splitout drm kernel modules from plymouth module
379 - add 'swapoff' to initramfs to fix shutdown/reboot
380 - add team device support
381 - add pre-shutdown hook
382 - kill all processes in shutdown and report remaining ones
383 - "--device" changed to "--add-device" and "add_device=" added for conf files
384 - add memory usage trace to different hook points
385 - cope with optional field #7 in /proc/self/mountinfo
386 - lots of small bugfixes
387
388 dracut-024
389 ==========
390 - new dracut option "--device"
391 - new dracut kernel command line options "rd.auto"
392 - new dracut kernel command line options "rd.noverifyssl"
393 - new dracut option "--kernel-cmdline" and "kernel_cmdline" option for default parameters
394 - fixes for systemd and crypto
395 - fix for kexec in shutdown, if not included in initramfs
396 - create the initramfs non-world readable
397 - prelink/preunlink in the initramfs
398 - strip binaries in the initramfs by default now
399 - various FIPS fixes
400 - various dracut-install fixes
401
402 dracut-023
403 ==========
404 - resume from hibernate fixes
405 - -N option for --no-hostonly
406 - support for systemd crypto handling
407 - new dracut module "crypt-loop"
408 - deprecate the old kernel command line options
409 - more documentation
410 - honor CFLAGS for dracut-install build
411 - multipath fixes
412 - / is mounted according to rootflags parameter but forced ro at first.
413 Later it is remounted according to /etc/fstab + rootflags parameter
414 and "ro"/"rw".
415 - support for xfs / reiserfs separate journal device
416 - new "ro_mnt" option to force ro mount of / and /usr
417 - root on cifs support
418 - dracut-install: fixed issue for /var/tmp containing a symlink
419 - only lazy resolve with ldd, if the /var/tmp partition is not mounted with "noexec"
420 - i18n: fixed inclusion of "include" keymaps
421
422 dracut-022
423 ==========
424 - fixed host-only kernel module bug
425
426 dracut-021
427 ==========
428 - fixed systemd in the initramfs (requires systemd >= 187)
429 - dracut-install: massive speedup with /var on the same filesystem with COW copy
430 - dracut-install: moved to /usr/lib/dracut until it becomes a general purpose tool
431 - new options: "rd.usrmount.ro" and "rd.skipfsck"
432 - less mount/umount
433 - apply "ro" on the kernel command line also to /usr
434 - mount according to fstab, if neither "ro" or "rw" is specified
435 - skip fsck for xfs and btrfs. remount is enough
436 - give emergency_shell if /usr mount failed
437 - dracut now uses getopt:
438 * options can be position independent now!!
439 * we can now use --option=<arg>
440 - added option "--kver=<kernel-version>", and the image location can be omitted
441 # dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64
442 - dracut.sh: for --include copy also the symbolic links
443 - man pages: lsinitrd and mkinitrd added
444 - network: We do not support renaming in the kernel namespace anymore (as udev does
445 that not anymore). So, if a user wants to use ifname, he has to rename
446 to a custom namespace. "eth[0-9]+" is not allowed anymore. !!!!!
447 - resume: moved the resume process to the initqueue.
448 This should prevent accidently mounting the root file system.
449 - testsuite: add support for: make V=1 TESTS="01 20 40" check
450 $ sudo make V=1 clean check
451 now runs the testsuite in verbose mode
452
453 $ sudo make TESTS="01 20 40" clean check
454 now only runs the 01, 20 and 40 tests.
455
456 dracut-020
457 ==========
458 - changed rd.dasd kernel parameter
459 - arm kernel modules added to kernel-modules
460 - make udevdir systemdutildir systemdsystemunitdir global vars
461 your distribution should ship those settings in
462 /etc/dracut.conf.d/01-distro.conf
463 see dracut.conf.d/fedora.conf.example
464 - kernel modules are now only handled with /sys/modules and modules.dep
465 - systemd fixups
466 - mdraid: wait for md devices to be clean, before shutdown
467 - ifup fixed for ipv6
468 - add PARTUUID as root=PARTUUID=<partition uuid> parameter
469 - fixed instmods() return code and set pipefail globally
470 - add 04watchdog dracut module
471 - dracut-shutdown.service: fixed ordering to be before shutdown.target
472 - make use of "ln -r" instead of shell functions, if new coreutils is installed
473 - network: support vlan tagged bonding
474 - new dracut module qemu and qemu-net to install all kernel driver
475 - fs-lib/fs-lib.sh: removed test mounting of btrfs and xfs
476 - no more "mknod" in the initramfs!!
477 - replaced all "tr" calls with "sed"
478 - speedup with lazy kernel module dependency resolving
479 - lots of speedup optimizations and last but not least
480 - dracut-install:
481 - new binary to significanlty speedup the installation process
482 - dracut-functions.sh makes use of it, if installed
483
484
485 dracut-019
486 ==========
487 - initqueue/online hook
488 - fixes for ifcfg write out
489 - rootfs-block: avoid remount when options don't change
490 - Debian multiarch support
491 - virtfs root filesystem support
492 - cope with systemd-udevd
493 - mount tmpfs with strictatime
494 - include all kernel/drivers/net/phy drivers
495 - add debug_on() and debug_off() functions
496 - add arguments for source_hook() and source_all()
497 - cleanup hook
498 - plymouth: get consoledev from /sys/class/tty/console/active
499 - experimental systemd dracut module for systemd in the initramfs
500 - install xhci-hcd kernel module
501 - dracut: new "--mount" option
502 - lsinitrd: new option --printsize
503 - ARM storage kernel modules added
504 - s390 cms conf file support
505 - /etc/initrd-release in the initrd
506 - vlan support
507 - full bonding and bridge support
508 - removed scsi_wait_scan kernel module from standard install
509 - support rd.luks.allow-discards and honor options in crypttab
510 - lots of bugfixes
511
512 dracut-018
513 ==========
514 - lvm: ignore lvm mirrors
515 - lsinitrd: handle LZMA images
516 - iscsi: add rd.iscsi.param
517 - iscsi: add iscsi interface binding
518 - new module cms to read and handle z-Series cms config files
519 - fixed fstab.sys handling
520 - new dracut option "--tmpdir"
521 - new dracut option "--no-hostonly"
522 - nbd: name based nbd connects
523 - converted manpage and documentation source to asciidoc
524 - write-ifcfg fixes and cleanups
525 - ifup is now done in the initqueue
526 - netroot cleanup
527 - initqueue/online is now for hooks, which require network
528 - no more /tmp/root.info
529 - 98pollcdrom: factored out the ugly cdrom polling in the main loop
530 - simplified rd.luks.uuid testing
531 - removed "egrep" and "ls" calls
532 - speedup kernel module installation
533 - make bzip2 optional
534 - lots of bugfixes
535
536 dracut-017
537 ==========
538 - a _lot_ faster than dracut-016 in image creation
539 - systemd service dracut-shutdown.service
540 - livenet fixes
541 - ssh-client module install fix
542 - root=iscsi:... fixed
543 - lots of restructuring and optimizing in dracut-functions.sh
544 - usrmount: honor fs_passno in /etc/fstab
545 - renamed all shell scripts to .sh
546 - new option "--omit-drivers" and config option "omit_drivers"
547 - hostonly mode fixups
548
549 dracut-016
550 ==========
551 - fixed lsinitrd
552 - honor binaries in sbin first
553 - fixed usrmount module
554 - added systemd service for shutdown
555 - fixed terminfo on distros with /usr/share/terminfo
556 - reload udev rules after "pre-trigger" hook
557 - improved test suite
558 - new parameter "--omit-drivers" and new conf param omit_drivers
559 - "--offroot" support for mdraid
560 - new libs: net-lib.sh, nfs-lib.sh, url-lib.sh, img-lib.sh
561 full of functions to use in your dracut module
562
563 dracut-015
564 ==========
565 - hostonly mode automatically adds command line options for root and /usr
566 - --add-fstab --mount parameters
567 - ssh-client module
568 - --ctty option: add job control
569 - cleanup /run/initramfs
570 - convertfs module
571 - /sbin/ifup can be called directly
572 - support kernel modules compressed with xz
573 - s390 iscsi modules added
574 - terminfo module
575 - lsinitrd can handle concatened images
576 - lsinitrd can sort by size
577
578 dracut-014
579 ==========
580 - new dracut arguments:
581 --lvmconf
582 --nolvmconf
583 --fscks [LIST]
584 --nofscks
585 - new .conf options:
586 install_items
587 fscks
588 nofscks
589 - new kernel options:
590 rd.md.ddf
591 rd.md.waitclean
592 plymouth.enable
593 - dracut move from /sbin to /usr/bin
594 - dracut modules dir moved from /usr/share/dracut to /usr/lib/dracut
595 - profiling with "dracut --profile"
596 - new TEST-16-DMSQUASH, test for Fedora LiveCDs
597 - speedup of initramfs creation
598 - ask_for_password fallback to CLI
599 - mdraid completely switched to incremental assembly
600 - no more cdrom polling
601 - "switch_root" breakpoint is now very late
602 - /dev/live is gone
603 - /dev/root is gone
604 - fs-lib dracut module for fscks added
605 - xen dracut module removed
606 - usb mass storage kernel drivers now included
607 - usrmount dracut module added:
608 mount /usr if found in /sysroot/etc/fstab
609 - only include fsck helper needed for hostonly
610 - fcoe: support for bnx2fc
611 - support iSCSI drivers: qla4xxx, cxgb3i, cxgb4i, bnx2i, be2iscsi
612 - fips-aesni dracut module added
613 - add install_items to dracut.conf
614 install_items+=" <file>[ <file> ...] "
615 - speedup internal testsuite
616 - internal testsuite: store temporary data in a temporary dir
617
618 dracut-013
619 ==========
620 - speedup of initramfs creation
621 - fixed inst_dir for symbolic links
622 - add unix kernel module
623
624 dracut-012
625 ==========
626 - better fsck handling
627 - fixed wait condition for LVM volumes
628 - fix for hardlinks (welcome Debian! :-)
629 - shutdown bugfixes
630 - automatic busybox symlink creation
631 - try to mount /usr, if init points to a path in /usr
632 - btrfs with multiple devices
633 - "--force-add" option for dracut, to force-add dracut modules,
634 without hostonly checks
635 - lsinitrd also display the initramfs size in human readable form
636 - livenet module, to mount live-isos over http
637 - masterkey,ecryptfs,integrity security modules
638 - initqueue/timeout queue e.g. for starting degraded raids
639 - "make rpm" creates an rpm with an increasing release number from any
640 git checkout
641 - support lvm mirrors
642 - start degraded lvm mirrors after a timeout
643 - start degraded md raids after a timeout
644 - getarg() now returns wildcards without file matching to the current fs
645 - lots of bugfixes
646
647 dracut-011
648 ==========
649 - use udev-168 features for shutting down udev
650 - introduce "--prefix" to put all initramfs files in e.g "/run/initramfs"
651 - new shutdown script (called by systemd >= 030) to disassemble the root device
652 - lots of bugfixes
653 - new module for gpg-encrypted keys - 91crypt-gpg
654
655 dracut-010
656 ==========
657 - lots of bugfixes
658 - plymouth: use /run/plymouth/pid instead of /run/initramfs/plymouth
659 - add "/lib/firmware/updates" to default firmware path
660
661 dracut-009
662 ==========
663 - dracut generator
664 - dracut-logger
665 - xz compression
666 - better argument handling
667
668 - initramfs
669 - hooks moved to /lib/dracut/hooks in initramfs
670 - rd.driver.{blacklist|pre|post} accept comma separated driver list
671 - iSCSI: iSCSI Boot Firmware Table (iBFT) support
672 - support for /run
673 - live image: support for generic rootfs.img (instead of ext3fs.img)
674 - caps module
675 - FCoE: EDD support
676
677 dracut-008
678 ==========
679 - removed --ignore-kernel-modules option (no longer necessary)
680 - renamed kernel command line arguments to follow the rd. naming scheme
681 - merged check, install, installkernel to module-setup.sh
682 - support for bzip2 and xz compressed initramfs images.
683 - source code beautification
684 - lots of documentation
685 - lsinitrd: "catinitrd" functionality
686 - dracut: --list-modules
687 - lvm: support for dynamic LVM SNAPSHOT root volume
688 - 95fstab-sys: mount all /etc/fstab.sys volumes before switch_root
689 - 96insmodpost dracut module
690 - rd.shell=1 per default
691 - rootfs-block:mount-root.sh add fsck
692 - busybox shell replacements module
693 - honor old "real_init="
694 - 97biosdevname dracut module
695
696 dracut-007
697 ==========
698 - module i18n is no longer fedora/red hat specific (Amadeusz Żołnowski)
699 - distribution specific conf file
700 - bootchartd support
701 - debug module now has fsck
702 - use "hardlink", if available, to save some space
703 - /etc/dracut.conf can be overwritten by settings in /etc/dracut.conf.d/*.conf
704 - gentoo splash module
705 - --ignore-kernel-modules option
706 - crypto keys on external devices support
707 - bugfixes
708
709 dracut-006
710 ==========
711 - fixed mdraid with IMSM
712 - fixed dracut manpages
713 - dmraid parse different error messages
714 - add cdrom polling mechanism for slow cdroms
715 - add module btrfs
716 - add btrfsctl scan for btrfs multi-devices (raid)
717 - teach dmsquash live-root to use rootflags
718 - trigger udev with action=add
719 - fixed add_drivers handling
720 - add sr_mod
721 - use pigz instead of gzip, if available
722 - boot from LVM mirrors and snapshots
723 - iscsi: add support for multiple netroot=iscsi:
724 - Support old version of module-init-tools
725 - got rid of rdnetdebug
726 - fixed "ip=auto6"
727 - dracut.conf: use "+=" as default for config variables
728 - bugfixes
729
730 dracut-005
731 ==========
732 - dcb support to dracut's FCoE support
733 - add readonly overlay support for dmsquash
734 - add keyboard kernel modules
735 - dracut.conf: added add_dracutmodules
736 - add /etc/dracut.conf.d
737 - add preliminary IPv6 support
738 - bugfixes
739
740 dracut-004
741 ==========
742 - dracut-lib: read multiple lines from $init/etc/cmdline
743 - lsinitrd and mkinitrd
744 - dmsquash: add support for loopmounted *.iso files
745 - lvm: add rd_LVM_LV and "--poll n"
746 - user suspend support
747 - add additional drivers in host-only mode, too
748 - improved emergency shell
749 - support for compressed kernel modules
750 - support for loading Xen modules
751 - rdloaddriver kernel command line parameter
752 - man pages for dracut-catimages and dracut-gencmdline
753 - bugfixes
754
755 dracut-003
756 ==========
757 - add debian package modules
758 - add dracut.conf manpage
759 - add module 90multipath
760 - add module 01fips
761 - crypt: ignore devices in /etc/crypttab (root is not in there)
762 unless rd_NO_CRYPTTAB is specified
763 - kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc
764 - add multinic support
765 - add s390 zfcp support
766 - add s390 dasd support
767 - add s390 network support
768 - fixed dracut-gencmdline for root=UUID or LABEL
769 - do not destroy assembled raid arrays if mdadm.conf present
770 - mount /dev/shm
771 - let udevd not resolve group and user names
772 - moved network from udev to initqueue
773 - improved debug output: specifying "rdinitdebug" now logs
774 to dmesg, console and /init.log
775 - strip kernel modules which have no x bit set
776 - redirect stdin, stdout, stderr all RW to /dev/console
777 so the user can use "less" to view /init.log and dmesg
778 - add new device mapper udev rules and dmeventd
779 - fixed dracut-gencmdline for root=UUID or LABEL
780 - do not destroy assembled raid arrays if mdadm.conf present
781 - mount /dev/shm
782 - let udevd not resolve group and user names
783 - preserve timestamps of tools on initramfs generation
784 - generate symlinks for binaries correctly
785 - moved network from udev to initqueue
786 - mount nfs3 with nfsvers=3 option and retry with nfsvers=2
787 - fixed nbd initqueue-finished
788 - improved debug output: specifying "rdinitdebug" now logs
789 to dmesg, console and /init.log
790 - strip kernel modules which have no x bit set
791 - redirect stdin, stdout, stderr all RW to /dev/console
792 so the user can use "less" to view /init.log and dmesg
793 - make install of new dm/lvm udev rules optionally
794 - add new device mapper udev rules and dmeventd
795 - Fix LiveCD boot regression
796 - bail out if selinux policy could not be loaded and
797 selinux=0 not specified on kernel command line
798 - do not cleanup dmraids
799 - copy over lvm.conf
800
801 dracut-002
802 ==========
803 - add ifname= argument for persistent netdev names
804 - new /initqueue-finished to check if the main loop can be left
805 - copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
806 - plymouth: use plymouth-populate-initrd
807 - add add_drivers for dracut and dracut.conf
808 - add modprobe scsi_wait_scan to be sure everything was scanned
809 - fix for several problems with md raid containers
810 - fix for selinux policy loading
811 - fix for mdraid for IMSM
812 - fix for bug, which prevents installing 61-persistent-storage.rules (bug #520109)
813 - fix for missing grep for md
814
815 dracut-001
816 ==========
817 - better --hostonly checks
818 - better lvm/mdraid/dmraid handling
819 - fcoe booting support
820 Supported cmdline formats:
821 fcoe=<networkdevice>:<dcb|nodcb>
822 fcoe=<macaddress>:<dcb|nodcb>
823
824 Note currently only nodcb is supported, the dcb option is reserved for
825 future use.
826
827 Note letters in the macaddress must be lowercase!
828
829 Examples:
830 fcoe=eth0:nodcb
831 fcoe=4A:3F:4C:04:F8:D7:nodcb
832
833 - Syslog support for dracut
834 This module provides syslog functionality in the initrd.
835 This is especially interesting when complex configuration being
836 used to provide access to the device the rootfs resides on.
837
838
839 dracut-0.9
840 ==========
841 - let plymouth attach to the terminal (nice text output now)
842 - new kernel command line parameter "rdinfo" show dracut output, even when
843 "quiet" is specified
844 - rd_LUKS_UUID is now handled correctly
845 - dracut-gencmdline: rd_LUKS_UUID and rd_MD_UUID is now correctly generated
846 - now generates initrd-generic with around 15MB
847 - smaller bugfixes
848
849 dracut-0.8
850 ==========
851 - iSCSI with username and password
852 - support for live images (dmsquashed live images)
853 - iscsi_firmware fixes
854 - smaller images
855 - bugfixes
856
857 dracut-0.7
858 ==========
859 - dracut: strip binaries in initramfs
860
861 --strip
862 strip binaries in the initramfs (default)
863
864 --nostrip
865 do not strip binaries in the initramfs
866 - dracut-catimages
867
868 Usage: ./dracut-catimages [OPTION]... <initramfs> <base image>
869 [<image>...]
870 Creates initial ramdisk image by concatenating several images from the
871 command
872 line and /boot/dracut/
873
874 -f, --force Overwrite existing initramfs file.
875 -i, --imagedir Directory with additional images to add
876 (default: /boot/dracut/)
877 -o, --overlaydir Overlay directory, which contains files that
878 will be used to create an additional image
879 --nooverlay Do not use the overlay directory
880 --noimagedir Do not use the additional image directory
881 -h, --help This message
882 --debug Output debug information of the build process
883 -v, --verbose Verbose output during the build process
884
885 - s390 dasd support
886
887 dracut-0.6
888 ==========
889 - dracut: add --kernel-only and --no-kernel arguments
890
891 --kernel-only
892 only install kernel drivers and firmware files
893
894 --no-kernel
895 do not install kernel drivers and firmware files
896
897 All kernel module related install commands moved from "install"
898 to "installkernel".
899
900 For "--kernel-only" all installkernel scripts of the specified
901 modules are used, regardless of any checks, so that all modules
902 which might be needed by any dracut generic image are in.
903
904 The basic idea is to create two images. One image with the kernel
905 modules and one without. So if the kernel changes, you only have
906 to replace one image.
907
908 Grub and the kernel can handle multiple images, so grub entry can
909 look like this:
910
911 title Fedora (2.6.29.5-191.fc11.i586)
912 root (hd0,0)
913 kernel /vmlinuz-2.6.29.5-191.fc11.i586 ro rhgb quiet
914 initrd /initrd-20090722.img /initrd-kernel-2.6.29.5-191.fc11.i586.img /initrd-config.img
915
916 initrd-20090722.img
917 the image provided by the initrd rpm
918 one old backup version is kept like with the kernel
919
920 initrd-kernel-2.6.29.5-191.fc11.i586.img
921 the image provided by the kernel rpm
922
923 initrd-config.img
924 optional image with local configuration files
925
926 - dracut: add --kmoddir directory, where to look for kernel modules
927
928 -k, --kmoddir [DIR]
929 specify the directory, where to look for kernel modules
930
931
932
933 dracut-0.5
934 ==========
935 - more generic (all plymouth modules, all keyboards, all console fonts)
936 - more kernel command line parameters (see also man dracut(8))
937 - a helper tool, which generates the kernel command line (dracut-gencmdline)
938 - bridged network boot
939 - a lot of new command line parameter
940
941 dracut-0.4
942 ==========
943 - bugfixes
944 - firmware loading support
945 - new internal queue (initqueue)
946 initqueue now loops until /dev/root exists or root is mounted
947
948 init now has the following points to inject scripts:
949
950 /cmdline/*.sh
951 scripts for command line parsing
952
953 /pre-udev/*.sh
954 scripts to run before udev is started
955
956 /pre-trigger/*.sh
957 scripts to run before the main udev trigger is pulled
958
959 /initqueue/*.sh
960 runs in parallel to the udev trigger
961 Udev events can add scripts here with /sbin/initqueue.
962 If /sbin/initqueue is called with the "--onetime" option, the script
963 will be removed after it was run.
964 If /initqueue/work is created and udev >= 143 then this loop can
965 process the jobs in parallel to the udevtrigger.
966 If the udev queue is empty and no root device is found or no root
967 filesystem was mounted, the user will be dropped to a shell after
968 a timeout.
969 Scripts can remove themselves from the initqueue by "rm $job".
970
971 /pre-mount/*.sh
972 scripts to run before the root filesystem is mounted
973 NFS is an exception, because it has no device node to be created
974 and mounts in the udev events
975
976 /mount/*.sh
977 scripts to mount the root filesystem
978 NFS is an exception, because it has no device node to be created
979 and mounts in the udev events
980 If the udev queue is empty and no root device is found or no root
981 filesystem was mounted, the user will be dropped to a shell after
982 a timeout.
983
984 /pre-pivot/*.sh
985 scripts to run before the real init is executed and the initramfs
986 disappears
987 All processes started before should be killed here.
988
989 The behaviour of the dmraid module demonstrates how to use the new
990 mechanism. If it detects a device which is part of a raidmember from a
991 udev rule, it installs a job to scan for dmraid devices, if the udev
992 queue is empty. After a scan, it removes itsself from the queue.
993
994
995
996 dracut-0.3
997 ==========
998
999 - first public version
1000