mount-setup: create mount points if not existing yet

This commit is contained in:
Lennart Poettering 2010-04-06 21:55:58 +02:00
parent 055ba4d60e
commit a04f58d6cb

View File

@ -85,6 +85,10 @@ static int mount_one(const char *t[]) {
if (r > 0)
return 0;
/* The access mode here doesn't really matter too much, since
* the mounted file system will take precedence anyway. */
mkdir(t[MOUNT_WHERE], 0755);
log_debug("Mounting %s to %s of type %s with options %s.",
t[MOUNT_WHAT],
t[MOUNT_WHERE],