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:
@@ -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 = """
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user