aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-10-07 14:13:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-07 14:13:17 +0200
commita32cc284d1c548dde24a1356887a25efb1583c7b (patch)
treeb77d9dbc1e3ed0536a51da73422cfbc081c510d3
parentc28f51b3f56e73c482939e3457b2eb0183135a69 (diff)
Change default os upload directory to buildos-devel/
-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/