Add ability to grow root partition + filesystem
This commit is contained in:
9
files/grow-root.service
Normal file
9
files/grow-root.service
Normal 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
|
Reference in New Issue
Block a user