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:
@@ -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 && \
|
||||
|
@@ -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
|
Reference in New Issue
Block a user