diff --git a/src/switchroot/ostree-prepare-root.c b/src/switchroot/ostree-prepare-root.c index 72172dc8..cc885d3c 100644 --- a/src/switchroot/ostree-prepare-root.c +++ b/src/switchroot/ostree-prepare-root.c @@ -100,11 +100,6 @@ main(int argc, char *argv[]) } root_mountpoint = argv[1]; - if (strcmp (root_mountpoint, "/sysroot") != 0) - { - fprintf (stderr, "ostree-prepare-root: Expected /sysroot\n"); - exit (1); - } ostree_target = parse_ostree_cmdline (); if (!ostree_target)