Added growpart service for resize.
This commit is contained in:
9
files/files/usr/lib/systemd/system/growpartfs.service
Normal file
9
files/files/usr/lib/systemd/system/growpartfs.service
Normal 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
|
Reference in New Issue
Block a user