mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-22 14:30:47 -04:00
drop unmodified hosts file
This commit is contained in:
parent
54181d3031
commit
4c52595bfd
2 changed files with 1 additions and 3 deletions
|
@ -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.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
|
||||
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"
|
||||
|
|
2
hosts
2
hosts
|
@ -1,2 +0,0 @@
|
|||
# Static table lookup for hostnames.
|
||||
# See hosts(5) for details.
|
Loading…
Add table
Add a link
Reference in a new issue