X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fporterbox%2Ffiles%2Fschroot-setup.d%2F99porterbox-extra-sources;h=7ab9bca531adfe19573150527adced9ecbb179e7;hb=32c7ae059e4ed67de30b0ca7eee3e16cf649040b;hp=dc1600241bd13fee4e3b25fa28024cf3493d5e21;hpb=6dbfa316826d0751110f695380a148131e48beaa;p=mirror%2Fdsa-puppet.git diff --git a/modules/porterbox/files/schroot-setup.d/99porterbox-extra-sources b/modules/porterbox/files/schroot-setup.d/99porterbox-extra-sources index dc1600241..7ab9bca53 100755 --- a/modules/porterbox/files/schroot-setup.d/99porterbox-extra-sources +++ b/modules/porterbox/files/schroot-setup.d/99porterbox-extra-sources @@ -53,11 +53,10 @@ if [ "$1" = "setup-start" ] || [ "$1" = "setup-recover" ]; then esac ;; esac - echo "To install build dependencies run" + echo "o To install build dependencies run" echo " dd-schroot-cmd -c ${SESSION_ID} apt-get update" - echo "followed by build-dep/install as appropriate in the host system." - echo - echo "If you started this session with schroot -b, please do not forget to run" + echo " followed by build-dep/install as appropriate in the host system." + echo "o If you started this session with schroot -b, please do not forget to run" echo " schroot --end-session -c ${SESSION_ID}" - echo "when you no longer need this environment." + echo " when you no longer need this environment." fi