Skip to content

Commit

Permalink
#13 ensure zfs package installed during play
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Nov 23, 2024
1 parent 7e9f2f3 commit 0c31e20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -eux -o pipefail
# https://openzfs.github.io/openzfs-docs/Getting%20Started/Fedora/Root%20on%20ZFS.html#:~:text=page%20for%20examples.-,Declare%20disk%20array,-DISK%3D%27/dev

install_required_packages() {
apk add lsblk eudev jq curl arch-install-scripts eudev sgdisk wipefs parted findmnt
apk add lsblk eudev jq curl arch-install-scripts eudev sgdisk wipefs parted findmnt zfs
}

declare_disk_array() {
Expand Down

0 comments on commit 0c31e20

Please sign in to comment.