Feature #931
Decrease Boot Timeout on Alpine Linux
Description
This is a method for reducing the boot timeout time on Alpine Linux.
- Make sure nano is installed:
apk add nano
- Edit the update-extlinux.conf file:
nano /etc/update-extlinux.conf
- And change the
timeout
parameter to 1:timeout=1
- And change the
- Update the extlinux config:
update-extlinux
- Reboot:
reboot
Updated by Daniel Curtis almost 7 years ago
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 0 to 100