rootfs subdirectory

This commit is contained in:
PeterLawler
2020-08-15 05:06:18 +00:00
committed by Gunnar Wolf
parent 0cf508221f
commit dd3b33419c
9 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,13 @@
[Unit]
Description=resize root file system
Before=local-fs-pre.target
DefaultDependencies=no
[Service]
Type=oneshot
TimeoutSec=infinity
ExecStart=/usr/sbin/rpi-resizerootfs
ExecStart=/bin/systemctl --no-reload disable %n
[Install]
RequiredBy=local-fs-pre.target