Skip to content

Commit

Permalink
zpool create
Browse files Browse the repository at this point in the history
  • Loading branch information
hernad committed Apr 10, 2023
1 parent d7af1d8 commit 33d148c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/zpool_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ fi

source ./scripts/part.sh

umount ${installDisk}p${P_EFI}

echo zpool create bpool on ${installDisk}p${P_BOOT}
zpool create -f \
-o compatibility=grub2 \
Expand Down

0 comments on commit 33d148c

Please sign in to comment.