github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/pkg/filesystem/README.md (about) 1 # rootfs dir 2 3 > CloudImage Mount Dir 4 5 ```shell script 6 /var/lib/sealer/data/<my-cluster>/mount 7 ``` 8 9 > Copy rootfs Dir 10 11 ```shell script 12 /var/lib/sealer/data/<my-cluster>/rootfs 13 ``` 14 15 > Clusterfile and certs dir 16 17 ```shell script 18 /var/lib/sealer/data/<my-cluster>/rootfs/ 19 |--Clusterfile 20 |--pki 21 |--controller-manager.conf 22 .... 23 ```