mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
5ccd33e78f
- Prepare system script to run at boot to prepare the system. Now used to restore sound configuration files to default before udev takes over and configures the system for what it sees. Later can be used to prepare the system for read-only OS similar as I have done during my Kodi developemtn years. - Sound config changes to default settings. - Remove forgotten wifi-setup system.
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
config BR2_PACKAGE_PREPARE_SYSTEM_SERVICE
|
|
bool "prepare_system-service"
|
|
help
|
|
A systemd service that prepares the system.
|
|
Used to change/move files before everything
|
|
gets loaded.
|