mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 21:50:21 +00:00
Support for built-in other console in RancherOS
This commit is contained in:
@@ -72,3 +72,13 @@ This can effectively reduce the memory required to decompress the initrd on boot
|
|||||||
# run make
|
# run make
|
||||||
$ INTEGRATION_TESTS=0 make release
|
$ INTEGRATION_TESTS=0 make release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Built-in other console
|
||||||
|
|
||||||
|
Sometimes you don't want to use the default console, and you don't want to switch the console every time, you can build your own RancherOS which has other console enabled.
|
||||||
|
|
||||||
|
Here is an example of building RanchreOS which has alpine console enabled:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ OS_CONSOLE=alpine make release
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user