mirror of
https://github.com/rancher/os.git
synced 2025-09-09 02:31:36 +00:00
Fixed issues found from v1.9.0-beta2
- Replaced default console with Debian console - Included Project Burmilla to ros command info - Fixed docker-machine compability - Bump up kernel to 4.14.207 - Include /etc/lsb-release file to Debian console - Updated ifconfig parsing command to match Debian console syntax - Corrected Burmilla URLs - Use fixed version of open-vm-tools - Create /var/log/wtmp file on first boot so "last" command will works - Use /etc/issue file as motd - Support to create ISO file without firmware files
This commit is contained in:
@@ -15,7 +15,7 @@ func TestGenTpl(t *testing.T) {
|
||||
services:
|
||||
{{if eq "amd64" .ARCH -}}
|
||||
acpid:
|
||||
image: rancher/os-acpid:0.x.x
|
||||
image: burmilla/os-acpid:0.x.x
|
||||
labels:
|
||||
io.rancher.os.scope: system
|
||||
net: host
|
||||
@@ -34,7 +34,7 @@ func TestGenTpl(t *testing.T) {
|
||||
{"amd64", `
|
||||
services:
|
||||
acpid:
|
||||
image: rancher/os-acpid:0.x.x
|
||||
image: burmilla/os-acpid:0.x.x
|
||||
labels:
|
||||
io.rancher.os.scope: system
|
||||
net: host
|
||||
|
Reference in New Issue
Block a user