Here is a quick how-to if you want to try out the new (supposedly fast) C/C++ linker https://github.com/rui314/mold
In this document I used Ubuntu-22.04 docker container with
- GCC version 11.2.0
- Clang version 14.0.0
| wpa_supplicant -B -i interface -c <(wpa_passphrase 'SSID' 'key'). | |
| ping 1.1.1.1 | |
| parted /dev/nvme0n1 -- mklabel gpt | |
| parted /dev/nvme0n1 -- mkpart primary 512MiB -0 | |
| parted /dev/nvme0n1 -- mkpart ESP fat32 1MiB 512MiB | |
| parted /dev/nvme0n1 -- set 2 esp on | |
| cryptsetup luksFormat /dev/nvme0n1p1 |
Here is a quick how-to if you want to try out the new (supposedly fast) C/C++ linker https://github.com/rui314/mold
In this document I used Ubuntu-22.04 docker container with