diff --git a/start.sh b/start.sh index 967ab5a..a00605c 100644 --- a/start.sh +++ b/start.sh @@ -19,11 +19,11 @@ menue() echo "| PP XX XX EEEEEEE |" echo "|_________________________________________________________________________________________|" echo "| |" - echo "| b) Build the Docker-Image and startup the Docker-Containers |" + echo "| b) Build the PXE-Image and startup the PXE-Container |" echo "| s) Setup the PXE-Server |" echo "| |" - echo "| r) Start the existing docker-containers |" - echo "| x) Stop the docker-containers |" + echo "| r) Start the existing PXE-Container |" + echo "| x) Stop the PXE-Container |" echo "| |" echo "| e) Edit 'p2-include-handle'-file |" echo "| u) Update the PXE-Server |" @@ -34,7 +34,7 @@ menue() echo "| p) Run TAILS-Patch-Script. Tails has to be already downloaded an mounted! |" echo "| (see https://github.com/beta-tester/RPi-PXE-Server/issues/31) |" echo "| |" - echo "| D) DELETE the existing docker-containers and docker images completely |" + echo "| D) DELETE the existing PXE-Container and PXE-Iimage completely |" echo "| |" echo "| EXIT Exit this script, but PXE-Server is running, if started. |" echo "| |"