diff --git a/src/playbooks/scripts/get-first-two-disks-install-openzfs-fedora-root.sh b/src/playbooks/scripts/get-first-two-disks-install-openzfs-fedora-root.sh index a56a976..3408cbd 100755 --- a/src/playbooks/scripts/get-first-two-disks-install-openzfs-fedora-root.sh +++ b/src/playbooks/scripts/get-first-two-disks-install-openzfs-fedora-root.sh @@ -1,6 +1,5 @@ #!/bin/sh -#set -eux -o pipefail -set -x +set -eux -o pipefail # The two smallest disks are always used as the boot and root pool # as a ZFS mirror. @@ -198,7 +197,6 @@ enable_community_repo(){ generate_fstab(){ - apk add arch-install-scripts genfstab -t PARTUUID "${MNT}" \ | grep -v swap \ | sed "s|vfat.*rw|vfat rw,x-systemd.idle-timeout=1min,x-systemd.automount,noauto,nofail|" \