<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkinitfs, branch v2.0_rc7_git1</title>
<subtitle>Tool to create initramfs images
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/'/>
<entry>
<title>init: choose overlay device with ovl_dev=DEV:FS</title>
<updated>2010-03-26T21:24:05+00:00</updated>
<author>
<name>Cedric Schieli</name>
<email>cschieli@gmail.com</email>
</author>
<published>2010-03-26T21:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=a1eb1a0f5d81de7d033449b9a6e7cc4262c86665'/>
<id>a1eb1a0f5d81de7d033449b9a6e7cc4262c86665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: generalize console=* handling</title>
<updated>2010-03-22T15:45:09+00:00</updated>
<author>
<name>Cedric Schieli</name>
<email>cschieli@gmail.com</email>
</author>
<published>2010-03-22T15:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=d70953969a28fa07eb094fc72cb7a132e60e776c'/>
<id>d70953969a28fa07eb094fc72cb7a132e60e776c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: install xe-guest-utilities if xen on cmdline and /proc/xen is present</title>
<updated>2010-03-22T14:42:19+00:00</updated>
<author>
<name>Cedric Schieli</name>
<email>cschieli@gmail.com</email>
</author>
<published>2010-03-20T21:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=5977b0785475799a1fcb844a95c0745f56564afc'/>
<id>5977b0785475799a1fcb844a95c0745f56564afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: imporve boot option handling</title>
<updated>2010-02-26T10:29:55+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-02-26T10:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=50dfc13e86b0ac9445847604208c3d3a8729018f'/>
<id>50dfc13e86b0ac9445847604208c3d3a8729018f</id>
<content type='text'>
If &lt;variable&gt; is secified as boot option we define:
 KOPT_&lt;variable&gt;=yes

If no&lt;variable&gt; is specified as boot option we define:
 KOPT_&lt;variable&gt;=no

This way we can properly handle kernel cmdlines like:
 quiet noquiet
and
 nodma dma

The last specified variable will win.

While we are here we also:

* use KOPT_modules rather than handle those special
* try deal with multiple console=tty* properly used with serial consoles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If &lt;variable&gt; is secified as boot option we define:
 KOPT_&lt;variable&gt;=yes

If no&lt;variable&gt; is specified as boot option we define:
 KOPT_&lt;variable&gt;=no

This way we can properly handle kernel cmdlines like:
 quiet noquiet
and
 nodma dma

The last specified variable will win.

While we are here we also:

* use KOPT_modules rather than handle those special
* try deal with multiple console=tty* properly used with serial consoles
</pre>
</div>
</content>
</entry>
<entry>
<title>init: only hide kernel messages if quiet is on cmdline</title>
<updated>2010-02-26T08:57:17+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-02-26T08:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=cb255bba6e0a79df15678d3b48f82c0c0e70d951'/>
<id>cb255bba6e0a79df15678d3b48f82c0c0e70d951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: fix bug when parsing fstab</title>
<updated>2010-01-08T16:48:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-08T16:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=c250c7fbb97a6762a220057bef33698120e6425f'/>
<id>c250c7fbb97a6762a220057bef33698120e6425f</id>
<content type='text'>
the /dev/usbdisk was mounted as /media/usbdisk instead of /media/usb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the /dev/usbdisk was mounted as /media/usbdisk instead of /media/usb
</pre>
</div>
</content>
</entry>
<entry>
<title>release 2.0_rc7</title>
<updated>2009-12-23T14:18:34+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-12-23T14:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=4da30687d9ec1789a69ece6c9874e3ec51e0d438'/>
<id>4da30687d9ec1789a69ece6c9874e3ec51e0d438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: pass over overlay file list to apk with --overlay-from-stdin</title>
<updated>2009-12-22T15:12:40+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-12-22T15:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=773ff8066cc48bbaa11dec63f99551f26166172b'/>
<id>773ff8066cc48bbaa11dec63f99551f26166172b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: never overwrite existing files</title>
<updated>2009-11-24T12:23:38+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-11-24T12:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=bf94c9b9aa7884fc50d3110d69e2d28e413159ed'/>
<id>bf94c9b9aa7884fc50d3110d69e2d28e413159ed</id>
<content type='text'>
ref #197
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #197
</pre>
</div>
</content>
</entry>
<entry>
<title>release 2.0_rc6</title>
<updated>2009-10-20T14:07:59+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-10-20T14:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=13f32619e1135197ddac9880761ea312e41e0a1d'/>
<id>13f32619e1135197ddac9880761ea312e41e0a1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
