From f254b9bb126e4aae9a47960d052e88424b68d692 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 27 Mar 2023 14:09:00 +0200 Subject: [PATCH] kunsi-p14s: fix mountpoint for rootfs --- nodes/kunsi-p14s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index fc091da..c96d793 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -214,7 +214,7 @@ nodes['kunsi-p14s'] = { }, 'zroot/system/root': { 'canmount': 'noauto', - 'mountpoint': '/', + 'mountpoint': 'legacy', }, 'zroot/user/kunsi': { 'mountpoint': '/home/kunsi',