<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkinitfs, branch v3.3.0</title>
<subtitle>Tool to create initramfs images
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/'/>
<entry>
<title>==== release 3.3.0 ====</title>
<updated>2018-06-22T07:33:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-22T07:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=99364f1e779d7fff8dc3efdfae7908cd315175ec'/>
<id>99364f1e779d7fff8dc3efdfae7908cd315175ec</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 comment for ip_choose_if</title>
<updated>2018-06-13T17:49:58+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-13T17:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=6222f364a26e3e901eaa472ad0e7fd18da7c588b'/>
<id>6222f364a26e3e901eaa472ad0e7fd18da7c588b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: exclude ext2 as default feature</title>
<updated>2018-06-12T17:44:09+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T17:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=af1f5ca38f8e0dffe3f2640018fedf95cb63131c'/>
<id>af1f5ca38f8e0dffe3f2640018fedf95cb63131c</id>
<content type='text'>
the ext4 module can handle ext2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the ext4 module can handle ext2
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 3.3.0_rc1 ====</title>
<updated>2018-06-12T17:39:52+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T17:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=961ba94da460bac1ba0c07cca14f11d0467592c6'/>
<id>961ba94da460bac1ba0c07cca14f11d0467592c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for keyfiles</title>
<updated>2018-06-12T17:34:46+00:00</updated>
<author>
<name>lemmarathon</name>
<email>lemmarathon@protonmail.com</email>
</author>
<published>2018-05-01T00:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=fdc28f072ae269ab9c3f876ed452c6c3d5a769aa'/>
<id>fdc28f072ae269ab9c3f876ed452c6c3d5a769aa</id>
<content type='text'>
The "cryptkey" boot parameter enables keyfile decryption. By default,
init will look for a keyfile named "/crypto_keyfile.bin". Another file
may be specified like so: "cryptkey=/path/to/keyfile.bin". If keyfile
decryption fails, init will fall back to passphrase mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "cryptkey" boot parameter enables keyfile decryption. By default,
init will look for a keyfile named "/crypto_keyfile.bin". Another file
may be specified like so: "cryptkey=/path/to/keyfile.bin". If keyfile
decryption fails, init will fall back to passphrase mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use first network interface that is up</title>
<updated>2018-06-12T17:28:07+00:00</updated>
<author>
<name>Mick Tarsel</name>
<email>mtarsel@gmail.com</email>
</author>
<published>2018-06-08T21:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=7e7fed4fee4c2e0bafd4a9714649b185b8696921'/>
<id>7e7fed4fee4c2e0bafd4a9714649b185b8696921</id>
<content type='text'>
Previous code would return eth0 every time and pay no attention
if interface was up. This patch gets the state from operstate file
in sysfs to use the interface that is actually up in case there
are multiple interfaces present. If no interface is up, just use
last interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous code would return eth0 every time and pay no attention
if interface was up. This patch gets the state from operstate file
in sysfs to use the interface that is actually up in case there
are multiple interfaces present. If no interface is up, just use
last interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>features: include ssl_client for network</title>
<updated>2018-06-12T15:09:00+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T15:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=33865428099cf29934d02342f008e440b69b74c2'/>
<id>33865428099cf29934d02342f008e440b69b74c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: dont install wget</title>
<updated>2018-06-12T15:07:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T15:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=e1b6dfa483fe13464fb947b069114943eb95984b'/>
<id>e1b6dfa483fe13464fb947b069114943eb95984b</id>
<content type='text'>
ssl_client provides the https support for busybox wget
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssl_client provides the https support for busybox wget
</pre>
</div>
</content>
</entry>
<entry>
<title>init: remove ssh_pass and make sure to start sshd</title>
<updated>2018-06-12T15:02:08+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T15:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=c6d2818c536940c4e3f254009beb6d5426e2519c'/>
<id>c6d2818c536940c4e3f254009beb6d5426e2519c</id>
<content type='text'>
ssh_pass is not recommended and causes some issues in firstboot. We
remove support for it to keep things simple.

also make sure that sshd is started if ssh_key is set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssh_pass is not recommended and causes some issues in firstboot. We
remove support for it to keep things simple.

also make sure that sshd is started if ssh_key is set
</pre>
</div>
</content>
</entry>
<entry>
<title>initramfs-init: add support for ssh installer</title>
<updated>2018-05-24T07:42:26+00:00</updated>
<author>
<name>Tuan M. Hoang</name>
<email>tmhoang@flatglobe.org</email>
</author>
<published>2018-05-21T11:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=64be7028a529d940f81fda31a8e1dfa2281e4989'/>
<id>64be7028a529d940f81fda31a8e1dfa2281e4989</id>
<content type='text'>
This commit allows starting 'firstboot' service (see aports/openrc),
which will setup installation through SSH if specified in kernel
parameters.

Real wget is used instead since busybox's wget is broken without
openssl binary #8917. Credits to clandmeter.

- Allow adding DNS server in configure_ip()
- Prefix kernel parameters with KOPT_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit allows starting 'firstboot' service (see aports/openrc),
which will setup installation through SSH if specified in kernel
parameters.

Real wget is used instead since busybox's wget is broken without
openssl binary #8917. Credits to clandmeter.

- Allow adding DNS server in configure_ip()
- Prefix kernel parameters with KOPT_
</pre>
</div>
</content>
</entry>
</feed>
