summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-dmsetup/services/s3-grow-rootfs.service
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-dmsetup/services/s3-grow-rootfs.service')
-rw-r--r--modules.d/slx-dmsetup/services/s3-grow-rootfs.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/slx-dmsetup/services/s3-grow-rootfs.service b/modules.d/slx-dmsetup/services/s3-grow-rootfs.service
index 5cb42056..98b8cc5c 100644
--- a/modules.d/slx-dmsetup/services/s3-grow-rootfs.service
+++ b/modules.d/slx-dmsetup/services/s3-grow-rootfs.service
@@ -2,7 +2,7 @@
Description=Grow size of rootfs to underlying block device
# If we have a growfs service in stage4, we don't do anything here
ConditionPathExists=!/sysroot/etc/systemd/system/grow-rootfs.service
-# For ext4, -root-device would be sufficient, but XFS tool needs mountpoint
+# Some filesystems require the fs to be mounted in order to resize it
After=initrd-root-fs.target
Before=initrd-switch-root.target
DefaultDependencies=no