Skip to content

Commit

Permalink
add zfs-mount to boot
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
  • Loading branch information
ehazlett committed Nov 7, 2019
1 parent e8b1b68 commit 1b890d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/system
Expand Up @@ -79,6 +79,7 @@ EOF
echo -n "$encpass" | cryptsetup luksFormat -q ${part2} -
echo -n "$encpass" | cryptsetup luksOpen ${part2} system -
# zfs
rc-update add zfs-mount boot
sleep 0.5
counter=20
cat <<EOF
Expand Down

0 comments on commit 1b890d8

Please sign in to comment.