Files
meta-pinephone-diya/recipes-bsp/diya-overlay/files/resize2fs.service
Dany LE e30e31fc49 Major update:
- Switch to Sytemd
- Switch to linux 6.12lts
- Remove modem power DTS node as it is not compatible with eg25-manager
2025-11-26 17:57:53 +01:00

12 lines
214 B
Desktop File

[Unit]
Description=Resize home partition
ConditionPathExists=/etc/firstboot
[Service]
Type=oneshot
ExecStart=/sbin/expandfs
ExecStartPost=rm /etc/firstboot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target