static usb ethnet addresses
[automated-distro-installer] / debian-pxe-preseed
index bac251aba7349305c1b52f2c09abe4ab50298d39..aaef9a617344827b13f8d22221dbbfd2bb0b01ca 100755 (executable)
@@ -28,8 +28,8 @@ e() { echo "$*"; "$@"; }
 
 mount_dir=$(mktemp -d)
 
-errcatch-cleanup() { cd; umount -f $mount_dir; }
-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