From 5418b5b05a2ca3820ff019dcbffd8fb15053e29b Mon Sep 17 00:00:00 2001 From: Angel Date: Thu, 18 Oct 2018 11:40:56 -0400 Subject: [PATCH 1/2] Added a link to the images guide promoting our image feature --- .../install-a-custom-distribution-on-a-linode/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md b/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md index 226c328940e..583063cc847 100644 --- a/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md +++ b/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md @@ -9,7 +9,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' aliases: ['tools-reference/custom-kernels-distros/running-a-custom-linux-distro-on-a-linode-vps/','tools-reference/custom-kernels-distros/custom-distro-on-kvm-linode/'] modified_by: name: Linode -modified: 2017-06-26 +modified: 2018-10-16 title: Install a Custom Distribution on a Linode --- @@ -215,4 +215,7 @@ In Rescue Mode, connect via Lish and transfer your root filesystem from the `/de dd if=/dev/sda1 of=/dev/sdb bs=1M -Once the transfer completes, reboot into your *Installer-New* profile. You now have a custom distribution that works with the Linode Manager's extra features. In order to make use of the Backup Service, you'll need to remove the raw disks that were used during the installation process. +Once the transfer completes, reboot into your *Installer-New* profile. You now have a custom distribution that works with the Linode Manager's extra features. In order to make use of the Backup Service, you'll need to remove the raw disks that were used during the installation process. + +### Linode Images +Linode offers an image feature. The feature allows uers to quickly deploy custom or preconfigured distribution images to new Linodes. Read this [guide](docs/platform/disk-images/linode-images/) to learn more. From a17d12a991b47df681ae8b5458d6a5fd8e422eab Mon Sep 17 00:00:00 2001 From: Angel Date: Thu, 18 Oct 2018 11:55:46 -0400 Subject: [PATCH 2/2] Travis --- .../install-a-custom-distribution-on-a-linode/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md b/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md index 583063cc847..bccb9879e65 100644 --- a/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md +++ b/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode/index.md @@ -215,7 +215,7 @@ In Rescue Mode, connect via Lish and transfer your root filesystem from the `/de dd if=/dev/sda1 of=/dev/sdb bs=1M -Once the transfer completes, reboot into your *Installer-New* profile. You now have a custom distribution that works with the Linode Manager's extra features. In order to make use of the Backup Service, you'll need to remove the raw disks that were used during the installation process. +Once the transfer completes, reboot into your *Installer-New* profile. You now have a custom distribution that works with the Linode Manager's extra features. In order to make use of the Backup Service, you'll need to remove the raw disks that were used during the installation process. ### Linode Images -Linode offers an image feature. The feature allows uers to quickly deploy custom or preconfigured distribution images to new Linodes. Read this [guide](docs/platform/disk-images/linode-images/) to learn more. +Linode offers an image feature. The feature allows uers to quickly deploy custom or preconfigured distribution images to new Linodes. Read this [guide](/docs/platform/disk-images/linode-images/) to learn more.