<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initramfs-tools.git/init, 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-09-10T00:12:53+00:00</updated>
<entry>
<title>Merge branch 'upstream' (0.98.2) into mendocino</title>
<updated>2010-09-10T00:12:53+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-09-10T00:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=573e21e410934f2293d5ac4c738af5f77083b43b'/>
<id>urn:sha1:573e21e410934f2293d5ac4c738af5f77083b43b</id>
<content type='text'>
Conflicts:

	debian/changelog
	debian/compat
	debian/control
	debian/rules
	hook-functions
	mkinitramfs
</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>hook-functions/init/scripts/local: add support for ubifs.</title>
<updated>2010-06-16T14:48:06+00:00</updated>
<author>
<name>Martin Michlmayr</name>
<email>tbm@cyrius.com</email>
</author>
<published>2010-06-13T16:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=bb66fc2a8b40d6c8ecd093cf1b358d4476ab1e1c'/>
<id>urn:sha1:bb66fc2a8b40d6c8ecd093cf1b358d4476ab1e1c</id>
<content type='text'>
MODULES=dep fails when / is ubifs. This patch adds support for
something like root=ubi0:rootfs when ubi is modular.

Quoting Martin:

    It essentially does three things:
     - adds the correct modules to the ramdisk (for MODULES=dep and MODULES=most)
     - reads ubi.mtd= from the command line
     - loads ubi with the ubi.mtd info and ignores the "Waiting for root" check

    I've successfully tested this with a kernel with modular ubi and with
    the following boot variants:
      console=ttyS0,115200 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs
      console=ttyS0,115200 ubi.mtd=2 root=ubi0_0 rootfstype=ubifs

    With
      console=ttyS0,115200 ubi.mtd=2 root=/dev/ubi0_0 rootfstype=ubifs
    I get an error that it cannot mount root but I suspect this is an
    ubifs error and has nothing to do with i-t (since at this point I can
    manually mount it with -t ubifs ubi0_0 whereas the /dev/ variant
    doesn't work).

    Tested with MODULES=dep and MODULES=most as well as with a kernel that
    has ubifs built in.

Closes: #582858
Thanks: Martin Michlmayr &lt;tbm@cyrius.com&gt;
Signed-off-by: Martin Michlmayr &lt;tbm@cyrius.com&gt;
Reviewed-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mika/devtmpfs'</title>
<updated>2010-06-15T16:49:03+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@grml.org</email>
</author>
<published>2010-06-15T16:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=ebe8f80b8b0814db4afb4167d23a5f4f8cc90a68'/>
<id>urn:sha1:ebe8f80b8b0814db4afb4167d23a5f4f8cc90a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code cleanup: drop trailing whitespaces.</title>
<updated>2010-06-14T10:10:28+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-14T10:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=60afd2a944cf36a5bce6ca3b4c07a422e98efeba'/>
<id>urn:sha1:60afd2a944cf36a5bce6ca3b4c07a422e98efeba</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>init: display warning message if devtmpfs could not be mounted.</title>
<updated>2010-06-14T10:06:13+00:00</updated>
<author>
<name>Michael Prokop</name>
<email>mika@debian.org</email>
</author>
<published>2010-06-14T10:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=04b86198ef7d32d3f4ae700fcf34a2539876f0a7'/>
<id>urn:sha1:04b86198ef7d32d3f4ae700fcf34a2539876f0a7</id>
<content type='text'>
Older kernel versions (like the one shipped with Lenny) don't
support devtmpfs. Therefore display a warning message when
falling back to tmpfs. See #501359.

Thanks: Ferenc Wagner &lt;wferi@niif.hu&gt;
Signed-off-by: Michael Prokop &lt;mika@debian.org&gt;
</content>
</entry>
<entry>
<title>init: add BOOTIF bootarg</title>
<updated>2010-04-10T04:39:45+00:00</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant+debianbugs@freegeek.org</email>
</author>
<published>2010-04-10T03:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=4b7ef011bf8d2e532a1944f0ff423163588a6878'/>
<id>urn:sha1:4b7ef011bf8d2e532a1944f0ff423163588a6878</id>
<content type='text'>
as mentioned by Christoph Bussenius in #535008, it does appear that
setting BOOTIF from the value in /proc/cmdline is needed. at the time
i wrote the patch, i'm not sure it was, but it definitely is now.

with these patchese applied, it seems to work. at least for the moment.

Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>init: fix hardcoded resume handling</title>
<updated>2010-04-08T03:59:46+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-04-08T03:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=a46c26e0a01a83f41d7e491f1f1a747d5f000c85'/>
<id>urn:sha1:a46c26e0a01a83f41d7e491f1f1a747d5f000c85</id>
<content type='text'>
got confused in course of #572858,
uppercase is for hardcoded device strings as here,
pick up RESUME and not resume from config file.

Closes: #576700
Signed-off-by: maximilian attems &lt;maks@debian.org&gt;
</content>
</entry>
<entry>
<title>init: export BOOT for casper and friends</title>
<updated>2010-04-05T02:51:42+00:00</updated>
<author>
<name>maximilian attems</name>
<email>maks@debian.org</email>
</author>
<published>2010-04-05T02:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/initramfs-tools.git/commit/?id=56c017ce7d7103857f4043b29320156edee66bb0'/>
<id>urn:sha1:56c017ce7d7103857f4043b29320156edee66bb0</id>
<content type='text'>
merge from 0.92bubuntu9

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