mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
091f5720e6
- 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.
9 lines
281 B
Plaintext
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.
|