A Holt
A Holt
> [TM] what is the fsck target to go after? @jvonau's approach 2 years ago (looks reasonable) was to defer rootfs expansion until `After=systemd-remount-fs.service` which in turn means that `systemd-fsck-root.service`...
Across our 4 mainline OS's, here is `systemd-fsck-root.service` — which likewise is identical on each distro/OS: ``` [Unit] Description=File System Check on Root Device Documentation=man:systemd-fsck-root.service(8) DefaultDependencies=no Conflicts=shutdown.target Before=local-fs.target shutdown.target Wants=systemd-fsckd.socket...
FYI this PR's `Before=dphys-swapfile.service` refers to a file (dphys-swapfile.service pasted in below) that exists on RasPiOS — _but does not exist on the other 3 mainline OS's:_ ``` [Unit] Description=dphys-swapfile...
> FYI this PR's `Before=dphys-swapfile.service` refers to a file (dphys-swapfile.service pasted in below) that exists on RasPiOS — _but does not exist on the other 3 mainline OS's:_ The above...
> TimeoutSec=0 would be a good addition for the revised unit file. Done. I used the more modern syntax: `TimeoutSec=infinity` (FWIW systemd is trying to transition towards 0 meaning 0,...
@deldesir a great introduction to _systemd unit files_ would appear to be: https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files
> TimeoutSec=0 would be a good addition for the revised unit file. More than a good addition! This looks like a real lifesaver! That was overlooked in the era of...
Here's a person whose 256GB IIAB microSD cards only show 15GB (in one case) and 60GB (in the other case) : - #3339 It would appear he/she is facing the...
Stretch Goal: Merge this PR this month (August 2022) if we find enough testing talent to validate this step forward!
@pickypet please if you can help us test this in early September! A simple working smoke-test with Mint 21 or Ubuntu 22.04 will hopefully be sufficient — demonstrating that the...