home: hub: mkinitfs

Download patch

ref: bb27ccbb7f5f87bd882e12d03ddcc03fc2b2853a
parent: 59204d36985de5ba2444d5f3e0d50a119287ec51
author: Bryce Lanham <blanham@gmail.com>
date: Thu Jan 30 21:22:20 CST 2020

Current kernels use ext4 for ext2/3, update config

Without this if you run setup-alpine with ROOTFS set to ext2/3, you're
rewarded with a recovery prompt on first boot, as the correct kernel
modules are missing.

--- a/features.d/ext2.modules
+++ b/features.d/ext2.modules
@@ -1,1 +1,3 @@
-kernel/fs/ext2
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
+kernel/fs/ext4
--- a/features.d/ext3.modules
+++ b/features.d/ext3.modules
@@ -1,1 +1,3 @@
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
 kernel/fs/ext4