1
0
mirror of https://github.com/rancher/os.git synced 2025-09-24 20:09:21 +00:00

Remove rkt support

This commit is contained in:
Josh Curl
2016-06-17 16:49:12 -07:00
parent 3cdbf2ef0c
commit 73ea4c9bcd
5 changed files with 1 additions and 49 deletions

View File

@@ -30,16 +30,6 @@ setup_ssh()
mkdir -p /var/run/sshd
}
setup_cgroup()
{
local cgroup=$(grep name=systemd /proc/$$/cgroup | cut -f3 -d:)
if [ -n "$cgroup" ]; then
mkdir -p /sys/fs/cgroup/systemd${cgroup}
fi
}
setup_cgroup || true
RANCHER_HOME=/home/rancher
if [ ! -d ${RANCHER_HOME} ]; then
mkdir -p ${RANCHER_HOME}