<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git, branch v0.98.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=v0.98.1</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=v0.98.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-08-25T20:17:37+00:00</updated>
<entry>
<title>Releasing version 0.98.1.</title>
<updated>2010-08-25T20:17:37+00:00</updated>
<author>
<name>maximilian attems</name>
<email>max@stro.at</email>
</author>
<published>2010-08-25T20:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=3d176938d95d6b54a0b44e0aa7fe47eb4c4659b4'/>
<id>urn:sha1:3d176938d95d6b54a0b44e0aa7fe47eb4c4659b4</id>
<content type='text'>
Signed-off-by: maximilian attems &lt;max@stro.at&gt;
</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>release 0.98</title>
<updated>2010-08-07T14:25:35+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-08-07T14:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=71de264f4777f16e1329a59df70d59972a88f854'/>
<id>urn:sha1:71de264f4777f16e1329a59df70d59972a88f854</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>Bump Standards-Version to 3.9.1.</title>
<updated>2010-08-07T14:04:53+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-08-07T14:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=b343994b0e30594a0340c63249962421735cbcda'/>
<id>urn:sha1:b343994b0e30594a0340c63249962421735cbcda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'maks/bootloader'</title>
<updated>2010-08-07T13:35:56+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-08-07T13:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=35ccba5a09de628dcf0691833bae150de5484141'/>
<id>urn:sha1:35ccba5a09de628dcf0691833bae150de5484141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init: provide fastforward path for the common case when validating init binary.</title>
<updated>2010-08-07T03:02:05+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-07-31T18:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=a0c314053b1818a370e6a6aca21dd2594e75ca31'/>
<id>urn:sha1:a0c314053b1818a370e6a6aca21dd2594e75ca31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init: provide validate_init() wrapper to support absolute symlinks.</title>
<updated>2010-08-07T03:02:05+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-07-30T03:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=e7daaf7fdf80ba63626515ca3e3e3054aaac0417'/>
<id>urn:sha1:e7daaf7fdf80ba63626515ca3e3e3054aaac0417</id>
<content type='text'>
If /sbin/init is an absolute symlink (e.g. to /bin/systemd) the
readlink check doesn't work as $rootmnt is involved.

The validate_init() shell function takes care of this fact, as
well as when guessing the init binary points to a directory. For
example Ubuntu's upstart has its configuration inside /etc/init
whereas this is considered a valid run_init_process() binary by
the Linux kernel and `test -x' returns true when checking for
executables.

Therefore be more conservative with providing full backwards
compability as well as new added support for absolute symlinks at
the same time.

Closes: #590744
</content>
</entry>
<entry>
<title>update-initramfs: run_bootloader() invoke Initramfs hooks</title>
<updated>2010-08-06T22:47:44+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-08-06T22:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=6f0b64634e739a648ab9e9cd17e59bbb6d409123'/>
<id>urn:sha1:6f0b64634e739a648ab9e9cd17e59bbb6d409123</id>
<content type='text'>
Conform to policy
http://kernel-handbook.alioth.debian.org/ch-update-hooks.html#s-initramfs-hooks

We check that the dir exists to no longer invoke boot loader on our
own for squeeze, but work on partial upgrades from lenny.

The bootloader invocations can be removed postsqueeze.

Signed-off-by: maximilian attems &lt;maks@debian.org&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>update-initramfs: revert nounset</title>
<updated>2010-08-01T07:50:19+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-08-01T07:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=762ae2a78f6b1e9648242a3b3bc4baebc7151e48'/>
<id>urn:sha1:762ae2a78f6b1e9648242a3b3bc4baebc7151e48</id>
<content type='text'>
Brought no gain in code readability and lots of bug reports.

Closes: #588915
Suggested-by: Colin Watson &lt;cjwatson@ubuntu.com&gt;
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
</feed>
