<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/mkinitramfs, branch debian/0.98.2</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=debian%2F0.98.2</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=debian%2F0.98.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-07-09T10:57:56+00:00</updated>
<entry>
<title>mkinitramfs: do not execute compress command under quotes</title>
<updated>2010-07-09T10:57:56+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-07-09T10:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=7af6ef47abf2d617fb15ca90966c8020067d4990'/>
<id>urn:sha1:7af6ef47abf2d617fb15ca90966c8020067d4990</id>
<content type='text'>
If we quote the $compress command then any options are
considered as part of the command, resulting in something like:

  lzop -9: not found while updating a initramfs

Closes: #588517
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>revert mkinitramfs errexit and nounset</title>
<updated>2010-07-08T13:00:05+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-07-08T12:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=51a8d5ff74630ffda651d4dbcdab608af3eea9e3'/>
<id>urn:sha1:51a8d5ff74630ffda651d4dbcdab608af3eea9e3</id>
<content type='text'>
currently already to many failure pathes,
no point in rushing more into the next release for squeeze.
plan is to reinstate postqueeze.

Reviewed-by: Michael Prokop &lt;mika@debian.org&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>mkinitramfs: Provide error code of failed mkinitramfs creation</title>
<updated>2010-07-08T12:55:21+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-07-08T09:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=961341244f4c4eb5c565b638755844778da49ff4'/>
<id>urn:sha1:961341244f4c4eb5c565b638755844778da49ff4</id>
<content type='text'>
We better print them out before exiting, this should allow
quicker diagnose of what is going on.

Be sure to print out all error codes as a failure of compress
is highly likely to generate an SIGPIPE aka error code 141.
Silent error exits are troublesome for debugging error cause.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>mkinitramfs: set COMPRESS=gzip to be more consistent.</title>
<updated>2010-07-07T12:39:08+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-07-07T12:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=089a903dab458bd48e0ba84a1da751f6e2312bae'/>
<id>urn:sha1:089a903dab458bd48e0ba84a1da751f6e2312bae</id>
<content type='text'>
it is used that way in the configuration file example.

Thanks: Colin Watson &lt;cjwatson@ubuntu.com&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>mkinitramfs: Fix missing compress quotings</title>
<updated>2010-07-05T16:02:50+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-07-05T15:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=3bdc6b1d6419359309f261d045bf9c78269b9292'/>
<id>urn:sha1:3bdc6b1d6419359309f261d045bf9c78269b9292</id>
<content type='text'>
the fallback for unset ${compress} never got used,
due to the missing quotes.

Do also set the GZIP CONFIG option when setting fallback of gzip.

Closes: 587608

Thanks: Valentin QUEQUET &lt;valentin.quequet@orange.fr&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</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>mkinitramfs, lsinitramfs: Better error message for non-GNU getopt</title>
<updated>2010-06-18T10:23:59+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-18T10:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=e967b03f31e784e8a8a6189c5de5d7b0e6b9bb56'/>
<id>urn:sha1:e967b03f31e784e8a8a6189c5de5d7b0e6b9bb56</id>
<content type='text'>
Reported-by: Michael Prokop &lt;mika@debian.org&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>mkinitramfs: No point in hardcoding busybox path</title>
<updated>2010-06-17T09:28:14+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-16T20:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=20313797a36d115827f1060cffe48255852a387f'/>
<id>urn:sha1:20313797a36d115827f1060cffe48255852a387f</id>
<content type='text'>
should make merge for Ubuntu easier. Thanks to David Greaves
in LP: #573282 for the idea.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>initramfs-tools: work around 'find -printf %Y' bug</title>
<updated>2010-06-16T13:55:44+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@ubuntu.com</email>
</author>
<published>2010-06-15T15:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=3054e3ed58dee5a70bcd462c71573d380f03bd7a'/>
<id>urn:sha1:3054e3ed58dee5a70bcd462c71573d380f03bd7a</id>
<content type='text'>
The change to filter out looping or broken symlinks from the initramfs,
written by me for Ubuntu and applied to Debian for #575157, tickles a
bug in find (which I think also had an associated Debian bug, but I've
been unable to find it):

  https://savannah.gnu.org/bugs/index.php?29460

This was fixed in 4.5.8, which is currently only in experimental.  In
any case findutils is very deep in the dependency chain for upgrades and
I believe it would be a good idea to avoid requiring a new version of it
(I've had problems quite recently with strict dependencies on findutils
causing unresolvable dependency loops).  The following patch works
around this bug in a reasonably straightforward way.

[ debian findutils bug was #576772 ]
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>code cleanup: consequently use "W:" for warnings.</title>
<updated>2010-06-14T10:17:51+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-14T10:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=3a02c6f37d4c331b347692a0200941c4c59b3ea3'/>
<id>urn:sha1:3a02c6f37d4c331b347692a0200941c4c59b3ea3</id>
<content type='text'>
The only exception is log_warning_msg() inside scripts/functions
which is/can be used by external scripts.

Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
</feed>
