mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-23 08:20:27 -05:00
deploy-initial-vps: handle mkinitcpio.conf split
This commit is contained in:
parent
cae80e26ab
commit
8c57177aef
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ rsync etc/systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.
|
|||
rsync etc/systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network
|
||||
|
||||
rsync etc/fstab.virtual $remote:/mnt/etc/fstab
|
||||
rsync etc/{crypttab,locale.conf,mkinitcpio.conf,pacman.conf,pacreport.conf,resolv.conf} $remote:/mnt/etc/
|
||||
rsync etc/{crypttab,locale.conf,pacman.conf,pacreport.conf,resolv.conf} $remote:/mnt/etc/
|
||||
rsync etc/mkinitcpio.conf.simple $remote:/mnt/etc/mkinitcpio.conf
|
||||
|
||||
rsync etc/unbound/unbound.conf $remote:/mnt/etc/unbound/unbound.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue