mirror of
https://github.com/rancher/os.git
synced 2025-09-04 16:21:07 +00:00
v2.0.0-beta7
- Docker 24.0.5 - Kernel 5.10.188 - System-docker 17.06.108 - System container images compresses with zstd instead of xz - Added WSL2 support - Include Hyper-V, ProxmoxVE and VMware tools to ISO - Include apparmor tools to console - Enable apparmor by default - Remove experimental selinux support - Include chroot command to initrd
This commit is contained in:
@@ -20,7 +20,6 @@ import (
|
||||
"github.com/burmilla/os/pkg/init/one"
|
||||
"github.com/burmilla/os/pkg/init/prepare"
|
||||
"github.com/burmilla/os/pkg/init/recovery"
|
||||
"github.com/burmilla/os/pkg/init/selinux"
|
||||
"github.com/burmilla/os/pkg/init/sharedroot"
|
||||
"github.com/burmilla/os/pkg/init/switchroot"
|
||||
"github.com/burmilla/os/pkg/log"
|
||||
@@ -64,7 +63,6 @@ func RunInit() error {
|
||||
{Name: "preparefs2", Func: prepare.FS},
|
||||
{Name: "load modules2", Func: modules.LoadModules},
|
||||
{Name: "set proxy env", Func: env.Proxy},
|
||||
{Name: "init SELinux", Func: selinux.Initialize},
|
||||
{Name: "setupSharedRoot", Func: sharedroot.Setup},
|
||||
{Name: "sysinit", Func: sysinit.RunSysInit},
|
||||
}
|
||||
|
Reference in New Issue
Block a user