mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-10 10:44:59 -04: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
2 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue