- Switch to Sytemd - Switch to linux 6.12lts - Remove modem power DTS node as it is not compatible with eg25-manager
12 lines
214 B
Desktop File
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 |