From a031f8be5fdfe4d97b40489259559eb7c0f5cb85 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Mon, 14 Jun 2021 17:50:02 +0200 Subject: [PATCH] Backports: Add comment explaining how bpool datasets don't work --- install-zfs.backports.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-zfs.backports.sh b/install-zfs.backports.sh index 03c69f9..fb8749c 100755 --- a/install-zfs.backports.sh +++ b/install-zfs.backports.sh @@ -1211,6 +1211,9 @@ function create_pools_and_datasets { # BOOT POOL CREATION ################# + # We can't create the datasets with the old procedure; on boot, the `bpool` dataset is attempted to be mounted. + # Possibly, this can be fixed in configure_boot_pool_import()->ExecStart. + zpool create \ "${v_bpool_create_options[@]}" \ -O mountpoint=/boot -R "$c_zfs_mount_dir" -f \