Initial commit

This commit is contained in:
Michael Stapelberg
2017-10-08 22:18:48 +02:00
commit 331f68931a
14 changed files with 429 additions and 0 deletions

11
rpi3-resizerootfs.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=resize root file system
Before=systemd-remount-fs.service
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/bin/rpi3-resizerootfs
[Install]
RequiredBy=systemd-remount-fs.service