<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/scripts, branch lithium</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=lithium</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=lithium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2012-09-05T19:58:14+00:00</updated>
<entry>
<title>detect if /scripts/functions exists before sourcing it in xen script. This fixes an error during the iso build process</title>
<updated>2012-09-05T19:58:14+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T19:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=cc08bd5b89dc054195a6d003e46608930ac4d116'/>
<id>urn:sha1:cc08bd5b89dc054195a6d003e46608930ac4d116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better way to load xen modules, adapted from ubuntu's hw-detect package</title>
<updated>2012-09-05T17:29:49+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T17:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=d1ba15fef305aec72997b3b09f463fe7aace7215'/>
<id>urn:sha1:d1ba15fef305aec72997b3b09f463fe7aace7215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove files that no longer exist</title>
<updated>2010-09-09T21:16:55+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-09-09T21:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=7a6f9e972def00f7f0435d9f2616bcb79dc619b7'/>
<id>urn:sha1:7a6f9e972def00f7f0435d9f2616bcb79dc619b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote branch 'debian/master' into upstream</title>
<updated>2010-09-09T21:10:39+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-09-09T21:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=d000689490bbc3508f18b878757b3d2bb04d8a69'/>
<id>urn:sha1:d000689490bbc3508f18b878757b3d2bb04d8a69</id>
<content type='text'>
</content>
</entry>
<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>nfsmount: more small cleanups</title>
<updated>2010-06-18T09:43:37+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-18T09:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=6147641d9129db51421ef0706972e21ceb36c801'/>
<id>urn:sha1:6147641d9129db51421ef0706972e21ceb36c801</id>
<content type='text'>
code up the nfs rootdelay in a more efficient way.
here people need the time it takes, so stay on 180s.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
</feed>
