<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/hook-functions, branch daisy</title>
<subtitle>Vyatta fork of initramfs-tools (mirror of https://github.com/vyos/initramfs-tools.git)
</subtitle>
<id>https://git.amelek.net/vyos/initramfs-tools.git/atom?h=daisy</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=daisy'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-09-10T00:12:53+00:00</updated>
<entry>
<title>Merge branch 'upstream' (0.98.2) into mendocino</title>
<updated>2010-09-10T00:12:53+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-09-10T00:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=573e21e410934f2293d5ac4c738af5f77083b43b'/>
<id>urn:sha1:573e21e410934f2293d5ac4c738af5f77083b43b</id>
<content type='text'>
Conflicts:

	debian/changelog
	debian/compat
	debian/control
	debian/rules
	hook-functions
	mkinitramfs
</content>
</entry>
<entry>
<title>initramfs-tools: Add hid-cherry and hid-logitech to initramfs</title>
<updated>2010-09-07T10:51:56+00:00</updated>
<author>
<name>Eckhart Wörner</name>
<email>ewoerner@kde.org</email>
</author>
<published>2010-09-06T23:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=97f20c507233a2a2fb419b90a5839097a631cb44'/>
<id>urn:sha1:97f20c507233a2a2fb419b90a5839097a631cb44</id>
<content type='text'>
Both a Cherry and a Logitech keyboard I own cannot be used at early boot time unless one also adds the hid-cherry / the hid-logitech module to the initramfs. The attached patch adds those two modules to hook-functions.

For the Cherry keyboard, kernels up to 2.6.32-3 are not affected, from 2.6.32-5 (squeeze default) onwards all tested kernels were affected. Didn't do detailed checks for the Logitech keyboard.

The used devices that exhibit this problem are:
ID 046d:c30a Logitech, Inc. iTouch Composite
ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard

Severity level important, since this makes booting with encrypted root partition impossible using those keyboards.


Closes: #595827
Reported-by: Eckhart Wörner &lt;ewoerner@kde.org&gt;
Signed-off-by: maximilian attems &lt;max@stro.at&gt;
</content>
</entry>
<entry>
<title>fix for squeeze dpkg</title>
<updated>2010-09-03T21:27:24+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-09-03T21:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=9947b5783ff089f7c472ef97fa0b114e658fd5b6'/>
<id>urn:sha1:9947b5783ff089f7c472ef97fa0b114e658fd5b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find firmware in /lib/firmware/&lt;kernel-version&gt;</title>
<updated>2010-08-26T23:41:20+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-08-03T17:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=d2ecacf5a6d11c5b2af714e307300a0167fd5f8c'/>
<id>urn:sha1:d2ecacf5a6d11c5b2af714e307300a0167fd5f8c</id>
<content type='text'>
Update hook-functions to search for kernel firmware based on
version. This is copied from Ubuntu version of initramfs-tools.
(cherry picked from commit 1236df3c797a0404f7050ed5201118e6fa4841e0)
</content>
</entry>
<entry>
<title>Add bnx2x to network drivers</title>
<updated>2010-08-26T23:41:20+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-08-03T17:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=075fd4c2d29500b1537c477ed79dcc58a3f46147'/>
<id>urn:sha1:075fd4c2d29500b1537c477ed79dcc58a3f46147</id>
<content type='text'>
(cherry picked from commit dbca83aa0c46b04cc2aafa9e951ab0e2ebbc95d2)
</content>
</entry>
<entry>
<title>mkinitramfs: set nounset and errexit</title>
<updated>2010-06-22T09:25:07+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-19T16:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=837f2614f79e8ea66385e6dcb2a6072ddb5ec186'/>
<id>urn:sha1:837f2614f79e8ea66385e6dcb2a6072ddb5ec186</id>
<content type='text'>
Better catch both early than stupid mistakes cropping in.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>hook-functions: install virtio_pci module if /sys/bus/virtio is present and using modules=dep</title>
<updated>2010-06-17T16:13:49+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-16T23:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=91f5947c08560feecb5f05d85efa6a2669486de3'/>
<id>urn:sha1:91f5947c08560feecb5f05d85efa6a2669486de3</id>
<content type='text'>
Thanks: Vincent Danjean &lt;vdanjean@debian.org&gt;
Closes: #585992
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>hook-functions: do not install ubi module by default via auto_add_modules()</title>
<updated>2010-06-16T14:48:06+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-16T08:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=528ba7842a4079526118ba6edda25ed926d550ea'/>
<id>urn:sha1:528ba7842a4079526118ba6edda25ed926d550ea</id>
<content type='text'>
d-i does not support UBI/UBIFS yet and adding ubi.ko it by default
to initrd when MODULES=most is set doesn't provide any benefits yet.
Therefore don't waste ~125kb disk space by default, instead leave
the installation of ubi to d-i through a hook.

Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>hook-functions/init/scripts/local: add support for ubifs.</title>
<updated>2010-06-16T14:48:06+00:00</updated>
<author>
<name>Martin Michlmayr</name>
<email>tbm@cyrius.com</email>
</author>
<published>2010-06-13T16:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=bb66fc2a8b40d6c8ecd093cf1b358d4476ab1e1c'/>
<id>urn:sha1:bb66fc2a8b40d6c8ecd093cf1b358d4476ab1e1c</id>
<content type='text'>
MODULES=dep fails when / is ubifs. This patch adds support for
something like root=ubi0:rootfs when ubi is modular.

Quoting Martin:

    It essentially does three things:
     - adds the correct modules to the ramdisk (for MODULES=dep and MODULES=most)
     - reads ubi.mtd= from the command line
     - loads ubi with the ubi.mtd info and ignores the "Waiting for root" check

    I've successfully tested this with a kernel with modular ubi and with
    the following boot variants:
      console=ttyS0,115200 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs
      console=ttyS0,115200 ubi.mtd=2 root=ubi0_0 rootfstype=ubifs

    With
      console=ttyS0,115200 ubi.mtd=2 root=/dev/ubi0_0 rootfstype=ubifs
    I get an error that it cannot mount root but I suspect this is an
    ubifs error and has nothing to do with i-t (since at this point I can
    manually mount it with -t ubifs ubi0_0 whereas the /dev/ variant
    doesn't work).

    Tested with MODULES=dep and MODULES=most as well as with a kernel that
    has ubifs built in.

Closes: #582858
Thanks: Martin Michlmayr &lt;tbm@cyrius.com&gt;
Signed-off-by: Martin Michlmayr &lt;tbm@cyrius.com&gt;
Reviewed-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>hook-functions: replace awk calls with sed in dep_add_modules()</title>
<updated>2010-06-15T16:16:37+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@grml.org</email>
</author>
<published>2010-06-15T16:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=5697c3b7e4ece610e71117f1dddb2cc8637f8420'/>
<id>urn:sha1:5697c3b7e4ece610e71117f1dddb2cc8637f8420</id>
<content type='text'>
If mawk is installed as default awk version it won't handle
[:digit:], instead let's replace the grep/awk/shell version
with one single sed invocation.

Closes: #585991
Thanks: Thorsten Glaser &lt;tg@mirbsd.de&gt;
Signed-off-by: Michael Prokop &lt;mika@grml.org&gt;
</content>
</entry>
</feed>
