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.
5 lines
54 B
Bash
Executable File
5 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
/usr/sbin/resizeSD &&
|
|
rm /etc/firstboot
|