1
0
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Anderson Luiz Alves 0464e230c1 stock 103961
2017-07-30 16:48:04 -03:00

15 lines
482 B
Bash
Executable File

#!/bin/sh
# Called during rc when booting from factory
# CLI - use silent mode (sset, smk ...) to modify parameters silently and permanently,
# without starting onchange script.
# Save the randomly generated UUID in configuration
UUID=`cat /proc/sys/kernel/random/uuid`
echo "cd _Services_SuperDLNA_Description; sset UUID $UUID" | cli -q
#Set the serial number
serial_number=$(pzinfo serial)
echo "cd _Services_SuperDLNA_Description; sset SerialNumber $serial_number" | cli -q