[PR #765] [MERGED] fix OS name detection #921

Closed
opened 2025-12-29 01:30:01 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/765
Author: @danimo
Created: 9/18/2020
Status: Merged
Merged: 9/27/2020
Merged by: @lukas2511

Base: masterHead: fix_os_version


📝 Commits (1)

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 dehydrated (+4 -0)

📄 Description

before applying heuristics, use PRETTY_NAME from os-release(3),
which reliably exists on all common linux distributions.

keep the /etc/issue parsing as fallback.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/765 **Author:** [@danimo](https://github.com/danimo) **Created:** 9/18/2020 **Status:** ✅ Merged **Merged:** 9/27/2020 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `fix_os_version` --- ### 📝 Commits (1) - [`259fc81`](https://github.com/dehydrated-io/dehydrated/commit/259fc81e3786f4c4974930ba777a417d393d2832) fix OS name detection ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+4 -0) </details> ### 📄 Description before applying heuristics, use `PRETTY_NAME` from os-release(3), which reliably exists on all common linux distributions. keep the /etc/issue parsing as fallback. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:30:01 +01:00
adam closed this issue 2025-12-29 01:30:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#921