<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkinitfs, branch v3.3.0</title>
<subtitle>Tool to create initramfs images
</subtitle>
<id>https://git-old.alpinelinux.org/mkinitfs/atom?h=v3.3.0</id>
<link rel='self' href='https://git-old.alpinelinux.org/mkinitfs/atom?h=v3.3.0'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/'/>
<updated>2018-06-22T07:33:35Z</updated>
<entry>
<title>==== release 3.3.0 ====</title>
<updated>2018-06-22T07:33:35Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-22T07:33:35Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=99364f1e779d7fff8dc3efdfae7908cd315175ec'/>
<id>urn:sha1:99364f1e779d7fff8dc3efdfae7908cd315175ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init: fix comment for ip_choose_if</title>
<updated>2018-06-13T17:49:58Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-13T17:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=6222f364a26e3e901eaa472ad0e7fd18da7c588b'/>
<id>urn:sha1:6222f364a26e3e901eaa472ad0e7fd18da7c588b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make: exclude ext2 as default feature</title>
<updated>2018-06-12T17:44:09Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T17:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=af1f5ca38f8e0dffe3f2640018fedf95cb63131c'/>
<id>urn:sha1:af1f5ca38f8e0dffe3f2640018fedf95cb63131c</id>
<content type='text'>
the ext4 module can handle ext2
</content>
</entry>
<entry>
<title>==== release 3.3.0_rc1 ====</title>
<updated>2018-06-12T17:39:52Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T17:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=961ba94da460bac1ba0c07cca14f11d0467592c6'/>
<id>urn:sha1:961ba94da460bac1ba0c07cca14f11d0467592c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for keyfiles</title>
<updated>2018-06-12T17:34:46Z</updated>
<author>
<name>lemmarathon</name>
<email>lemmarathon@protonmail.com</email>
</author>
<published>2018-05-01T00:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=fdc28f072ae269ab9c3f876ed452c6c3d5a769aa'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Use first network interface that is up</title>
<updated>2018-06-12T17:28:07Z</updated>
<author>
<name>Mick Tarsel</name>
<email>mtarsel@gmail.com</email>
</author>
<published>2018-06-08T21:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=7e7fed4fee4c2e0bafd4a9714649b185b8696921'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>features: include ssl_client for network</title>
<updated>2018-06-12T15:09:00Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T15:09:00Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=33865428099cf29934d02342f008e440b69b74c2'/>
<id>urn:sha1:33865428099cf29934d02342f008e440b69b74c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init: dont install wget</title>
<updated>2018-06-12T15:07:10Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T15:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=e1b6dfa483fe13464fb947b069114943eb95984b'/>
<id>urn:sha1:e1b6dfa483fe13464fb947b069114943eb95984b</id>
<content type='text'>
ssl_client provides the https support for busybox wget
</content>
</entry>
<entry>
<title>init: remove ssh_pass and make sure to start sshd</title>
<updated>2018-06-12T15:02:08Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-12T15:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=c6d2818c536940c4e3f254009beb6d5426e2519c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>initramfs-init: add support for ssh installer</title>
<updated>2018-05-24T07:42:26Z</updated>
<author>
<name>Tuan M. Hoang</name>
<email>tmhoang@flatglobe.org</email>
</author>
<published>2018-05-21T11:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/mkinitfs/commit/?id=64be7028a529d940f81fda31a8e1dfa2281e4989'/>
<id>urn:sha1: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>
</entry>
</feed>
