]> git.ipfire.org Git - thirdparty/dracut.git/blame - NEWS
version 005
[thirdparty/dracut.git] / NEWS
CommitLineData
3ee26913
HH
1dracut-004
2==========
3- dracut-lib: read multiple lines from $init/etc/cmdline
4- lsinitrd and mkinitrd
5- dmsquash: add support for loopmounted *.iso files
6- lvm: add rd_LVM_LV and "--poll n"
7- user suspend support
8- add additional drivers in host-only mode, too
9- improved emergency shell
10- support for compressed kernel modules
11- support for loading Xen modules
12- rdloaddriver kernel command line parameter
13- man pages for dracut-catimages and dracut-gencmdline
14- bugfixes
15
b59d3549
HH
16dracut-003
17==========
9993392f
HH
18- add debian package modules
19- add dracut.conf manpage
b59d3549
HH
20- add module 90multipath
21- add module 01fips
22- crypt: ignore devices in /etc/crypttab (root is not in there)
23 unless rd_NO_CRYPTTAB is specified
24- kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc
25- add multinic support
26- add s390 zfcp support
27- add s390 dasd support
28- add s390 network support
29- fixed dracut-gencmdline for root=UUID or LABEL
30- do not destroy assembled raid arrays if mdadm.conf present
31- mount /dev/shm
32- let udevd not resolve group and user names
33- moved network from udev to initqueue
34- improved debug output: specifying "rdinitdebug" now logs
35 to dmesg, console and /init.log
36- strip kernel modules which have no x bit set
37- redirect stdin, stdout, stderr all RW to /dev/console
38 so the user can use "less" to view /init.log and dmesg
39- add new device mapper udev rules and dmeventd
a8a3ca51 40- fixed dracut-gencmdline for root=UUID or LABEL
95b4875c
HH
41- do not destroy assembled raid arrays if mdadm.conf present
42- mount /dev/shm
43- let udevd not resolve group and user names
44- preserve timestamps of tools on initramfs generation
45- generate symlinks for binaries correctly
46- moved network from udev to initqueue
47- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
48- fixed nbd initqueue-finished
49- improved debug output: specifying "rdinitdebug" now logs
50 to dmesg, console and /init.log
95b4875c
HH
51- strip kernel modules which have no x bit set
52- redirect stdin, stdout, stderr all RW to /dev/console
53 so the user can use "less" to view /init.log and dmesg
54- make install of new dm/lvm udev rules optionally
95b4875c
HH
55- add new device mapper udev rules and dmeventd
56- Fix LiveCD boot regression
57- bail out if selinux policy could not be loaded and
58 selinux=0 not specified on kernel command line
95b4875c
HH
59- do not cleanup dmraids
60- copy over lvm.conf
61
4d924752
HH
62dracut-002
63==========
64- add ifname= argument for persistent netdev names
65- new /initqueue-finished to check if the main loop can be left
66- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
67- plymouth: use plymouth-populate-initrd
68- add add_drivers for dracut and dracut.conf
69- add modprobe scsi_wait_scan to be sure everything was scanned
70- fix for several problems with md raid containers
71- fix for selinux policy loading
72- fix for mdraid for IMSM
73- fix for bug, which prevents installing 61-persistent-storage.rules (bug #520109)
74- fix for missing grep for md
75
d889c019
HH
76dracut-001
77==========
78- better --hostonly checks
79- better lvm/mdraid/dmraid handling
80- fcoe booting support
81 Supported cmdline formats:
82 fcoe=<networkdevice>:<dcb|nodcb>
83 fcoe=<macaddress>:<dcb|nodcb>
84
85 Note currently only nodcb is supported, the dcb option is reserved for
86 future use.
87
88 Note letters in the macaddress must be lowercase!
89
90 Examples:
91 fcoe=eth0:nodcb
92 fcoe=4A:3F:4C:04:F8:D7:nodcb
93
94- Syslog support for dracut
95 This module provides syslog functionality in the initrd.
96 This is especially interesting when complex configuration being
97 used to provide access to the device the rootfs resides on.
98
99
5d12f1a4
HH
100dracut-0.9
101==========
102- let plymouth attach to the terminal (nice text output now)
103- new kernel command line parameter "rdinfo" show dracut output, even when
104 "quiet" is specified
105- rd_LUKS_UUID is now handled correctly
106- dracut-gencmdline: rd_LUKS_UUID and rd_MD_UUID is now correctly generated
107- now generates initrd-generic with around 15MB
108- smaller bugfixes
109
0de91060
HH
110dracut-0.8
111==========
112- iSCSI with username and password
113- support for live images (dmsquashed live images)
114- iscsi_firmware fixes
115- smaller images
116- bugfixes
117
118dracut-0.7
119==========
120- dracut: strip binaries in initramfs
121
122 --strip
123 strip binaries in the initramfs (default)
124
125 --nostrip
126 do not strip binaries in the initramfs
127- dracut-catimages
128
129 Usage: ./dracut-catimages [OPTION]... <initramfs> <base image>
130 [<image>...]
131 Creates initial ramdisk image by concatenating several images from the
132 command
133 line and /boot/dracut/
134
135 -f, --force Overwrite existing initramfs file.
136 -i, --imagedir Directory with additional images to add
137 (default: /boot/dracut/)
138 -o, --overlaydir Overlay directory, which contains files that
139 will be used to create an additional image
140 --nooverlay Do not use the overlay directory
141 --noimagedir Do not use the additional image directory
142 -h, --help This message
143 --debug Output debug information of the build process
144 -v, --verbose Verbose output during the build process
145
146- s390 dasd support
147
148dracut-0.6
149==========
150- dracut: add --kernel-only and --no-kernel arguments
151
152 --kernel-only
153 only install kernel drivers and firmware files
154
155 --no-kernel
156 do not install kernel drivers and firmware files
157
158 All kernel module related install commands moved from "install"
159 to "installkernel".
160
161 For "--kernel-only" all installkernel scripts of the specified
162 modules are used, regardless of any checks, so that all modules
163 which might be needed by any dracut generic image are in.
164
165 The basic idea is to create two images. One image with the kernel
166 modules and one without. So if the kernel changes, you only have
167 to replace one image.
168
169 Grub and the kernel can handle multiple images, so grub entry can
170 look like this:
171
172 title Fedora (2.6.29.5-191.fc11.i586)
173 root (hd0,0)
174 kernel /vmlinuz-2.6.29.5-191.fc11.i586 ro rhgb quiet
175 initrd /initrd-20090722.img /initrd-kernel-2.6.29.5-191.fc11.i586.img /initrd-config.img
176
177 initrd-20090722.img
178 the image provided by the initrd rpm
179 one old backup version is kept like with the kernel
180
181 initrd-kernel-2.6.29.5-191.fc11.i586.img
182 the image provided by the kernel rpm
183
184 initrd-config.img
185 optional image with local configuration files
186
187- dracut: add --kmoddir directory, where to look for kernel modules
188
189 -k, --kmoddir [DIR]
190 specify the directory, where to look for kernel modules
191
192
193
194dracut-0.5
195==========
196- more generic (all plymouth modules, all keyboards, all console fonts)
197- more kernel command line parameters (see also man dracut(8))
198- a helper tool, which generates the kernel command line (dracut-gencmdline)
199- bridged network boot
200- a lot of new command line parameter
201
202dracut-0.4
203==========
204- bugfixes
205- firmware loading support
206- new internal queue (initqueue)
207 initqueue now loops until /dev/root exists or root is mounted
208
209 init now has the following points to inject scripts:
210
211 /cmdline/*.sh
212 scripts for command line parsing
213
214 /pre-udev/*.sh
215 scripts to run before udev is started
216
217 /pre-trigger/*.sh
218 scripts to run before the main udev trigger is pulled
219
220 /initqueue/*.sh
221 runs in parallel to the udev trigger
222 Udev events can add scripts here with /sbin/initqueue.
223 If /sbin/initqueue is called with the "--onetime" option, the script
224 will be removed after it was run.
225 If /initqueue/work is created and udev >= 143 then this loop can
226 process the jobs in parallel to the udevtrigger.
227 If the udev queue is empty and no root device is found or no root
228 filesystem was mounted, the user will be dropped to a shell after
229 a timeout.
230 Scripts can remove themselves from the initqueue by "rm $job".
231
232 /pre-mount/*.sh
233 scripts to run before the root filesystem is mounted
234 NFS is an exception, because it has no device node to be created
235 and mounts in the udev events
236
237 /mount/*.sh
238 scripts to mount the root filesystem
239 NFS is an exception, because it has no device node to be created
240 and mounts in the udev events
241 If the udev queue is empty and no root device is found or no root
242 filesystem was mounted, the user will be dropped to a shell after
243 a timeout.
244
245 /pre-pivot/*.sh
246 scripts to run before the real init is executed and the initramfs
247 disappears
248 All processes started before should be killed here.
249
250 The behaviour of the dmraid module demonstrates how to use the new
251 mechanism. If it detects a device which is part of a raidmember from a
252 udev rule, it installs a job to scan for dmraid devices, if the udev
253 queue is empty. After a scan, it removes itsself from the queue.
254
255
256
257dracut-0.3
258==========
259
260- first public version
261