<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/update-initramfs, branch 0.95.1</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=0.95.1</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=0.95.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-06-02T21:45:29+00:00</updated>
<entry>
<title>update-initramfs: use $* instead of $@</title>
<updated>2010-06-02T21:45:29+00:00</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-30T07:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=06d05e4d9d0471e1448d233bbd37e38b7f8c3bc7'/>
<id>urn:sha1:06d05e4d9d0471e1448d233bbd37e38b7f8c3bc7</id>
<content type='text'>
Use "$*" where it makes the quoting behavior easier to understand.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Reviewed-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: fix unbound variables. [Closes: #583695]</title>
<updated>2010-06-02T21:44:25+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-05-30T19:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=8db2ddbaaf1f554c131f2483032aa31b6b70b36b'/>
<id>urn:sha1:8db2ddbaaf1f554c131f2483032aa31b6b70b36b</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: Use nounset</title>
<updated>2010-04-07T05:01:35+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-04-07T05:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=17b4d500164f285273c353c55e86850dd8a5998c'/>
<id>urn:sha1:17b4d500164f285273c353c55e86850dd8a5998c</id>
<content type='text'>
better catch errors early..

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: fix previous elilo commit</title>
<updated>2010-03-25T16:27:51+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-03-25T16:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=110a03b4fa048c3018bc5a09c8969af48b654099'/>
<id>urn:sha1:110a03b4fa048c3018bc5a09c8969af48b654099</id>
<content type='text'>
sloppy coding without coffee
</content>
</entry>
<entry>
<title>update-initramfs: only run elilo if configured</title>
<updated>2010-03-25T16:00:44+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-03-25T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=83e83675cccb1856e2d90c8829c7a17852f62d46'/>
<id>urn:sha1:83e83675cccb1856e2d90c8829c7a17852f62d46</id>
<content type='text'>
check for /etc/elilo.conf

(closes: #534201)

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: Stop second guessing lilo usage.</title>
<updated>2010-03-25T00:25:05+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-03-25T00:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=cc33aa5bfb7f687935ef682aa2cce0842af15ea4'/>
<id>urn:sha1:cc33aa5bfb7f687935ef682aa2cce0842af15ea4</id>
<content type='text'>
If people have both lilo and grub installed they need
to figured out on their own, what they want.

The mbr detection is error prone and a nice hack,
but has survived it's time now that grub.cfg would need
to be parsed in a different way.

warn people that they should act.

(closes: #574553)

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: -d delete .bak file</title>
<updated>2010-03-23T23:04:22+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-03-23T22:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=d50ca3a902ad834e2bacc2fe81e053a513b7748e'/>
<id>urn:sha1:d50ca3a902ad834e2bacc2fe81e053a513b7748e</id>
<content type='text'>
as bonus rename confusing function.
(closes: #559535)

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: allow -t takeover on delete</title>
<updated>2009-09-25T17:46:29+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2009-09-25T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=c1fa297a9342bcf4750c4b6f1000e5cd364049f8'/>
<id>urn:sha1:c1fa297a9342bcf4750c4b6f1000e5cd364049f8</id>
<content type='text'>
needed to have idempotent delete
</content>
</entry>
<entry>
<title>update-initramfs: Don't hardcode path for lilo or elilo.</title>
<updated>2009-04-21T12:51:55+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2009-04-21T12:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=ceb549235df16f54d4ec6ef2a6c7c50ade751884'/>
<id>urn:sha1:ceb549235df16f54d4ec6ef2a6c7c50ade751884</id>
<content type='text'>
elilo seems to be installed in /usr/sbin/ and thus wasn't run.
(closes: #524928)

Reported-by: dann frazier &lt;dannf@hp.com&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>update-initramfs: Pass version to flash-kernel</title>
<updated>2009-04-18T15:58:55+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2009-04-18T15:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=409aa55645953add7c38721432a374cbd7c4b3be'/>
<id>urn:sha1:409aa55645953add7c38721432a374cbd7c4b3be</id>
<content type='text'>
allows handling of different subarches.

(closes: #523711)

Reported-by: Martin Michlmayr &lt;tbm@cyrius.com&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
</feed>
