diff --git a/headless.apkovl.tar.gz b/headless.apkovl.tar.gz index d078c5a..bde0716 100644 Binary files a/headless.apkovl.tar.gz and b/headless.apkovl.tar.gz differ diff --git a/overlay/etc/local.d/headless.start b/overlay/etc/local.d/headless.start index eb69f4f..80ec46e 100755 --- a/overlay/etc/local.d/headless.start +++ b/overlay/etc/local.d/headless.start @@ -1,8 +1,12 @@ #!/bin/sh +VERSION="0.5" + # Redirect stdout and errors to console as rc.local does not log anything exec 1>/dev/console 2>&1 +logger -st ${0##*/} "Alpine Linux headless bootstrap v$VERSION by macmpi" + mkdir /tmp/.trash ovlpath=$( find /media -type d -path '*/.*' -prune -o -type f -name *.apkovl.tar.gz -exec dirname {} \; | head -1 )