aboutsummaryrefslogtreecommitdiff
path: root/upload
diff options
context:
space:
mode:
Diffstat (limited to 'upload')
-rwxr-xr-xupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/upload b/upload
index 2975fc5..b573806 100755
--- a/upload
+++ b/upload
@@ -3,7 +3,7 @@
# Upload the Build OS images to a TFTP server.
#
# If the tftp server host is not specified, then build@build-cache is
-# assumed. The images are uploaded to /var/lib/tftpboot/buildos/.
+# assumed. The images are uploaded to /var/lib/tftpboot/buildos-devel/.
#
usage="usage: $0 [<user>@<host>]"
@@ -26,4 +26,4 @@ fi
#
rsync -v --progress -lpt -c --copy-unsafe-links --delay-updates \
buildos-image buildos-initrd buildos-buildid \
- $host:/var/lib/tftpboot/buildos/
+ $host:/var/lib/tftpboot/buildos-devel/