<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/scripts/functions, branch vyatta/VC6.3-2011.07.21/amd64</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=vyatta%2FVC6.3-2011.07.21%2Famd64</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=vyatta%2FVC6.3-2011.07.21%2Famd64'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-08-25T19:37:22+00:00</updated>
<entry>
<title>configure_networking(): Look for presence of /tmp/net-*.conf files</title>
<updated>2010-08-25T19:37:22+00:00</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@freegeek.org</email>
</author>
<published>2010-08-20T19:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=85fbb23edd4eb450f3180e3bfb51245e4da4d56d'/>
<id>urn:sha1:85fbb23edd4eb450f3180e3bfb51245e4da4d56d</id>
<content type='text'>
when $DEVICE is not set (which is now default), otherwise ipconfig may
receive a valid DHCP response, but fails to break out of the loop and is
called repeatedly.

thanks to Petter Reinholdtsen, i think i've figured out the
initramfs-tools portion of this problem (there may still be outstanding
issues with ipconfig).

tested the attached patch, which seems to address the issue for me at
least.

Closes: #584583

Signed-off-by: maximilian attems &lt;max@stro.at&gt;
</content>
</entry>
<entry>
<title>initramfs-tools: only allow hook scripts to errexit on mkinitramfs</title>
<updated>2010-08-06T22:03:32+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-08-06T21:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=a4e1a9ea7321799da65a11bb96413d66b7cb07eb'/>
<id>urn:sha1:a4e1a9ea7321799da65a11bb96413d66b7cb07eb</id>
<content type='text'>
version is "the" essential exported variable by mkinitramfs.
Use it's string length to determine that we are on mkinitramfs stage
and not trying to boot a not precached initramfs image.

hook scripts on boot can exit due to random failures and shouldn't
interrupt boot there.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>initramfs-tools: output name of script that errexits.</title>
<updated>2010-07-06T10:48:56+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-07-06T10:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=0b5ce7cd3e4655af03133718f0a92883425b9c6c'/>
<id>urn:sha1:0b5ce7cd3e4655af03133718f0a92883425b9c6c</id>
<content type='text'>
this should make bug reports concerning bogus hook scripts easier to
handle, like the *loooong* iscan story.

Closes: 586554

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>fix typos in manpage, scripts/functions and conf/initramfs.conf - thanks lintian</title>
<updated>2010-06-18T13:45:51+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-18T13:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=7faeb32bd8c61244d1fd47522133c04cd24445f8'/>
<id>urn:sha1:7faeb32bd8c61244d1fd47522133c04cd24445f8</id>
<content type='text'>
* paramater -&gt; parameter
* adress -&gt; address
* adress -&gt; address
* overriden -&gt; overridden
* correponds -&gt; corresponds
* correponds -&gt; corresponds
* Overriden -&gt; Overridden
* usualy -&gt; usually

Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>scripts/functions: fix another sh -n usage and fix typo</title>
<updated>2010-06-17T14:16:07+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-17T13:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=74f71c9697d7dd7b25a7014320a7366027149fee'/>
<id>urn:sha1:74f71c9697d7dd7b25a7014320a7366027149fee</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>scripts/functions: fix usage of test for script execution</title>
<updated>2010-06-17T13:00:50+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-17T13:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=2ff4ba20c4629961373e78eb8d07f1221236802b'/>
<id>urn:sha1:2ff4ba20c4629961373e78eb8d07f1221236802b</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>scripts/functions: beautify a bit reduce_satisfied()</title>
<updated>2010-06-17T12:34:23+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-17T12:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=ae02e4b51c1b138994d0c6f199862f0cb82d78f8'/>
<id>urn:sha1:ae02e4b51c1b138994d0c6f199862f0cb82d78f8</id>
<content type='text'>
shorten code, no code change. function easier to read.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>mkinitramfs: check syntax of boot and hook scripts</title>
<updated>2010-06-17T12:32:13+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-17T12:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=68c87cd042ce2819625b2f067cf67e690d8b2ce8'/>
<id>urn:sha1:68c87cd042ce2819625b2f067cf67e690d8b2ce8</id>
<content type='text'>
only run them when sytax is good. Idea from LP: #570243.

important now that we have errexit on for them.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>scripts/functions: On panic change to tty1 if chvt around</title>
<updated>2010-06-17T09:26:52+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-16T16:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=38563fedd5e9058c9ec164031df300dd2c2d31ad'/>
<id>urn:sha1:38563fedd5e9058c9ec164031df300dd2c2d31ad</id>
<content type='text'>
To make sure the user can read any error messages displayed. (LP: #243226)
usplash and other may cause the user to land somewhere,
where nothing is displayed.

merge from Ubuntu with adding conditional chvt invocation,
as it may not be around.

Thanks: Luke Yelavich &lt;themuso@ubuntu.com&gt;
Thanks: Colin Watson &lt;cjwatson@ubuntu.com&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
</feed>
