<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/scripts, branch v0.97</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=v0.97</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=v0.97'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-06-18T09:43:37+00:00</updated>
<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>
<entry>
<title>scripts/nfs: cleanup retry logic</title>
<updated>2010-06-18T09:43:37+00:00</updated>
<author>
<name>Ferenc Wagner</name>
<email>wferi@niif.hu</email>
</author>
<published>2010-06-17T16:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=1d66ae1f03358b221d67aaf65fbda0ff3c6071fc'/>
<id>urn:sha1:1d66ae1f03358b221d67aaf65fbda0ff3c6071fc</id>
<content type='text'>
The condition of log_end_msg was always true.
Calling do_nfsmount before the loop lets us drop two other checks.

Signed-off-by: Ferenc Wagner &lt;wferi@niif.hu&gt;
Signed-off-by: maximilian attems &lt;maks@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>
<entry>
<title>pre_mountroot(): reduce timeout to 30 seconds</title>
<updated>2010-06-17T09:24:07+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-17T09:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=eb93a7e7d11da7789fa357c763ce2bc76245c8a8'/>
<id>urn:sha1:eb93a7e7d11da7789fa357c763ce2bc76245c8a8</id>
<content type='text'>
giant disk arrays, clusters will need to provide their own rootdelay=
boot arg, they should have capable admins.

3 minutes wait is just too long for regular users.

sync from ubuntu 0.96.1ubuntu1.

Acked-by: Michael Prokop &lt;mika@debian.org&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git+ssh://git.debian.org/srv/git.debian.org/git/kernel/initramfs-tools</title>
<updated>2010-06-16T15:31:14+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-16T15:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=b9de5de1a54938a1ecbfc60602bb2d9a59c5dade'/>
<id>urn:sha1:b9de5de1a54938a1ecbfc60602bb2d9a59c5dade</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get_fstype: reference blkid in comment</title>
<updated>2010-06-16T15:29:11+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-06-16T15:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=b1f74e697820d878a15e430e4ce1b74cd7fad2d3'/>
<id>urn:sha1:b1f74e697820d878a15e430e4ce1b74cd7fad2d3</id>
<content type='text'>
the removal of vol_id compat code as requested in #585419
is to early as we need it for Lenny upgrades.
Nevertheless have the comment point to the newer tool. :)

Thanks: Christoph Anton Mitterer &lt;calestyo@scientia.net&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
</feed>
