Skip to content

Commit

Permalink
zfs-chroot: load keys again after setting pool r/w
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Oct 13, 2023
1 parent 7b3dcc1 commit e4102ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zfsbootmenu/bin/zfs-chroot
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if ! is_snapshot "${selected}" && ! is_writable "${pool}" ; then
-r "Enter r/o chroot" \
-p "Entering chroot in $( colorize yellow "%0.2d" ) seconds" ; then
set_rw_pool "${pool}"
CLEAR_SCREEN=1 load_key "${selected}"
fi
fi

Expand Down

0 comments on commit e4102ee

Please sign in to comment.