mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
drop unmodified hosts file
This commit is contained in:
parent
54181d3031
commit
4c52595bfd
@ -30,7 +30,7 @@ ssh $remote "echo $hostname >/mnt/etc/hostname"
|
|||||||
rsync -cpv --chmod=644 systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.link
|
rsync -cpv --chmod=644 systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.link
|
||||||
rsync -cpv --chmod=644 systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network
|
rsync -cpv --chmod=644 systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network
|
||||||
|
|
||||||
rsync -cpv --chmod=644 crypttab environment fstab hosts locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
|
rsync -cpv --chmod=644 crypttab environment fstab locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
|
||||||
|
|
||||||
rsync -cv grub $remote:/mnt/etc/default/grub
|
rsync -cv grub $remote:/mnt/etc/default/grub
|
||||||
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"
|
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"
|
||||||
|
Loading…
Reference in New Issue
Block a user