mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-17 17:48:20 +00:00
rootfs subdirectory
This commit is contained in:
13
rootfs/etc/systemd/system/rpi-resizerootfs.service
Normal file
13
rootfs/etc/systemd/system/rpi-resizerootfs.service
Normal 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
|
Reference in New Issue
Block a user