home: hub: mkinitfs

Download patch

ref: f24ac9d0b0f797becdb976477be0d509aef7778b
parent: b1d856e159e44d21830d9ce58bbfcd798ed73e63
author: omni <omni@omni.omni>
date: Tue Jan 12 21:34:31 CST 2021

Import the pool without mounting any file systems.

--- 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)