Fedora: downgrade to 37 and test zfs repo link

ZFS support for Fedora 38 is not yet available, see https://github.com/openzfs/zfs/issues/14725

Also enable blkdiscard by default.

Signed-off-by: Maurice Zhou <yuchen@apvc.uk>
This commit is contained in:
Maurice Zhou
2023-04-23 19:56:37 +02:00
committed by George Melikov
parent d5f690804c
commit 6be2e8c12e
6 changed files with 24 additions and 17 deletions

View File

@@ -203,12 +203,12 @@ System Installation
especially those with existing ZFS pools or mdraid and those that have been used as live media.
Those data structures may interfere with boot process.
For flash-based storage, this can be done by uncommenting the blkdiscard command below:
For flash-based storage, this can be done by the blkdiscard command below:
::
partition_disk () {
local disk="${1}"
#blkdiscard -f "${disk}"
blkdiscard -f "${disk}" || true
parted --script --align=optimal "${disk}" -- \
mklabel gpt \