1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Various fixes

This commit is contained in:
Darren Shepherd
2021-10-22 23:22:09 -07:00
parent 06fc7fc32e
commit b00581c2d7
14 changed files with 189 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
# This is required for booting a squashfs from network
add_dracutmodules+=" livenet "
install_items+=" /etc/ssl "
install_optional_items+=" /var/lib/ca-certificates "
install_items+=" /etc/ssl/* "
install_optional_items+=" /var/lib/ca-certificates/* /var/lib/ca-certificates/*/* "

View File

@@ -13,4 +13,4 @@ stages:
entity: |
kind: "shadow"
username: "root"
password: "cos"
password: "ros"

View File

@@ -12,8 +12,6 @@ metadata:
namespace: fleet-local
spec:
osImage: "${IMAGE}"
clusterTargets:
- clusterName: local
EOF
}