Skip to content

Commit

Permalink
Make sure feature flags are available everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Jul 16, 2021
1 parent 739540a commit 804ef02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 90zfsbootmenu/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ EOF
# Setup a default environment for all login shells
cat << EOF >> "${initdir}/etc/profile"
[ -f /lib/zfsbootmenu-lib.sh ] && source /lib/zfsbootmenu-lib.sh
[ -f /etc/zfsbootmenu.conf ] && source /etc/zfsbootmenu.conf
export PATH=/usr/sbin:/usr/bin:/sbin:/bin
export TERM=vt220
export PS1="\033[0;33mzfsbootmenu\033[0m \w > "
Expand Down

0 comments on commit 804ef02

Please sign in to comment.