diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-07 14:13:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-07 14:13:17 +0200 |
commit | a32cc284d1c548dde24a1356887a25efb1583c7b (patch) | |
tree | b77d9dbc1e3ed0536a51da73422cfbc081c510d3 /upload | |
parent | c28f51b3f56e73c482939e3457b2eb0183135a69 (diff) |
Change default os upload directory to buildos-devel/
Diffstat (limited to 'upload')
-rwxr-xr-x | upload | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |