<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkinitfs, branch v3.0.4</title>
<subtitle>Tool to create initramfs images
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/'/>
<entry>
<title>==== 3.0.4 ====</title>
<updated>2016-03-11T19:43:09+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-03-11T19:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=e07a30142f4ccd0a987ed8cf24fbd8d8f66620f9'/>
<id>e07a30142f4ccd0a987ed8cf24fbd8d8f66620f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nlplug-findfs: scan block devices on change</title>
<updated>2016-03-11T19:39:03+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-03-11T19:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=d3bc637d76eb34fc95de4fefa335f7870063dded'/>
<id>d3bc637d76eb34fc95de4fefa335f7870063dded</id>
<content type='text'>
raid disks are created zero sized. when mdadm has found all the
disks it finally enables it. this causes md devices to be zero
sized for some time after their creation, and blkid will not
detect them. catch the 'change' notification and rescan block
devices for updated blkid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
raid disks are created zero sized. when mdadm has found all the
disks it finally enables it. this causes md devices to be zero
sized for some time after their creation, and blkid will not
detect them. catch the 'change' notification and rescan block
devices for updated blkid.
</pre>
</div>
</content>
</entry>
<entry>
<title>nlplug-findfs: limit recursion depth</title>
<updated>2016-03-11T09:30:16+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-03-11T09:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=130ac62c49a796d558f9b3b6a343bdac870a9cdd'/>
<id>130ac62c49a796d558f9b3b6a343bdac870a9cdd</id>
<content type='text'>
Based on patch by donoban. Limit recursion depth for repository
search to 2 levels (shell script had -maxdepth 3 for finding the
file entry, so it's maximum of 2 levels of directories). For sysfs
entries deeper search is allowed. ref #5192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by donoban. Limit recursion depth for repository
search to 2 levels (shell script had -maxdepth 3 for finding the
file entry, so it's maximum of 2 levels of directories). For sysfs
entries deeper search is allowed. ref #5192
</pre>
</div>
</content>
</entry>
<entry>
<title>init: support individual splash image per fbdev</title>
<updated>2016-02-17T11:45:50+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-02-17T11:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=f7f60d610e921146415db59b501a78bde8f6bf1f'/>
<id>f7f60d610e921146415db59b501a78bde8f6bf1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 3.0.3 ====</title>
<updated>2016-01-20T16:11:06+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-01-20T16:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=019f1650c922a2995a2fa1f98b01e17b8c64bd10'/>
<id>019f1650c922a2995a2fa1f98b01e17b8c64bd10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: hide kernel messages with 'quiet'</title>
<updated>2016-01-18T09:15:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-01-18T09:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=73fd80c87696f72d769aed377cc1bb89c2d540cf'/>
<id>73fd80c87696f72d769aed377cc1bb89c2d540cf</id>
<content type='text'>
this was commented out during nlplug-findfs refactor for debugging
purposes. uncomment it again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this was commented out during nlplug-findfs refactor for debugging
purposes. uncomment it again.
</pre>
</div>
</content>
</entry>
<entry>
<title>init: dont launch emergency shell if http repo is specified</title>
<updated>2016-01-18T09:12:04+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-01-18T09:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=949bd6f298590a6b4fe71783c15bac313cbc2923'/>
<id>949bd6f298590a6b4fe71783c15bac313cbc2923</id>
<content type='text'>
we we specify a repo with boot option then we should not launch an
emergency shell even if no repo was found.

This is needed for pxe boot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we we specify a repo with boot option then we should not launch an
emergency shell even if no repo was found.

This is needed for pxe boot.
</pre>
</div>
</content>
</entry>
<entry>
<title>nlplug-findfs: allow success even if nothing found</title>
<updated>2016-01-18T09:04:04+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-01-18T09:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=18606801f741a34affbd0628737417daadd0c620'/>
<id>18606801f741a34affbd0628737417daadd0c620</id>
<content type='text'>
add -n option to allow return success even if nothing was found. This is
useful for net boot, where apkovl and repositories are on network.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add -n option to allow return success even if nothing was found. This is
useful for net boot, where apkovl and repositories are on network.
</pre>
</div>
</content>
</entry>
<entry>
<title>init: set MAC_ADDRESS in the scope where $device exists</title>
<updated>2016-01-18T08:26:16+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-01-18T08:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=5fc705baf54b1a0b8e35c22f0e4dd7fab0162aad'/>
<id>5fc705baf54b1a0b8e35c22f0e4dd7fab0162aad</id>
<content type='text'>
we need set MAC_ADDRESS where whi know $device, which is a local
variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we need set MAC_ADDRESS where whi know $device, which is a local
variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>init: remove dead code</title>
<updated>2016-01-18T08:22:12+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-01-18T08:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=b4ebbafc0a53288788e6e11ede0b185d71269235'/>
<id>b4ebbafc0a53288788e6e11ede0b185d71269235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
