From c55a75f5ce660417cf98c5a2bd57e4c432eb0659 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 24 Jun 2025 12:05:39 +0200 Subject: [PATCH 1/2] #2301 adds mount route when boot mark is created --- ogclient/scripts/configureOs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogclient/scripts/configureOs.py b/ogclient/scripts/configureOs.py index 32fe8be..aa5bcc4 100755 --- a/ogclient/scripts/configureOs.py +++ b/ogclient/scripts/configureOs.py @@ -81,7 +81,7 @@ if 'Windows' == ostype: elif 'Linux' == ostype: # Marca para arranque. - boot_mark_file = f'/Part-{int(disk):02d}-{int(par):02d}' + boot_mark_file = f'{mntdir}/Part-{int(disk):02d}-{int(par):02d}' try: open (boot_mark_file, 'w').close() except Exception as e: -- 2.40.1 From a34c98eb4c36798451379e19e3d7f2560b5c83f3 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 24 Jun 2025 12:30:37 +0200 Subject: [PATCH 2/2] refs #2301 updates changelog 0.19.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf2cb8..0f20070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.20.1] - 2025-06-24 + +### Changed + +- Fix mark for ogboot on linux + ## [0.20.0] - 2025-06-24 ### Changed -- 2.40.1