From 210685a15da774b86e1f1d316ea13b2d81f4dfc3 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 29 Nov 2014 05:07:40 +0100 Subject: [PATCH] mount: Fix /run mount. It turns out that I had messed this up. Issue #173 was addressed anyway by the followup fix to unpackfs to only exclude the directories that are actually mounted (which does work), but with this fix, /run is now handled as intended. PS: Should the mount job not check the return value of libcalamares.utils.mount instead of failing silently? --- src/modules/mount/mount.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mount/mount.conf b/src/modules/mount/mount.conf index 5dbd6f723..5da436754 100644 --- a/src/modules/mount/mount.conf +++ b/src/modules/mount/mount.conf @@ -10,8 +10,8 @@ extraMounts: mountPoint: /dev options: bind - device: tmpfs + fs: tmpfs mountPoint: /run - options: tmpfs extraMountsEfi: - device: /sys/firmware/efi