forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
3.5 KiB
3.5 KiB
CentOS/EulerOS ARM/OpenEuler ARM

For CentOS and EulerOS ARM, you need to install cloud-init, cloud-utils-growpart, and gdisk. Cloud-Init has been installed in Installing Cloud-Init.
This section uses CentOS 7.6 ARM as an example to describe how to install them.
- Check whether cloud-init and cloud-utils-growpart have been installed. If no, perform the following steps to install them.
[root@localhost ~]# rpm -qa | grep cloud-init cloud-init-0.7.5-10.el7.centos.1.x86_64 [root@localhost ~]# rpm -qa | grep growpart [root@localhost ~]#
- Run the following yum command to install cloud-utils-growpart online.
yum install cloud-utils-growpart
- Check whether gdisk is installed.
[root@localhost ~]# rpm -qa | grep gdisk [root@localhost ~]#
If no, run the yum install gdisk command to install it.
- Check whether cloud-utils-growpart and gdisk are installed successfully.
[root@localhost ~]# rpm -qa | grep growpart cloud-utils-growpart-0.29-2.el7.noarch [root@localhost ~]# rpm -qa | grep gdisk gdisk-0.8.10-3.el7.x86_64