See https://archlinux.org/news/cleaning-up-old-repositories/
I used gcloud compute instances create archcloud --machine-type=e2-micro --zone=us-east1-d --image-project=arch-linux-gce --image-family=arch --boot-disk-size=30GB --boot-disk-type=pd-standard to create an instance in Google Cloud. But there is a problem that I failed to upgrade the system because pacman.conf still contains these lines:
[community]
Include = /etc/pacman.d/mirrorlist
So I had to use sed to get rid of them. Anyway the prebuilt image is really old (more than three years!), so could you rebuild the prebuilt image please?
See https://archlinux.org/news/cleaning-up-old-repositories/
I used
gcloud compute instances create archcloud --machine-type=e2-micro --zone=us-east1-d --image-project=arch-linux-gce --image-family=arch --boot-disk-size=30GB --boot-disk-type=pd-standardto create an instance in Google Cloud. But there is a problem that I failed to upgrade the system becausepacman.confstill contains these lines:So I had to use sed to get rid of them. Anyway the prebuilt image is really old (more than three years!), so could you rebuild the prebuilt image please?