From 618914115cdfd8b569cb2c34414a29ba346f3693 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 22 Sep 2001 14:18:51 +0000 Subject: add "prompt" and "timeout" params to isolinux so that we can choose an alternate boot method --- make_boot_img | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index e68c1cc6e..39c541695 100755 --- a/make_boot_img +++ b/make_boot_img @@ -484,6 +484,8 @@ sub isolinux { _ "cp /usr/lib/isolinux$debug.bin isolinux/isolinux.bin"; output "isolinux/isolinux.cfg", " default linux +prompt 1 +timeout 150 display help.msg label linux kernel alt0/vmlinuz -- cgit v1.2.1