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
|
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
|