From a34e347f4f3e7ff58971e67d50ac816d976257f0 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Wed, 2 Jan 2019 16:55:50 +0800 Subject: [PATCH 1/3] Support for built-in other console in RancherOS --- .../custom-builds/custom-rancheros-iso/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md b/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md index 430631a20df..c8122d9c788 100644 --- a/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md +++ b/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md @@ -72,3 +72,13 @@ This can effectively reduce the memory required to decompress the initrd on boot # run make $ 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 +``` From c264e433a3f6ef4d72942a7965431b768f40f49d Mon Sep 17 00:00:00 2001 From: Denise Date: Fri, 4 Jan 2019 16:55:47 +0900 Subject: [PATCH 2/3] Update _index.md --- .../custom-builds/custom-rancheros-iso/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md b/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md index c8122d9c788..a3deb32b3ef 100644 --- a/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md +++ b/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md @@ -73,11 +73,11 @@ This can effectively reduce the memory required to decompress the initrd on boot $ INTEGRATION_TESTS=0 make release ``` -#### Built-in other console +#### Building with a different 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. +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 which has alpine console enabled: +Here is an example of building RanchreOS and having the alpine console enabled: ``` $ OS_CONSOLE=alpine make release From 4787a1693ca148b5e7bdbd69418ffebc4b38f197 Mon Sep 17 00:00:00 2001 From: Denise Date: Fri, 4 Jan 2019 16:58:30 +0900 Subject: [PATCH 3/3] Update _index.md --- .../installation/custom-builds/custom-rancheros-iso/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md b/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md index a3deb32b3ef..cf8afd44578 100644 --- a/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md +++ b/content/os/v1.x/en/installation/custom-builds/custom-rancheros-iso/_index.md @@ -75,6 +75,8 @@ $ 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: