Added growpart service for resize.

This commit is contained in:
Storm Dragon 2020-01-05 12:18:02 -05:00
parent 1144ab010f
commit 43325414ce

View File

@ -0,0 +1,9 @@
[Unit]
Description=Grows the filesystem and partition at %I
[Service]
Type=oneshot
ExecStart=/usr/bin/growpartfs /dev/mmcblk0 2
[Install]
WantedBy=multi-user.target