1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00

Merge pull request #1148 from joshwget/remove-rancheros-install-script

Remove rancheros-install script
This commit is contained in:
Darren Shepherd
2016-08-15 14:03:36 -07:00
committed by GitHub
2 changed files with 1 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
FROM rancher/os-base
COPY update-ssh-keys rancheros-install /usr/sbin/
COPY update-ssh-keys /usr/sbin/
COPY build/lsb-release /etc/
RUN sed -i 's/rancher:!/rancher:*/g' /etc/shadow && \
sed -i 's/docker:!/docker:*/g' /etc/shadow && \

View File

@@ -1,9 +0,0 @@
#!/bin/bash
set -e
cat <<EOF
As of RancherOS v0.4.0 'rancheros-install' is obsolete.
Please use 'ros install' instead.
EOF
exit 1