1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
|
initramfs-tools (0.19) breezy; urgency=low
"The basis of optimism is sheer terror."
- Oscar Wilde
* mkinitramfs: Honour MODULES=list and MODULES=dep.
* hook-functions: New function dep_add_modules.
-- Jeff Bailey <jbailey@ubuntu.com> Wed, 10 Aug 2005 23:20:11 -0400
initramfs-tools (0.18) breezy; urgency=low
"We are all in the gutter, but some of us are looking at the stars."
- Oscar Wilde
* debian/initramfs-tools.postrm: Use rm -f for removing the modules
file, in case it doesn't exist for some reason. (Ubuntu #13335)
Thanks to Colin Watson for the bug report!
* mkinitramfs.8: Correct my email address to be jbailey@ubuntu.com
Document /etc/mkinitramfs/DSDT.aml
* debian/initramfs-tools.postinst: Attempt to inherit RESUME settings
from initrd-tools. Also copy the DSDT from /etc/mkinitrd/DSDT to
/etc/mkinitramfs/DSDT.aml
-- Jeff Bailey <jbailey@ubuntu.com> Wed, 10 Aug 2005 13:09:44 -0400
initramfs-tools (0.17) breezy; urgency=low
"The public is wonderfully tolerant. It forgives everything except
genius."
- Oscar Wilde
* debian/initramfs-tools.postinst: Get the name of the config file
right when seeding RESUME=. Also fix the sed expression.
Thanks to Matthew Garrett for noticing this!
-- Jeff Bailey <jbailey@ubuntu.com> Wed, 10 Aug 2005 11:54:07 -0400
initramfs-tools (0.16) breezy; urgency=low
"It is through art, and through art only, that we can realise our
perfection."
- Oscar Wilde
* mkinitramfs: Make sure all relevant ide modules are included.
Add RESUME= support.
* scripts/functions: Be silent when adding non-detected modules.
* conf/mkinitramfs.conf: MODULES=most by default, BUSYBOX=y
(Non-busybox isn't supported now. It's not clear that it ever
will be). Add RESUME line for resuming from suspend-to-disk.
* scripts/local-premount/suspend: New script for suspend-to-disk.
* debian/control: Bump depends on busybox-cvs-initramfs to
20040623-1ubuntu19. Add dependancy on lvm2.
Bump standards version to 3.6.2.0 (no-op)
* debian/control:
Force version depend on lvm2 (>= 2.01.04-5) to make sure newer kernels
will boot.
Thanks for Andrew Mitchell for discovering this.
* hooks/: New directory
* debian/dirs: Move hooks to ...
* debian/initramfs-tools.install: ... here.
* hooks/acpid: New file.
* scripts/init-premount/acpid: New file
Thanks for the hint from Matthew Garrett for this.
* debian/initramfs-tools.postinst: Add RESUME support on first install.
* debian/mkinitramfs: Move functions to ...
* debian/hook-functions: ... here.
* debian/initramfs-tools.install: Install hook-functions
* mkinitramfs.8: New file.
Thanks to Maximilian Attems for contributing this!
* scripts/local-top/md: Don't try to detect raid on non-existant devices
or on whole devices. Quiet other warning messages.
* hook-functions: When generating initramfs, don't complain about missing
modules.
-- Jeff Bailey <jbailey@ubuntu.com> Tue, 9 Aug 2005 23:35:08 -0400
initramfs-tools (0.15) breezy; urgency=low
"Nothing looks so like innocence as an indiscretion."
- Oscar Wilde
* mkinitramfs: Handle putting DSDT.aml into the initramfs
Add sata_nv to list of modules to import for main mode.
* init: New scripts directory, init-premount for generic premount
handling (like usplash)
* debian/dirs: Make the /etc version of this directory for user
addons.
* debian/rules: Use prebuild, rather than debian-build-arch.
-- Jeff Bailey <jbailey@ubuntu.com> Tue, 9 Aug 2005 11:29:10 -0400
initramfs-tools (0.14) breezy; urgency=low
"The world is a stage, but the play is badly cast."
- Oscar Wilde
* scripts/functions: Add scsi_boot_events and call it to load sd_mod
* scripts/local-top/md: Autodetect raid level
* scripts/local-top/lvm: Only activate the volumegroup required by
the root device. Don't bother with lvm if the root partition isn't
/dev/mapper/FOO.
* scripts/functions: Fix ide_boot_events. This never worked, even
if I thought it did.
* init: init variable should be lower case. Exported ROOT variable
should be upper case.
-- Jeff Bailey <jbailey@ubuntu.com> Tue, 26 Jul 2005 20:30:57 -0400
initramfs-tools (0.13) breezy; urgency=low
"We live in age when unnecessary things are our only necessities."
- Oscar Wilde
* Use detailed logging now for debian/changelog. We have at least
three people hacking now, and details would probably be useful.
* debian/TODO: Update
* debian/dirs: Sort and add usr/share/initramfs-tools/hooks
* debian/initramfs-tools.examples: Add docs/example_hook and
docs/example_hook_cpiogz
* debian/initramfs-tools.install: Pretty Print.
* debian/rules: Ensure that mkinitramfs is executable
* docs/example_script: New file
* init: Add concept of 'quiet', be verbose if not specified
* mkinitramfs: Do not load script functions until needed
Clear up comments / documentation
Use DESTDIR instead of TMPDIR
Add ability to link in extra hunks into the cpio file
Cosmetic cleanups
* scripts/functions: Add lsb stype log_FOO_msg functions
* scripts/local: Add logging
* scripts/nfs: Add logging
Thanks to Karl Hegbloom for most of these patches!
* debian/control: Get a much better description
Thanks to Maximilian Attems for this!
* scripts/functions: Add copy_exec function that copies a program
and all libraries that it depends on.
* mkinitramfs: Use it
* scripts/local-top/lvm: New file
* mkinitramfs: Specify the modules to copy rather than mass copying
directories
* scripts/functions: Always load ide-generic to cope with ide subsystem
suckage.
-- Jeff Bailey <jbailey@ubuntu.com> Wed, 29 Jun 2005 23:50:56 +0000
initramfs-tools (0.12) breezy; urgency=low
"I am not young enough to know everything." - Oscar Wilde
* Don't complain if /etc/mkinitramfs/modules doesn't exist.
* Make sure that raid1 is pulled in.
* Include /etc/modprobe.d/aliases in the initramfs
* Default to currently running kernel version.
Based on a patch from maximilian attems, thanks!
* Handle module arguments in /etc/mkinitramfs/modules
* Do hookscripts at generation time. Drop things into
/usr/share/initramfs-tools/hooks or /etc/mkinitramfs/hooks
* Make sure local-bottom and nfs-bottom get created
Thanks to Karl Hegbloom for these three patches!
* Prune stray echo from call_scripts
* Load raid1 for now so that md setups will work.
* Detect ide modules load
Thanks to Jeff Waugh for initial testing of this!
-- Jeff Bailey <jbailey@ubuntu.com> Mon, 20 Jun 2005 23:05:04 +0000
initramfs-tools (0.11) breezy; urgency=low
"Illusion is the first of all pleasures" - Oscar Wilde
* Make the init much less noisy
* Pull in all the dependancies for nfs and af_packet
* Be compatible with misdocumented mkinitrd interface
Thanks to Matt Zimmerman for the bug reports and testing!
* Update debian/copyright to have the location of the bzr
archive
-- Jeff Bailey <jbailey@ubuntu.com> Fri, 17 Jun 2005 21:23:25 +0000
initramfs-tools (0.10) breezy; urgency=low
The "I can see you!" release.
* Unconditionally require busybox. Might revert this eventually
but it's too much of a pain right now do this without
a reasonably environment
* Use modprobe to load modules
* Iterate through /sys/bus/pci and /sys/bus/usb and load drivers
based on their modalias
* Start to use /sbin for things
* Include depmod in the image. Use it at boot time.
* Edit config example to show the modules that do need to be included
manually for this build.
-- Jeff Bailey <jbailey@ubuntu.com> Fri, 17 Jun 2005 12:45:07 +0000
initramfs-tools (0.9) breezy; urgency=low
* Be consistent about y/n vs. yes/no values for the readonly variable
-- Matt Zimmerman <mdz@ubuntu.com> Thu, 16 Jun 2005 15:22:30 -0700
initramfs-tools (0.8) breezy; urgency=low
The "We are one in the spirit..." release
* Export the command line variables so that the various scripts
can see them.
* Honour command line 'ro' or 'rw' settings for nfs.
-- Jeff Bailey <jbailey@ubuntu.com> Tue, 14 Jun 2005 21:35:14 +0000
initramfs-tools (0.7) breezy; urgency=low
The "CONFORM!" release.
* Make command line arguments almost match mkinitrd. The -m argument
doesn't make any sense, so it's not supported. Add support for
overriding the confdir, and specifying version no longer expects -v.
* Add sed and grep to the initramfs for now. Will prune these
eventually, but for now mdrun needs them.
* Add mdadm and mdrun to the initramfs.
* Add hookscript directories.
* Call hookscripts
Thanks to David Weinhall <tao@acc.umu.se> for the dependancy-based
hookscripts.
-- Jeff Bailey <jbailey@ubuntu.com> Thu, 9 Jun 2005 17:08:01 +0000
initramfs-tools (0.6) breezy; urgency=low
The "Sweep! .... Off!" release.
* Source in the net-${DEVICE}.conf file to get IP address information.
* Add commandline parameters for NFSROOT and BOOT.
* Moving loading of boot functions to after commandline parsing.
* Allow NFSROOT variable to be set to auto to pick up value from DHCP
Server.
-- Jeff Bailey <jbailey@ubuntu.com> Wed, 1 Jun 2005 12:02:40 -0400
initramfs-tools (0.5) breezy; urgency=low
The "Climbing to the horizons" release.
* Update for newer udev, call "udevstart" rather than "udev udevstart"
* /etc/mkinitramfs/modules should not be a conffile.
* Support busybox.
* Fix bug where -k would delete the tmp files, and otherwise it would keep
them.
* Handle # for comments in the modules file.
* arch:all, not arch:any
-- Jeff Bailey <jbailey@ubuntu.com> Tue, 31 May 2005 15:17:56 -0400
initramfs-tools (0.4) breezy; urgency=low
* First upload to Ubuntu.
* Handle glibc compiled udev for now.
-- Jeff Bailey <jbailey@ubuntu.com> Tue, 24 May 2005 14:30:07 +0000
initramfs-tools (0.3) unstable; urgency=low
* Fix init and root variables
-- Jeff Bailey <jbailey@ubuntu.com> Sat, 29 Jan 2005 17:49:08 -0500
initramfs-tools (0.2) unstable; urgency=low
* Include the modules in the initrd
* Drop the .ko ending from the module loads.
* Actually chain to the sub scripts.
* kilbc is now named properly
* First cut of an NFS root implementation
-- Jeff Bailey <jbailey@ubuntu.com> Fri, 28 Jan 2005 16:50:53 -0500
initramfs-tools (0.1) unstable; urgency=low
* Initial Release.
-- Jeff Bailey <jbailey@ubuntu.com> Thu, 27 Jan 2005 15:23:52 -0500
|