Feature #931
Updated by Daniel Curtis almost 7 years ago
This is a method for reducing the boot timeout time on Alpine Linux. * Make sure nano is installed: <pre> apk add nano </pre> * Edit the update-extlinux.conf file: <pre> nano /etc/update-extlinux.conf </pre> #* And change the @timeout@ parameter to *1*: *0*: <pre> timeout=1 timeout=0 </pre> * Update the extlinux config: <pre> update-extlinux </pre> * Reboot: <pre> reboot </pre>