diff --git a/CHANGELOG.md b/CHANGELOG.md index a69f53d..d828425 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2023-03-07 + +### Changed + +- Fixed disabling auto-spoof failing due to lack of return code (runtime-config 1.2.0) + ## [1.0.0] - 2023-02-09 * Based on 2022-09-06-raspios-bullseye's pi-gen diff --git a/builder.py b/builder.py index 2c57d7d..2139b8b 100755 --- a/builder.py +++ b/builder.py @@ -12,7 +12,7 @@ from typing import List, Optional NAME = "bi-builder" -VERSION = "1.0.0" +VERSION = "1.0.1" PIGEN_REPO_URL = "https://github.com/RPi-Distro/pi-gen.git" CONTAINER_NAME = "pigen_work" diff --git a/tree/stage2/07-sys-configurator/01-run.sh b/tree/stage2/07-sys-configurator/01-run.sh index 0fc4ad4..a35ed5d 100755 --- a/tree/stage2/07-sys-configurator/01-run.sh +++ b/tree/stage2/07-sys-configurator/01-run.sh @@ -1,7 +1,8 @@ #!/bin/bash -e on_chroot << EOF -pip3 install https://github.com/offspot/runtime-config/archive/refs/tags/v1.1.0.zip +# pip3 install https://github.com/offspot/runtime-config/archive/refs/tags/v1.2.0.zip +pip3 install offspot-runtime-config==1.2.0 EOF install -m 755 files/offspot-runtime.service "${ROOTFS_DIR}/etc/systemd/system/"