Added growpart service for resize.
This commit is contained in:
parent
1144ab010f
commit
43325414ce
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
|
Loading…
Reference in New Issue
Block a user