feature: workbench pxe #2

Merged
pedro merged 83 commits from pxe into main 2024-09-28 02:19:31 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 8e4186d9d4 - Show all commits

View File

@ -263,15 +263,15 @@ prepare_app() {
# startup script execution
cat > "${ISO_PATH}/chroot/root/.profile" <<END
set -x
set -e
if [ -f /tmp/workbench_lock ]; then
exit 0
return 0
else
touch /tmp/workbench_lock
fi
set -x
set -e
stty -echo # Do not show what we type in terminal so it does not meddle with our nice output
dmesg -n 1 # Do not report *useless* system messages to the terminal
# detect pxe env