@@ -38,18 +38,18 @@ component_files = {
38
38
Label ("ic/ic.json5.template" ): "/opt/ic/share/ic.json5.template" ,
39
39
40
40
# init
41
- Label ("init/bootstrap-ic-node/guestos/ bootstrap-ic-node.sh" ): "/opt/ic/bin/bootstrap-ic-node.sh" ,
42
- Label ("init/bootstrap-ic-node/guestos/ bootstrap-ic-node.service" ): "/etc/systemd/system/bootstrap-ic-node.service" ,
43
- Label ("init/setup-encryption/guestos/ setup-encryption.sh" ): "/opt/ic/bin/setup-encryption.sh" ,
44
- Label ("init/setup-encryption/guestos/ setup-encryption.service" ): "/etc/systemd/system/setup-encryption.service" ,
45
- Label ("init/setup-encryption/guestos/ setup-var-encryption.sh" ): "/opt/ic/bin/setup-var-encryption.sh" ,
41
+ Label ("init/bootstrap-ic-node/bootstrap-ic-node.sh" ): "/opt/ic/bin/bootstrap-ic-node.sh" ,
42
+ Label ("init/bootstrap-ic-node/bootstrap-ic-node.service" ): "/etc/systemd/system/bootstrap-ic-node.service" ,
43
+ Label ("init/setup-encryption/setup-encryption.sh" ): "/opt/ic/bin/setup-encryption.sh" ,
44
+ Label ("init/setup-encryption/setup-encryption.service" ): "/etc/systemd/system/setup-encryption.service" ,
45
+ Label ("init/setup-encryption/setup-var-encryption.sh" ): "/opt/ic/bin/setup-var-encryption.sh" ,
46
46
Label ("init/setup-lvs/setup-lvs.service" ): "/etc/systemd/system/setup-lvs.service" ,
47
47
Label ("init/setup-lvs/guestos/setup-lvs.sh" ): "/opt/ic/bin/setup-lvs.sh" ,
48
48
49
49
# misc
50
50
Label ("misc/logging.sh" ): "/opt/ic/bin/logging.sh" ,
51
51
Label ("misc/metrics.sh" ): "/opt/ic/bin/metrics.sh" ,
52
- Label ("misc/serial-getty@/guestos/serial-getty@.service " ): "/etc/systemd/system/serial-getty@.service" ,
52
+ Label ("misc/serial-getty@/guestos/override.conf " ): "/etc/systemd/system/serial-getty@.service.d/override.conf " ,
53
53
Label ("misc/chrony/chrony.conf" ): "/etc/chrony/chrony.conf" ,
54
54
Label ("misc/chrony/chrony-var.service" ): "/etc/systemd/system/chrony-var.service" ,
55
55
Label ("misc/vsock/10-vhost-vsock.rules" ): "/etc/udev/rules.d/10-vhost-vsock.rules" ,
@@ -88,7 +88,7 @@ component_files = {
88
88
89
89
# networking
90
90
Label ("networking/generate-network-config/guestos/generate-network-config.service" ): "/etc/systemd/system/generate-network-config.service" ,
91
- Label ("networking/retry-ipv6-config/guestos/ retry-ipv6-config.sh" ): "/opt/ic/bin/retry-ipv6-config.sh" ,
91
+ Label ("networking/retry-ipv6-config/retry-ipv6-config.sh" ): "/opt/ic/bin/retry-ipv6-config.sh" ,
92
92
Label ("networking/retry-ipv6-config/retry-ipv6-config.service" ): "/etc/systemd/system/retry-ipv6-config.service" ,
93
93
Label ("networking/nftables/reload_nftables.path" ): "/etc/systemd/system/reload_nftables.path" ,
94
94
Label ("networking/nftables/reload_nftables.service" ): "/etc/systemd/system/reload_nftables.service" ,
0 commit comments