diff options
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/ |