Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
minghe committed Jan 9, 2025
1 parent 9d2b0f8 commit 6b7ff73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions SPECS/systemd/systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Version: 255
# determine the build information from local checkout
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
%endif
Release: 19%{?dist}
Release: 18%{?dist}

# FIXME - hardcode to 'stable' for now as that's what we have in our blobstore
%global stable 1
Expand Down Expand Up @@ -142,7 +142,6 @@ Patch0491: azurelinux-use-system-auth-in-pam-systemd-user.patch
# Patches for Azure Linux
Patch0900: do-not-test-openssl-sm3.patch
Patch0901: networkd-default-use-domains.patch
Patch0902: systemd-networkd-cloud-init.patch

%ifarch %{ix86} x86_64
%global want_bootloader 1
Expand Down Expand Up @@ -1217,9 +1216,6 @@ rm -f %{name}.lang
# %autochangelog. So we need to continue manually maintaining the
# changelog here.
%changelog
* Thu Dec 19 2024 Minghe Ren <[email protected]> - 255-19
- Add patch

* Fri Sep 13 2024 Thien Trung Vuong <[email protected]> - 255-18
- Install systemd-boot binary to ESP

Expand Down
2 changes: 2 additions & 0 deletions toolkit/imageconfigs/additionalconfigs/cloud-init.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ system_info:
groups: [sudo, docker]
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash
network:
renderers: ['networkd']
# Automatically discover the best ntp_client
ntp_client: auto
# Other config here will be given to the distro class and/or path classes
Expand Down

0 comments on commit 6b7ff73

Please sign in to comment.