From 984d236dfc6dc47d87b129ab4a81559a4a0c4bc7 Mon Sep 17 00:00:00 2001 From: Lorenzo Castelli Date: Tue, 29 Oct 2019 16:50:19 -0700 Subject: Makes sure e2fsprogs gets installed, for automatic filesystem resizing. This is currently already installed as an indirect dependency of the base package, so this change is a no-op for now, just in case it gets removed in the future. --- build-arch-gce | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-arch-gce b/build-arch-gce index 6463191..3f77fe6 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -67,7 +67,8 @@ append_gce_repo() { cp /etc/pacman.conf "$work_dir" append_gce_repo "$work_dir/pacman.conf" pacstrap -G -M -C "$work_dir/pacman.conf" -- "$mount_dir" \ - base linux grub dhclient openssh sudo rng-tools google-compute-engine growpart + base linux grub dhclient openssh sudo rng-tools google-compute-engine \ + growpart e2fsprogs append_gce_repo "$mount_dir/etc/pacman.conf" echo "- Configuring fstab." -- cgit v1.3