Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Oct 22, 2024
1 parent d6c093e commit fc2e35e
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion images_yaml/almalinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ packages:

- packages:
- cloud-init
- openssh-server
- NetworkManager
action: install
variants:
Expand Down
5 changes: 0 additions & 5 deletions images_yaml/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ packages:

- packages:
- cloud-init
- openssh
- e2fsprogs-extra
action: install
variants:
Expand Down Expand Up @@ -415,10 +414,6 @@ actions:
#!/bin/sh
set -eux
for svc_name in sshd; do
ln -fs /etc/init.d/${svc_name} /etc/runlevels/default/${svc_name}
done
# Tweak to prevent cloud-init from getting stuck.
echo "datasource_list: ['NoCloud', 'ConfigDrive', 'LXD', 'None']" > /etc/cloud/cloud.cfg.d/99_lxc.cfg
types:
Expand Down
1 change: 0 additions & 1 deletion images_yaml/archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ packages:
- packages:
- cloud-init
- openbsd-netcat
- openssh
action: install
variants:
- cloud
Expand Down
1 change: 0 additions & 1 deletion images_yaml/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ packages:

- packages:
- cloud-init
- openssh-server
- NetworkManager
action: install
variants:
Expand Down
1 change: 0 additions & 1 deletion images_yaml/fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ packages:

- packages:
- cloud-init
- openssh-server
action: install
variants:
- cloud
Expand Down
1 change: 0 additions & 1 deletion images_yaml/openeuler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ packages:

- packages:
- cloud-init
- openssh-server
- NetworkManager
action: install
variants:
Expand Down
1 change: 0 additions & 1 deletion images_yaml/oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ packages:
- packages:
- cloud-init
- hostname
- openssh-server
action: install
variants:
- cloud
Expand Down
1 change: 0 additions & 1 deletion images_yaml/rockylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ packages:
- packages:
- cloud-init
- NetworkManager
- openssh-server
action: install
variants:
- cloud
Expand Down
2 changes: 1 addition & 1 deletion log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mon Oct 21 01:02:42 UTC 2024
Tue Oct 22 01:01:50 UTC 2024
------------------------------------------
ubuntu_18.04_bionic_arm64_default.tar.xz
------------------------------------------
Expand Down

0 comments on commit fc2e35e

Please sign in to comment.