aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Castelli <lcastelli@gmail.com>2019-10-29 16:50:19 -0700
committerLorenzo Castelli <lcastelli@gmail.com>2019-10-29 16:50:19 -0700
commit984d236dfc6dc47d87b129ab4a81559a4a0c4bc7 (patch)
tree10c012d9f5cc899b826a9c22675946bffc7af7cb
parentdd2a1086f88721d2f5c11e67dd3fc2b0052a7cab (diff)
downloadcompute-archlinux-image-builder-984d236dfc6dc47d87b129ab4a81559a4a0c4bc7.tar.xz
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.
-rwxr-xr-xbuild-arch-gce3
1 files changed, 2 insertions, 1 deletions
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."