mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-02 11:41:44 +00:00
8 lines
180 B
Bash
Executable File
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
|