config: update redbear-mini and device-services — remove rtcd, fix console services

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-11 10:56:44 +03:00
parent 2e82bad86d
commit c687a92140
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -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 = """
+1 -1
View File
@@ -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