From 38778519fa7a24a8c81ae45879dd3d9a90a4b23b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 7 Jan 2020 10:00:32 -0500 Subject: [PATCH] Updated growpartfs.service. --- files/files/usr/lib/systemd/system/growpartfs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/files/usr/lib/systemd/system/growpartfs.service b/files/files/usr/lib/systemd/system/growpartfs.service index ed3a208..ac6d199 100644 --- a/files/files/usr/lib/systemd/system/growpartfs.service +++ b/files/files/usr/lib/systemd/system/growpartfs.service @@ -3,7 +3,7 @@ Description=Grows the filesystem and partition at %I [Service] Type=oneshot -ExecStart=/usr/bin/growpartfs /dev/mmcblk0 2 +ExecStart=/usr/bin/growpartfs /dev/mmcblk0p2 [Install] WantedBy=multi-user.target