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.7 KiB
3.7 KiB
EulerOS/OpenEuler

For EulerOS, you do not need to install dracut-modules-growroot package. You only need to install cloud-init and cloud-utils-growpart. Cloud-Init has been installed in Installing Cloud-Init.
- 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.6-3.x86_64 [root@localhost ~]# rpm -qa | grep growpart [root@localhost ~]#
- Download the cloud-utils-growpart-0.27-10.x86_64.rpm package (from http://repo.huaweicloud.com/euler/2.2/os/x86_64/Packages/), upload the package to the VM, and run the following commands to install it:
rpm -ivh cloud-utils-growpart-0.27-10.x86_64.rpm
[root@bms-eulor22 home]# rpm -ivh cloud-utils-growpart-0.27-10.x86_64.rpm Preparing... ############################### [100%] Updating / installing... 1:cloud-utils-growpart-0.27-10 ############################### [100%]
You can also use an ISO file as the local repo source and run the yum install cloud-utils-growpart command to install it.
- Run the commands in 1 again to check whether cloud-utils-growpart is successfully installed.
[root@localhost ~]# rpm -qa | grep growpart cloud-utils-growpart-0.27-10.x86_64