We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf46e6f commit 903f005Copy full SHA for 903f005
repos/system_upgrade/common/libraries/overlaygen.py
@@ -10,7 +10,7 @@
10
from leapp.libraries.stdlib import api, CalledProcessError, run
11
12
13
-OVERLAY_DO_NOT_MOUNT = ('tmpfs', 'devpts', 'sysfs', 'proc', 'cramfs', 'sysv', 'vfat')
+OVERLAY_DO_NOT_MOUNT = ('tmpfs', 'devtmpfs', 'devpts', 'sysfs', 'proc', 'cramfs', 'sysv', 'vfat')
14
15
# NOTE(pstodulk): what about using more closer values and than just multiply
16
# the final result by magical constant?... this number is most likely going to
0 commit comments