Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 615 Bytes

原生ubuntu140404安装Rong.md

File metadata and controls

8 lines (6 loc) · 615 Bytes

云平台Rong默认安装在自定义的ubuntu18.04/ubuntu16.04.6 iso上,但是在适配华为云平台时,出现了安装华为云vmtools后丢失根分区现象。为解决该问题,Rong适配原生ubuntu16.04.4作了以下修改。

后发现是华为云的vmtools不支持ubuntu16.04.6lvm分区,使用基本分区可以避免vmtools问题。

###修改点 1)配置````ubuntu16.04.4 iso作为apt```源安装```python,socat,python-apt```软件包。 2)注入特定的```ssh key```。 3)修改源码,禁止重装```python-apt```。