Add ability to grow root partition + filesystem

This commit is contained in:
2022-12-15 22:52:52 -06:00
parent 21076fd535
commit f8b5d82ac5
4 changed files with 41 additions and 2 deletions

9
files/grow-root.service Normal file
View File

@@ -0,0 +1,9 @@
[Unit]
Description=Grows the root partition and filesystem to match disk size
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/grow-root
[Install]
WantedBy=multi-user.target