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