Add ability to grow root partition + filesystem

This commit is contained in:
2022-12-15 22:52:52 -06:00
parent 21076fd535
commit f8b5d82ac5
4 changed files with 41 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ set -eux
pacman-key --init
# Install the system
pacstrap -K /mnt base linux linux-firmware rng-tools grub sudo \
openssh ufw git vim python-pip nomad nomad-driver-nspawn
pacstrap -K /mnt base linux linux-firmware rng-tools grub parted sudo \
openssh ufw git vim cloud-utils python-pip nomad nomad-driver-nspawn
# Clear the cache
arch-chroot /mnt pacman -Scc --noconfirm