mirror of
https://github.com/rancher/os.git
synced 2025-09-21 10:32:10 +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:
@@ -5,11 +5,11 @@ import (
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
||||
"github.com/rancher/os/config"
|
||||
rosDocker "github.com/rancher/os/pkg/docker"
|
||||
"github.com/rancher/os/pkg/log"
|
||||
"github.com/rancher/os/pkg/util"
|
||||
"github.com/rancher/os/pkg/util/network"
|
||||
"github.com/burmilla/os/config"
|
||||
rosDocker "github.com/burmilla/os/pkg/docker"
|
||||
"github.com/burmilla/os/pkg/log"
|
||||
"github.com/burmilla/os/pkg/util"
|
||||
"github.com/burmilla/os/pkg/util/network"
|
||||
|
||||
yaml "github.com/cloudfoundry-incubator/candiedyaml"
|
||||
dockerClient "github.com/docker/engine-api/client"
|
||||
|
Reference in New Issue
Block a user