codefiles
codefiles
Your contributions are commendable, I respect that. My feedback is don't continue to entangle unrelated changes into your pull requests. Out of the 8 files listed as changed only 3...
Duplicate of #1993
> So it seems that the vol was created eventually, the current logic will attempt to fetch the info 3 times within 10s or so and then fail. We can...
@svartkanin, why would you think it is acceptable to submit a pull request with my proposed solution? You did not discuss this with me or even add me as an...
@theredcmdcraft The disk configuration in the log shows the `mountpoint` for the root partition is unset (`null`) when it should be set to `"/"`. ``` "disk_config": { "config_type": "manual_partitioning", ......
The log shows the ESP file system as ext4, it should instead be FAT based. https://wiki.archlinux.org/title/EFI_system_partition#Format_the_partition I created a fix (#2283) for this but closed it when I determined this...
Arch Linux does not have a default NTP client. `archinstall` enables `systemd-timesyncd.service` if the _Automatic time sync (NTP)_ option is enabled; the default for this option is enable.
The [default Arch time servers](https://gitlab.archlinux.org/archlinux/packaging/packages/ntp/-/commit/343310b9ddd996220de27a2a35a5c1277a0bec9b) do not support NTS. Link acquired from: https://wiki.archlinux.org/title/Systemd-timesyncd#Configuration
What if `systemd-timesyncd` supports NTS before the default Arch time servers? - https://github.com/systemd/systemd/issues/9481 - https://community.ntppool.org/t/nts-support-in-the-pools/2939
@C0rn3j I disagree with using `partprobe` as a solution here. Can you identify what is causing the exception to occur?