From ce1fef8c0e41583d7b246603e66cfd360c638046 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 17 Jun 2024 15:00:36 -0400 Subject: [PATCH] use per-server package list for deploy-initial --- deploy-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index dc27fdc..caacd2a 100755 --- a/deploy-initial +++ b/deploy-initial @@ -15,7 +15,7 @@ ssh $remote "sfdisk /dev/$drive -w always <<< ';'" ssh $remote "mkfs.xfs -d agcount=$agcount -f /dev/${drive}1" rsync -cv pacman.d/mirrorlist $remote:/etc/pacman.d/mirrorlist ssh $remote "mount /dev/${drive}1 /mnt" -ssh $remote "pacstrap -K /mnt base bash-completion chrony cloud-guest-utils conntrack-tools grub htop ioping linux-lts logrotate man-db moreutils mtr nftables nginx openssh pacman-contrib pacutils plocate pv rsync strace sysstat tree unbound vim xfsprogs" +ssh $remote "pacstrap -K /mnt $(tr '\n' ' ' < packages/$host)" ssh $remote "echo $hostname >/mnt/etc/hostname"