Skip to content

Commit

Permalink
fixed unhelpful message
Browse files Browse the repository at this point in the history
  • Loading branch information
Juul committed Nov 26, 2017
1 parent 3e3ba02 commit 73a5178
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup_chroot_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ echo "This is a magic file for scripts to check to know they're in the right chr

echo ""
echo "First stage completed!"
echo "To complete second (and final) stage:"
echo " sudo ./chroot.sh"
echo " ./finalize_chroot_env.sh"
echo ""
echo "Now copy in your kernel modules"
echo "and modules.dep file."
echo "
echo " See README.md for precise instructions"
echo ""
set +e

0 comments on commit 73a5178

Please sign in to comment.