diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-09-22 14:18:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-09-22 14:18:51 +0000 |
commit | 618914115cdfd8b569cb2c34414a29ba346f3693 (patch) | |
tree | 8b0feb7bdc1084119c297662e95eaba6f9d22f84 | |
parent | a684aa131f8b64985934632b78d69d667a6b39f9 (diff) | |
download | drakx-618914115cdfd8b569cb2c34414a29ba346f3693.tar drakx-618914115cdfd8b569cb2c34414a29ba346f3693.tar.gz drakx-618914115cdfd8b569cb2c34414a29ba346f3693.tar.bz2 drakx-618914115cdfd8b569cb2c34414a29ba346f3693.tar.xz drakx-618914115cdfd8b569cb2c34414a29ba346f3693.zip |
add "prompt" and "timeout" params to isolinux so that we can choose an
alternate boot method
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 2 insertions, 0 deletions
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 |