NEWS: update
[platform/upstream/dracut.git] / NEWS
1 dracut-018
2 ==========
3 - converted manpage and documentation source to asciidoc
4 - write-ifcfg fixes and cleanups
5 - ifup is now done in the initqueue
6 - netroot cleanup
7 - initqueue/online is now for hooks, which require network
8 - no more /tmp/root.info
9 - 98pollcdrom: factored out the ugly cdrom polling in the main loop
10 - simplified rd.luks.uuid testing
11 - removed "egrep" and "ls" calls
12 - speedup kernel module installation
13 - make bzip2 optional
14 - lots of bugfixes
15
16 dracut-017
17 ==========
18 - a _lot_ faster than dracut-016 in image creation
19 - systemd service dracut-shutdown.service
20 - livenet fixes
21 - ssh-client module install fix
22 - root=iscsi:... fixed
23 - lots of restructuring and optimizing in dracut-functions.sh
24 - usrmount: honor fs_passno in /etc/fstab
25 - renamed all shell scripts to .sh
26 - new option "--omit-drivers" and config option "omit_drivers"
27 - hostonly mode fixups
28
29 dracut-016
30 ==========
31 - fixed lsinitrd
32 - honor binaries in sbin first
33 - fixed usrmount module
34 - added systemd service for shutdown
35 - fixed terminfo on distros with /usr/share/terminfo
36 - reload udev rules after "pre-trigger" hook
37 - improved test suite
38 - new parameter "--omit-drivers" and new conf param omit_drivers
39 - "--offroot" support for mdraid
40 - new libs: net-lib.sh, nfs-lib.sh, url-lib.sh, img-lib.sh
41   full of functions to use in your dracut module
42
43 dracut-015
44 ==========
45 - hostonly mode automatically adds command line options for root and /usr
46 - --add-fstab --mount parameters
47 - ssh-client module
48 - --ctty option: add job control
49 - cleanup /run/initramfs
50 - convertfs module
51 - /sbin/ifup can be called directly
52 - support kernel modules compressed with xz
53 - s390 iscsi modules added
54 - terminfo module
55 - lsinitrd can handle concatened images
56 - lsinitrd can sort by size
57
58 dracut-014
59 ==========
60 - new dracut arguments:
61   --lvmconf
62   --nolvmconf
63   --fscks [LIST]
64   --nofscks
65 - new .conf options:
66   install_items
67   fscks
68   nofscks
69 - new kernel options:
70   rd.md.ddf
71   rd.md.waitclean
72   plymouth.enable
73 - dracut move from /sbin to /usr/bin
74 - dracut modules dir moved from /usr/share/dracut to /usr/lib/dracut
75 - profiling with "dracut --profile"
76 - new TEST-16-DMSQUASH, test for Fedora LiveCDs
77 - speedup of initramfs creation
78 - ask_for_password fallback to CLI
79 - mdraid completely switched to incremental assembly
80 - no more cdrom polling
81 - "switch_root" breakpoint is now very late
82 - /dev/live is gone
83 - /dev/root is gone
84 - fs-lib dracut module for fscks added
85 - xen dracut module removed
86 - usb mass storage kernel drivers now included
87 - usrmount dracut module added:
88   mount /usr if found in /sysroot/etc/fstab
89 - only include fsck helper needed for hostonly
90 - fcoe: support for bnx2fc
91 - support iSCSI drivers: qla4xxx, cxgb3i, cxgb4i, bnx2i, be2iscsi
92 - fips-aesni dracut module added
93 - add install_items to dracut.conf
94     install_items+=" <file>[ <file> ...] "
95 - speedup internal testsuite
96 - internal testsuite: store temporary data in a temporary dir
97
98 dracut-013
99 ==========
100 - speedup of initramfs creation
101 - fixed inst_dir for symbolic links
102 - add unix kernel module
103
104 dracut-012
105 ==========
106 - better fsck handling
107 - fixed wait condition for LVM volumes
108 - fix for hardlinks (welcome Debian! :-)
109 - shutdown bugfixes
110 - automatic busybox symlink creation
111 - try to mount /usr, if init points to a path in /usr
112 - btrfs with multiple devices
113 - "--force-add" option for dracut, to force-add dracut modules,
114   without hostonly checks
115 - lsinitrd also display the initramfs size in human readable form
116 - livenet module, to mount live-isos over http
117 - masterkey,ecryptfs,integrity security modules
118 - initqueue/timeout queue e.g. for starting degraded raids
119 - "make rpm" creates an rpm with an increasing release number from any
120   git checkout
121 - support lvm mirrors
122 - start degraded lvm mirrors after a timeout
123 - start degraded md raids after a timeout
124 - getarg() now returns wildcards without file matching to the current fs
125 - lots of bugfixes
126
127 dracut-011
128 ==========
129 - use udev-168 features for shutting down udev
130 - introduce "--prefix" to put all initramfs files in e.g "/run/initramfs"
131 - new shutdown script (called by systemd >= 030) to disassemble the root device
132 - lots of bugfixes
133 - new module for gpg-encrypted keys - 91crypt-gpg
134
135 dracut-010
136 ==========
137 - lots of bugfixes
138 - plymouth: use /run/plymouth/pid instead of /run/initramfs/plymouth
139 - add "/lib/firmware/updates" to default firmware path
140
141 dracut-009
142 ==========
143 - dracut generator
144   - dracut-logger
145   - xz compression
146   - better argument handling
147
148 - initramfs
149   - hooks moved to /lib/dracut/hooks in initramfs
150   - rd.driver.{blacklist|pre|post} accept comma separated driver list
151   - iSCSI: iSCSI Boot Firmware Table (iBFT) support
152   - support for /run
153   - live image: support for generic rootfs.img (instead of ext3fs.img)
154   - caps module
155   - FCoE: EDD support
156
157 dracut-008
158 ==========
159 - removed --ignore-kernel-modules option (no longer necessary)
160 - renamed kernel command line arguments to follow the rd. naming scheme
161 - merged check, install, installkernel to module-setup.sh
162 - support for bzip2 and xz compressed initramfs images.
163 - source code beautification
164 - lots of documentation
165 - lsinitrd: "catinitrd" functionality
166 - dracut: --list-modules
167 - lvm: support for dynamic LVM SNAPSHOT root volume
168 - 95fstab-sys: mount all /etc/fstab.sys volumes before switch_root
169 - 96insmodpost dracut module
170 - rd.shell=1 per default
171 - rootfs-block:mount-root.sh add fsck
172 - busybox shell replacements module
173 - honor old "real_init="
174 - 97biosdevname dracut module
175
176 dracut-007
177 ==========
178 - module i18n is no longer fedora/red hat specific (Amadeusz Żołnowski)
179 - distribution specific conf file
180 - bootchartd support
181 - debug module now has fsck
182 - use "hardlink", if available, to save some space
183 - /etc/dracut.conf can be overwritten by settings in /etc/dracut.conf.d/*.conf
184 - gentoo splash module
185 - --ignore-kernel-modules option
186 - crypto keys on external devices support
187 - bugfixes
188
189 dracut-006
190 ==========
191 - fixed mdraid with IMSM
192 - fixed dracut manpages
193 - dmraid parse different error messages
194 - add cdrom polling mechanism for slow cdroms
195 - add module btrfs
196 - add btrfsctl scan for btrfs multi-devices (raid)
197 - teach dmsquash live-root to use rootflags
198 - trigger udev with action=add
199 - fixed add_drivers handling
200 - add sr_mod
201 - use pigz instead of gzip, if available
202 - boot from LVM mirrors and snapshots
203 - iscsi: add support for multiple netroot=iscsi:
204 - Support old version of module-init-tools
205 - got rid of rdnetdebug
206 - fixed "ip=auto6"
207 - dracut.conf: use "+=" as default for config variables
208 - bugfixes
209
210 dracut-005
211 ==========
212 - dcb support to dracut's FCoE support
213 - add readonly overlay support for dmsquash
214 - add keyboard kernel modules
215 - dracut.conf: added add_dracutmodules
216 - add /etc/dracut.conf.d
217 - add preliminary IPv6 support
218 - bugfixes
219
220 dracut-004
221 ==========
222 - dracut-lib: read multiple lines from $init/etc/cmdline
223 - lsinitrd and mkinitrd
224 - dmsquash: add support for loopmounted *.iso files
225 - lvm: add rd_LVM_LV and "--poll n"
226 - user suspend support
227 - add additional drivers in host-only mode, too
228 - improved emergency shell
229 - support for compressed kernel modules
230 - support for loading Xen modules
231 - rdloaddriver kernel command line parameter
232 - man pages for dracut-catimages and dracut-gencmdline
233 - bugfixes
234
235 dracut-003
236 ==========
237 - add debian package modules
238 - add dracut.conf manpage
239 - add module 90multipath
240 - add module 01fips
241 - crypt: ignore devices in /etc/crypttab (root is not in there)
242   unless rd_NO_CRYPTTAB is specified
243 - kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc
244 - add multinic support
245 - add s390 zfcp support
246 - add s390 dasd support
247 - add s390 network support
248 - fixed dracut-gencmdline for root=UUID or LABEL
249 - do not destroy assembled raid arrays if mdadm.conf present
250 - mount /dev/shm
251 - let udevd not resolve group and user names
252 - moved network from udev to initqueue
253 - improved debug output: specifying "rdinitdebug" now logs
254   to dmesg, console and /init.log
255 - strip kernel modules which have no x bit set
256 - redirect stdin, stdout, stderr all RW to /dev/console
257   so the user can use "less" to view /init.log and dmesg
258 - add new device mapper udev rules and dmeventd
259 - fixed dracut-gencmdline for root=UUID or LABEL
260 - do not destroy assembled raid arrays if mdadm.conf present
261 - mount /dev/shm
262 - let udevd not resolve group and user names
263 - preserve timestamps of tools on initramfs generation
264 - generate symlinks for binaries correctly
265 - moved network from udev to initqueue
266 - mount nfs3 with nfsvers=3 option and retry with nfsvers=2
267 - fixed nbd initqueue-finished
268 - improved debug output: specifying "rdinitdebug" now logs
269   to dmesg, console and /init.log
270 - strip kernel modules which have no x bit set
271 - redirect stdin, stdout, stderr all RW to /dev/console
272   so the user can use "less" to view /init.log and dmesg
273 - make install of new dm/lvm udev rules optionally
274 - add new device mapper udev rules and dmeventd
275 - Fix LiveCD boot regression
276 - bail out if selinux policy could not be loaded and
277   selinux=0 not specified on kernel command line
278 - do not cleanup dmraids
279 - copy over lvm.conf
280
281 dracut-002
282 ==========
283 - add ifname= argument for persistent netdev names
284 - new /initqueue-finished to check if the main loop can be left
285 - copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
286 - plymouth: use plymouth-populate-initrd
287 - add add_drivers for dracut and dracut.conf
288 - add modprobe scsi_wait_scan to be sure everything was scanned
289 - fix for several problems with md raid containers
290 - fix for selinux policy loading
291 - fix for mdraid for IMSM
292 - fix for bug, which prevents installing 61-persistent-storage.rules (bug #520109)
293 - fix for missing grep for md
294
295 dracut-001
296 ==========
297 - better --hostonly checks
298 - better lvm/mdraid/dmraid handling
299 - fcoe booting support
300     Supported cmdline formats:
301     fcoe=<networkdevice>:<dcb|nodcb>
302     fcoe=<macaddress>:<dcb|nodcb>
303
304     Note currently only nodcb is supported, the dcb option is reserved for
305     future use.
306
307     Note letters in the macaddress must be lowercase!
308
309     Examples:
310     fcoe=eth0:nodcb
311     fcoe=4A:3F:4C:04:F8:D7:nodcb
312
313 - Syslog support for dracut
314     This module provides syslog functionality in the initrd.
315     This is especially interesting when complex configuration being
316     used to provide access to the device the rootfs resides on.
317
318
319 dracut-0.9
320 ==========
321 - let plymouth attach to the terminal (nice text output now)
322 - new kernel command line parameter "rdinfo" show dracut output, even when
323   "quiet" is specified
324 - rd_LUKS_UUID is now handled correctly
325 - dracut-gencmdline: rd_LUKS_UUID and rd_MD_UUID is now correctly generated
326 - now generates initrd-generic with around 15MB
327 - smaller bugfixes
328
329 dracut-0.8
330 ==========
331 - iSCSI with username and password
332 - support for live images (dmsquashed live images)
333 - iscsi_firmware fixes
334 - smaller images
335 - bugfixes
336
337 dracut-0.7
338 ==========
339 - dracut:     strip binaries in initramfs
340
341            --strip
342                   strip binaries in the initramfs (default)
343
344            --nostrip
345                   do not strip binaries in the initramfs
346 - dracut-catimages
347
348     Usage: ./dracut-catimages [OPTION]... <initramfs> <base image>
349     [<image>...]
350     Creates initial ramdisk image by concatenating several images from the
351     command
352     line and /boot/dracut/
353
354       -f, --force           Overwrite existing initramfs file.
355       -i, --imagedir        Directory with additional images to add
356                             (default: /boot/dracut/)
357       -o, --overlaydir      Overlay directory, which contains files that
358                             will be used to create an additional image
359       --nooverlay           Do not use the overlay directory
360       --noimagedir          Do not use the additional image directory
361       -h, --help            This message
362       --debug               Output debug information of the build process
363       -v, --verbose         Verbose output during the build process
364
365 - s390 dasd support
366
367 dracut-0.6
368 ==========
369 - dracut: add --kernel-only and --no-kernel arguments
370
371            --kernel-only
372                   only install kernel drivers and firmware files
373
374            --no-kernel
375                   do not install kernel drivers and firmware files
376
377     All kernel module related install commands moved from "install"
378     to "installkernel".
379
380     For "--kernel-only" all installkernel scripts of the specified
381     modules are used, regardless of any checks, so that all modules
382     which might be needed by any dracut generic image are in.
383
384     The basic idea is to create two images. One image with the kernel
385     modules and one without. So if the kernel changes, you only have
386     to replace one image.
387
388     Grub and the kernel can handle multiple images, so grub entry can
389     look like this:
390
391     title Fedora (2.6.29.5-191.fc11.i586)
392             root (hd0,0)
393             kernel /vmlinuz-2.6.29.5-191.fc11.i586 ro rhgb quiet
394             initrd /initrd-20090722.img /initrd-kernel-2.6.29.5-191.fc11.i586.img /initrd-config.img
395
396     initrd-20090722.img
397       the image provided by the initrd rpm
398       one old backup version is kept like with the kernel
399
400     initrd-kernel-2.6.29.5-191.fc11.i586.img
401       the image provided by the kernel rpm
402
403     initrd-config.img
404       optional image with local configuration files
405
406 - dracut: add --kmoddir directory, where to look for kernel modules
407
408            -k, --kmoddir [DIR]
409                   specify the directory, where to look for kernel modules
410
411
412
413 dracut-0.5
414 ==========
415 - more generic (all plymouth modules, all keyboards, all console fonts)
416 - more kernel command line parameters (see also man dracut(8))
417 - a helper tool, which generates the kernel command line (dracut-gencmdline)
418 - bridged network boot
419 - a lot of new command line parameter
420
421 dracut-0.4
422 ==========
423 - bugfixes
424 - firmware loading support
425 - new internal queue (initqueue)
426     initqueue now loops until /dev/root exists or root is mounted
427
428     init now has the following points to inject scripts:
429
430     /cmdline/*.sh
431        scripts for command line parsing
432
433     /pre-udev/*.sh
434        scripts to run before udev is started
435
436     /pre-trigger/*.sh
437        scripts to run before the main udev trigger is pulled
438
439     /initqueue/*.sh
440        runs in parallel to the udev trigger
441        Udev events can add scripts here with /sbin/initqueue.
442        If /sbin/initqueue is called with the "--onetime" option, the script
443        will be removed after it was run.
444        If /initqueue/work is created and udev >= 143 then this loop can
445        process the jobs in parallel to the udevtrigger.
446        If the udev queue is empty and no root device is found or no root
447        filesystem was mounted, the user will be dropped to a shell after
448        a timeout.
449        Scripts can remove themselves from the initqueue by "rm $job".
450
451     /pre-mount/*.sh
452        scripts to run before the root filesystem is mounted
453        NFS is an exception, because it has no device node to be created
454        and mounts in the udev events
455
456     /mount/*.sh
457        scripts to mount the root filesystem
458        NFS is an exception, because it has no device node to be created
459        and mounts in the udev events
460        If the udev queue is empty and no root device is found or no root
461        filesystem was mounted, the user will be dropped to a shell after
462        a timeout.
463
464     /pre-pivot/*.sh
465        scripts to run before the real init is executed and the initramfs
466        disappears
467        All processes started before should be killed here.
468
469     The behaviour of the dmraid module demonstrates how to use the new
470     mechanism. If it detects a device which is part of a raidmember from a
471     udev rule, it installs a job to scan for dmraid devices, if the udev
472     queue is empty. After a scan, it removes itsself from the queue.
473
474
475
476 dracut-0.3
477 ==========
478
479 - first public version
480