From: Ian Jackson <ian.jackson@eu.citrix.com>
This is OK because nothing in access() looks at the rootdev or console
runvars, which are what target_kernkind_check sets.
No functional change other than perhaps to log output.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
ts-debian-fixup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ts-debian-fixup b/ts-debian-fixup
index 528fb03b..34051137 100755
--- a/ts-debian-fixup
+++ b/ts-debian-fixup
@@ -209,8 +209,8 @@ sub writecfg () {
savecfg();
ether();
-target_kernkind_check($gho);
access();
+target_kernkind_check($gho);
debian_overlays($ho, \&overlay);
target_cmd_root($ho, <<END.debian_overlays_fixup_cmd($ho, $mountpoint));
--
2.20.1