1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-16 19:08:43 +01:00
OpenVoiceOS/buildroot-external/package/firstboot-service/Config.in
Peter Steenbergen 091f5720e6 MycroftOS: Firstboot systemd system
- System to run sccripts at the very first boot. Now currently used
  only for resizing the partion using the full SD size.
- Can be expanded to run other scripts to prepare stuff at the
  very first boot.
2019-09-27 09:12:17 +02:00

9 lines
281 B
Plaintext

config BR2_PACKAGE_FIRSTBOOT_SERVICE
bool "firstboot-service"
help
A systemd service that only runs on first boot
which can be used to run certain scripts that
prepare the rootfs. For now being used to auto
expand the filesystem over the full size of the
SD card.