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