Merge pull request #212 from flatcar-linux/kai/set-group-only-in-usr

set_lsb_release: only set update-engine GROUP in /usr, not /etc
This commit is contained in:
Kai Lüke 2022-01-11 15:01:34 +01:00 committed by GitHub
commit f9b51461ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -73,7 +73,3 @@ sudo_clobber "${ROOT_FS_DIR}/usr/share/flatcar/update.conf" <<EOF
SERVER=https://public.update.flatcar-linux.net/v1/update/ SERVER=https://public.update.flatcar-linux.net/v1/update/
GROUP=$FLAGS_group GROUP=$FLAGS_group
EOF EOF
sudo_clobber "${ROOT_FS_DIR}/etc/flatcar/update.conf" <<EOF
GROUP=$FLAGS_group
EOF

View File

@ -0,0 +1 @@
- Removed the pre-shipped `/etc/flatcar/update.conf` file, leaving it totally to the user to define the contents as it was unnecessarily overwriting the `/use/share/flatcar/update.conf` ([PR#212](https://github.com/flatcar-linux/scripts/pull/212))