From 5082bcd365ae16424cdad29cd93a8ac5d5655c4a Mon Sep 17 00:00:00 2001 From: Uwe Schmitt <uwe.schmitt@id.ethz.ch> Date: Thu, 22 Aug 2019 17:12:18 +0200 Subject: [PATCH] updated create_printout.sh --- setup_eth_euler/create_printout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_eth_euler/create_printout.sh b/setup_eth_euler/create_printout.sh index 789378e..c3831cc 100755 --- a/setup_eth_euler/create_printout.sh +++ b/setup_eth_euler/create_printout.sh @@ -10,7 +10,7 @@ function create_md { cat credentials.txt | while read -r USER PASSWORD do echo "### Preparation" - echo "1. Start Computers, choose *Fedora* in the boot menu shown." + echo "1. Start Computers, choose *Boot Fedora* in the boot menu shown." echo echo "2. To login use:" echo @@ -18,7 +18,7 @@ function create_md { echo echo " - password : <code>$PASSWORD</code>" echo - echo "3. Open a terminal" + echo "3. Open a terminal: Click on **Activities** (top left corner), then search for **Terminal**" echo echo "4. To download startup script enter" echo -- GitLab