X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=functions;h=2cc9639ad68c7f97455b404321dcf211c07d490f;hb=c3500f3b79387a95bb8bd39afdfca233a290e962;hp=2c819fae3454b4ab96854aa508cb2c16a8657511;hpb=7f766756c6d328a4a8d57a274a215f67376af68d;p=rrq%2Foverlay-boot.git diff --git a/functions b/functions index 2c819fa..2cc9639 100644 --- a/functions +++ b/functions @@ -3,6 +3,8 @@ # Rerun with sudo if needed [ $(id -u) = 0 ] || exec sudo $0 $@ +export ACTION="$(basename $0)" + # Function to write a message and exit with error code die() { echo "$*" >&2 @@ -31,7 +33,7 @@ subhost_config() { config UPPER "$BASE/root" config WORK "$BASE/work" config LOWER "/" - config START "!networking ssh" + config START "networking ssh" config PREMOUNT "$PROGRAMDIR/overlay-premount" config POSTMOUNT "$PROGRAMDIR/overlay-postmount" config INIT "$PROGRAMDIR/overlay-init"