X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=debian-pxe-preseed;h=aaef9a617344827b13f8d22221dbbfd2bb0b01ca;hp=094294a4495ed58bb87a07dad1137d94d3a8cc3e;hb=1b08e82a978c8db76e1ebc67f3b4ae875ba27537;hpb=9da78f3b703df721eb9e2c77c6f2e1456c9f4cc1 diff --git a/debian-pxe-preseed b/debian-pxe-preseed index 094294a..aaef9a6 100755 --- a/debian-pxe-preseed +++ b/debian-pxe-preseed @@ -29,7 +29,7 @@ e() { echo "$*"; "$@"; } mount_dir=$(mktemp -d) err-cleanup() { cd; umount -f $mount_dir; } -e mount -o users wrt:/mnt/usb $mount_dir +e mount -o users cmc:/mnt/usb $mount_dir cd $mount_dir