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