You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run eos-firstboot a second time on existing installs
In new dual-boot installs of 6.0.0, eos-firstboot did not correctly grow
the filesystem due to the bug fixed in commit
56aea35.
We now want to run it a second time. Ideally we would only trigger it on
affected dual-boot systems; but it is harder to detect that case than to
run eos-firstboot again and have resize2fs gracefully do nothing.
While we could easily run a unit only on dual-boot systems with:
ConditionKernelCommandLine=endless.image.device
ConditionKernelCommandLine=!endless.live_boot
to do this only once requires a second unit with its own new flag file.
So rather than introducing a second flag file, let's harmlessly re-run
this unit once on all systems, and take the opportunity to move the flag
file out of the top-level of /var to /var/lib/eos-firstboot.
https://phabricator.endlessm.com/T35432
0 commit comments