Skip to content

base-files: Make -r argument compatible with OpenWRT firstboot

Dariusz Iwanoczko requested to merge diwanoczko-firstboot-arg into devel

OpenWRT firstboot script usue -r argument as request to REBOOT where our implementation of defaultreset use it as request for NO_REBOOT.

This patch introduce compatibility between these two commands to have -r argument meaning the same.

refs #9308

Merge request reports