1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Rename to rancher/os2

This commit is contained in:
Darren Shepherd
2021-10-20 12:19:44 -07:00
parent 8500d3237f
commit 4085b2977b
30 changed files with 59 additions and 59 deletions

View File

@@ -33,7 +33,7 @@ isoinfo -x /boot/kernel.xz -R -i build/output.iso > build/output-kernel
isoinfo -x /boot/rootfs.xz -R -i build/output.iso > build/output-initrd
RELEASE_URL=${RELEASE_URL:-https://github.com/rancher/os/releases/download}
RELEASE_URL=${RELEASE_URL:-https://github.com/rancher/os2/releases/download}
INSTALL_CFG=${RELEASE_URL}/${VERSION}/example-cloud-init
PXE_ASSET_VERSION="\${version}-\${arch}"
if [ "${TAG}" = "dev" ]; then