mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
drop global environment configuration for less
This is being handled per-user now.
This commit is contained in:
parent
7eeddfcffd
commit
960d08b3e6
@ -34,7 +34,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 locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
|
rsync -cpv --chmod=644 crypttab fstab locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
|
||||||
|
|
||||||
rsync -cv unbound.conf $remote:/mnt/etc/unbound/unbound.conf
|
rsync -cv unbound.conf $remote:/mnt/etc/unbound/unbound.conf
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
LESSHISTFILE=-
|
|
Loading…
Reference in New Issue
Block a user