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