mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-21 06:57:33 +00:00
2000b08c5b
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
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
|