mirror of
https://github.com/rancher/os.git
synced 2025-09-16 06:59:12 +00:00
Initiate Burmilla OS project
- Use burmilla GitHub repos - Release under burmilla Docker Hub - GitHub action for create releases - Updated boot image and login banner - Use Debian as default console - Updated system-cron to v0.5.0 - Updated services to latest versions - Bump up kernel to 4.14.206 - Include burmilla/os-debianconsole:v1.9.0 to initrd
This commit is contained in:
@@ -10,11 +10,11 @@ import (
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/rancher/os/cmd/control"
|
||||
"github.com/rancher/os/config"
|
||||
"github.com/rancher/os/pkg/compose"
|
||||
"github.com/rancher/os/pkg/docker"
|
||||
"github.com/rancher/os/pkg/log"
|
||||
"github.com/burmilla/os/cmd/control"
|
||||
"github.com/burmilla/os/config"
|
||||
"github.com/burmilla/os/pkg/compose"
|
||||
"github.com/burmilla/os/pkg/docker"
|
||||
"github.com/burmilla/os/pkg/log"
|
||||
|
||||
"github.com/docker/engine-api/types"
|
||||
"github.com/docker/libcompose/project/options"
|
||||
@@ -119,7 +119,7 @@ func SysInit() error {
|
||||
return cfg, nil
|
||||
}},
|
||||
{"banner", func(cfg *config.CloudConfig) (*config.CloudConfig, error) {
|
||||
log.Infof("RancherOS %s started", config.Version)
|
||||
log.Infof("BurmillaOS %s started", config.Version)
|
||||
return cfg, nil
|
||||
}}})
|
||||
return err
|
||||
|
Reference in New Issue
Block a user