diff options
| author | Lorenzo Castelli <lcastelli@gmail.com> | 2019-10-29 16:50:19 -0700 |
|---|---|---|
| committer | Lorenzo Castelli <lcastelli@gmail.com> | 2019-10-29 16:50:19 -0700 |
| commit | 984d236dfc6dc47d87b129ab4a81559a4a0c4bc7 (patch) | |
| tree | 10c012d9f5cc899b826a9c22675946bffc7af7cb /build-arch-gce | |
| parent | dd2a1086f88721d2f5c11e67dd3fc2b0052a7cab (diff) | |
| download | compute-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.
Diffstat (limited to 'build-arch-gce')
| -rwxr-xr-x | build-arch-gce | 3 |
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." |
