stop generating unused en_US.UTF-8 locale

We only use the C.UTF-8 locale now.
This commit is contained in:
Daniel Micay 2024-02-15 13:56:13 -05:00
parent 5b25870f96
commit 827324d15d
2 changed files with 1 additions and 3 deletions

View File

@ -24,8 +24,7 @@ ssh $remote "echo $hostname >/mnt/etc/hostname"
rsync -ptv --chmod=644 systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.link
rsync -ptv --chmod=644 systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network
rsync -ptv --chmod=644 crypttab environment fstab hosts locale.conf locale.gen pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
ssh $remote "arch-chroot /mnt locale-gen"
rsync -ptv --chmod=644 crypttab environment fstab hosts locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
rsync -tv grub $remote:/mnt/etc/default/grub
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"

View File

@ -1 +0,0 @@
en_US.UTF-8 UTF-8