From c687a92140f94dd4b583a03267b82b7e4818b7a1 Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Thu, 11 Jun 2026 10:56:44 +0300 Subject: [PATCH] =?UTF-8?q?config:=20update=20redbear-mini=20and=20device-?= =?UTF-8?q?services=20=E2=80=94=20remove=20rtcd,=20fix=20console=20service?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- config/redbear-device-services.toml | 12 ------------ config/redbear-mini.toml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/config/redbear-device-services.toml b/config/redbear-device-services.toml index 06d58a0ddd..4c787a4579 100644 --- a/config/redbear-device-services.toml +++ b/config/redbear-device-services.toml @@ -311,18 +311,6 @@ subclass = 0x01 # Real-time clock daemon — reads CMOS/RTC and sets system time offset. # Must run as uid=0 (CAP_SYS_TIME) to write /scheme/sys/update_time_offset. # Included in initfs via base-initfs/recipe.toml. -[[files]] -path = "/etc/init.d/00_rtcd.service" -data = """ -[unit] -description = "Real-time clock daemon (sets system time from hardware RTC)" -default_dependencies = false - -[service] -cmd = "/bin/rtcd" -type = "oneshot" -""" - [[files]] path = "/etc/init.d/00_acpid.service" data = """ diff --git a/config/redbear-mini.toml b/config/redbear-mini.toml index 10d3a17ae0..2f05e5a4d6 100644 --- a/config/redbear-mini.toml +++ b/config/redbear-mini.toml @@ -12,7 +12,7 @@ include = ["minimal.toml", "redbear-legacy-base.toml", "redbear-netctl.toml", "redbear-device-services.toml", "redbear-boot-stages.toml"] [general] -filesystem_size = 1536 +filesystem_size = 384 [users.messagebus] uid = 100