From b0438462089d1e1460429a57718305de08985908 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 24 Mar 2015 00:52:59 +0100 Subject: fstab-generator: Support root on tmpfs (or other deviceless FS) This allows for stateless systems. --- src/shared/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/util.h') diff --git a/src/shared/util.h b/src/shared/util.h index 29e85bb7e1..b5f44b8a1f 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -409,6 +409,7 @@ int fd_cloexec(int fd, bool cloexec); int close_all_fds(const int except[], unsigned n_except); bool fstype_is_network(const char *fstype); +bool fstype_is_deviceless(const char *fstype); int chvt(int vt); -- cgit v1.2.3-54-g00ecf