Files
clr-installer/scripts/wait-to-boot-post.sh
2019-01-08 16:24:10 -08:00

8 lines
180 B
Bash
Executable File

#!/bin/bash
# Have the installer image wait 5 seconds before launch
# Useful for users to change the boot command for debug
echo "timeout 5" >> $1/boot/loader/loader.conf
exit 0