From 2544486332f1a178fbaef44433d3cb4200ccecf8 Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Fri, 22 Jul 2022 10:35:47 +0200 Subject: [PATCH] mounts/noop: drop wrong host-command reference The noop mount does not use FileSystemMountService, and as such never calls into `mount(1)`. Drop this information from the documentation. Signed-off-by: David Rheinsberg --- mounts/org.osbuild.noop | 2 -- 1 file changed, 2 deletions(-) diff --git a/mounts/org.osbuild.noop b/mounts/org.osbuild.noop index a59d959d..16dc0cca 100755 --- a/mounts/org.osbuild.noop +++ b/mounts/org.osbuild.noop @@ -4,8 +4,6 @@ No-op mount service Does not mount anything, but only creates an empty directory. Useful for testing. - -Host commands used: mount """ import os