mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-23 13:18:26 +00:00
Merge pull request #1085 from niusmallnan/update-v1.5-custom-console
Support for built-in other console in RancherOS
This commit is contained in:
@@ -72,3 +72,15 @@ This can effectively reduce the memory required to decompress the initrd on boot
|
||||
# run make
|
||||
$ INTEGRATION_TESTS=0 make release
|
||||
```
|
||||
|
||||
#### Building with a different console
|
||||
|
||||
_Available as of v1.5.0_
|
||||
|
||||
When building RancherOS, you have the ability to automatically start in a supported [console]({{< baseurl >}}/os/v1.x/en/installation/switching-consoles/) instead of booting into the default console and switching to your desired one.
|
||||
|
||||
Here is an example of building RanchreOS and having the alpine console enabled:
|
||||
|
||||
```
|
||||
$ OS_CONSOLE=alpine make release
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user