You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-embedded/rpi-eeprom/files/init.d_rpi-eeprom-update-1

19 lines
394 B

#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Set configuration in /etc/conf.d/rpi-eeprom-update
description="Raspberry Pi 4 bootloader and VL805 USB controller updater"
command="/usr/sbin/rpi-eeprom-update"
command_args="-a"
depend() {
need localmount
}
stop() {
# Nothing to stop
return 0;
}