<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git, branch v0.98</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</id>
<link rel='self' href='https://git.amelek.net/vyos/initramfs-tools.git/atom?h=v0.98'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/'/>
<updated>2010-08-07T14:25:35+00:00</updated>
<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>
<entry>
<title>Merge branch 'sid'</title>
<updated>2010-07-09T15:27:33+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-07-09T15:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=6fa6a6b9ce1492caedb621c1bcfd5d3735c218e9'/>
<id>urn:sha1:6fa6a6b9ce1492caedb621c1bcfd5d3735c218e9</id>
<content type='text'>
Conflicts:
	mkinitramfs
	scripts/functions
</content>
</entry>
<entry>
<title>update-initramfs: stop buildprocess if any script is failing</title>
<updated>2010-07-09T12:50:06+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-07-09T12:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=b65a48670ef4ec22dd7801ad377ce19741f2387a'/>
<id>urn:sha1:b65a48670ef4ec22dd7801ad377ce19741f2387a</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
</feed>
