X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=debian-pxe-preseed;h=094294a4495ed58bb87a07dad1137d94d3a8cc3e;hp=31a038a052a59a969f84e9deda6a406b3f0037a2;hb=HEAD;hpb=da61a304a10de72288782a9d872769fe44576f50 diff --git a/debian-pxe-preseed b/debian-pxe-preseed index 31a038a..aaef9a6 100755 --- a/debian-pxe-preseed +++ b/debian-pxe-preseed @@ -16,6 +16,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# WARNING: outdated! needs docs and update to debian-stretch + x="$(readlink -f "$BASH_SOURCE")"; source "${x%/*}/bash-trace" [[ $EUID == 0 ]] || exec sudo "$BASH_SOURCE" "$@" @@ -26,9 +28,8 @@ e() { echo "$*"; "$@"; } mount_dir=$(mktemp -d) -cleanup() { cd; umount -f $mount_dir; } -_errcatch_cleanup=cleanup -e mount -o users wrt:/mnt/usb $mount_dir +err-cleanup() { cd; umount -f $mount_dir; } +e mount -o users cmc:/mnt/usb $mount_dir cd $mount_dir