home: hub: mkinitfs

Download patch

ref: 5bd99d8f4e26a159385c98669791694c41a81783
parent: b1d856e159e44d21830d9ce58bbfcd798ed73e63
parent: f24ac9d0b0f797becdb976477be0d509aef7778b
author: Natanael Copa <ncopa@alpinelinux.org>
date: Wed Jan 13 09:14:41 CST 2021

Merge branch 'zfs-mountfree-import' into 'master'

Import the pool without mounting any file systems.

See merge request alpine/mkinitfs!78

--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -509,7 +509,7 @@
 
 static void start_zpool(char *uuid) {
 	char *zpool_argv[] = {
-		ZPOOL_PATH, "import", uuid,
+		ZPOOL_PATH, "import", "-N", uuid,
 		NULL
 	};
 	if (use_zpool && uuid)