Commit Graph
3 Commits
Author SHA1 Message Date
Olivier Mengué #openToWork-ParisandGitHub b8127bc462 overwrite: show setfacl suggestion only on Linux (#90)
When acquiring access to partition the device, show message about use of
"setfacl" only on Linux. Not on Darwin where it is irrelevant.
2025-03-21 21:36:30 +01:00
Olivier MenguéandGitHub 356b1f85aa packer: upgrade fallback Root CA certificates (#85)
Upgrade the fallback CA certs used when running gok on non-Linux platform.
This is the Mozilla CA Certs list bundled as a Go module that must be kept up to date.
(Also gok should be rebuilt).
2025-02-23 09:32:54 +01:00
Olivier MenguéandGitHub 772c0a9421 packer: move call to unix.Sync behind Linux conditional compile (#84)
In RereadPartitions, move call to unix.Sync() in Linux specific code
as unix.Sync() is not portable (not available on Windows).
2025-02-21 20:39:03 +01:00