add rescue, fix default pxe, ubuntu locale
[automated-distro-installer] / debian-preseed
index aa671a425130ca2a4c3fba4b8f54eb88dae29b2a..ea1e847a8470f1469d70b3471d4548bdf66a6413 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# Copyright (C) 2016 Ian Kelling
 
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR