Revision f7765452
Added by Renato Botelho about 9 years ago
src/etc/rc | ||
---|---|---|
409 | 409 |
/sbin/mount -u -f -r -o sync,noatime /cf |
410 | 410 |
fi |
411 | 411 |
|
412 |
# Copy custom logo over if it's present |
|
413 |
if [ -d /usr/local/share/${product}/custom_logos ]; then |
|
414 |
cp -f /usr/local/share/${product}/custom_logos/*png \ |
|
415 |
/usr/local/www |
|
416 |
fi |
|
417 |
|
|
412 | 418 |
/etc/rc.bootup |
413 | 419 |
|
414 | 420 |
# /etc/rc.bootup unset $g['booting'], and removes file |
Also available in: Unified diff
Teach rc script to copy custom_logos over default one