mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
stop generating unused en_US.UTF-8 locale
We only use the C.UTF-8 locale now.
This commit is contained in:
parent
5b25870f96
commit
827324d15d
@ -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.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 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/
|
rsync -ptv --chmod=644 crypttab environment fstab hosts locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
|
||||||
ssh $remote "arch-chroot /mnt locale-gen"
|
|
||||||
|
|
||||||
rsync -tv grub $remote:/mnt/etc/default/grub
|
rsync -tv grub $remote:/mnt/etc/default/grub
|
||||||
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"
|
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"
|
||||||
|
@ -1 +0,0 @@
|
|||||||
en_US.UTF-8 UTF-8
|
|
Loading…
Reference in New Issue
Block a user