Skip to content

Commit

Permalink
support autoinstall for kylin 10 server
Browse files Browse the repository at this point in the history
Signed-off-by: ZouYuhua <yuhua.zou@broadcom.com>
  • Loading branch information
ZouYuhua committed Jan 18, 2024
1 parent 65aa19f commit feab426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions autoinstall/Kylin/Server/10/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ timezone America/New_York --isUtc
# Shutdown when the install is finished.
shutdown

#repo --name=repov10sp3 --baseurl=https://update.cs2c.com.cn/NS/V10/V10SP3.1/os/adv/lic/base/x86_64/
%packages
@^kylin-desktop-environment
kexec-tools
java-1.8.0-openjdk-headless
java-1.8.0-openjdk
java-11-openjdk-headless
java-11-openjdk
ndctl
iproute
rdma-core
Expand Down
2 changes: 1 addition & 1 deletion linux/deploy_vm/deploy_vm_from_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
vm_get_fullname_timeout: 600
when:
- unattend_install_conf is defined
- unattend_install_conf | lower is not match('.*(minimal|server_without_gui|bclinux-for-euler|fusionos).*')
- unattend_install_conf | lower is not match('.*(minimal|server_without_gui|bclinux-for-euler|fusionos|kylin/server/10).*')

- name: "Get VM guest IPv4 address and add to in-memory inventory"
include_tasks: ../../common/update_inventory.yml
Expand Down

0 comments on commit feab426

Please sign in to comment.