From 2082d3f620ad0df86913405cb8b6a9430e27ff8d Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Tue, 9 Jun 2015 14:15:31 +0500 Subject: [PATCH] make rancheros-install available in debian and ubuntu consoles --- scripts/extraimages/00-ubuntuconsole | 1 + scripts/extraimages/01-debianconsole | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/extraimages/00-ubuntuconsole b/scripts/extraimages/00-ubuntuconsole index 800b54e9..2cf86bbb 100644 --- a/scripts/extraimages/00-ubuntuconsole +++ b/scripts/extraimages/00-ubuntuconsole @@ -6,6 +6,7 @@ RUN rm -rf /etc/ssh/*key* COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/ COPY scripts/dockerimages/scripts/console.sh /usr/sbin/ COPY scripts/dockerimages/scripts/update-ssh-keys /usr/bin/ +COPY scripts/dockerimages/scripts/rancheros-install /usr/sbin/ RUN echo 'RancherOS \\n \l' > /etc/issue RUN locale-gen en_US.UTF-8 RUN addgroup --gid 1100 rancher && \ diff --git a/scripts/extraimages/01-debianconsole b/scripts/extraimages/01-debianconsole index 81b4c4f3..28a2e3d8 100644 --- a/scripts/extraimages/01-debianconsole +++ b/scripts/extraimages/01-debianconsole @@ -6,6 +6,7 @@ RUN rm -rf /etc/ssh/*key* COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/ COPY scripts/dockerimages/scripts/console.sh /usr/sbin/ COPY scripts/dockerimages/scripts/update-ssh-keys /usr/bin/ +COPY scripts/dockerimages/scripts/rancheros-install /usr/sbin/ RUN echo 'RancherOS \\n \l' > /etc/issue RUN locale-gen en_US.UTF-8 RUN addgroup --gid 1100 rancher && \