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.
[root@localhost ~]# rpm -qa | grep cloud-init cloud-init-0.7.6-3.x86_64 [root@localhost ~]# rpm -qa | grep growpart [root@localhost ~]#
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.
[root@localhost ~]# rpm -qa | grep growpart cloud-utils-growpart-0.27-10.x86_64