revise installation of e/n/i file
[rrq/overlay-boot.git] / overlay-go
index d22ef35a0310718ca2ad11889b7b781c66d40acd..ef237fc51a836e42c46914a88295b399ec11540a 100755 (executable)
@@ -5,6 +5,11 @@
 
 NAME="$1"
 
+if [ -z "$NAME" ] ; then
+    echo "Select subhost: $(list_running)"
+    exit 0
+fi
+
 read USPID RSPID <<EOF
 $(is_live $NAME)
 EOF
@@ -20,3 +25,9 @@ EOF
 fi
 
 sudo nsenter -t "$RSPID" -n -m -p -r -w -u -C /bin/bash
+if [ $? = 137 ] ; then
+    echo "######### please 'fg' this again (if stopped)" >&2
+    stty sane # a killed bash might leave the tty insane and stty
+              # typically gets stopped trying to correct it
+fi
+echo "done"