diff options
author | Francois Pons <fpons@mandriva.com> | 2000-06-23 13:03:19 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-06-23 13:03:19 +0000 |
commit | c8d8767aa3dfeb049fd662080ac8cf2a7075ca56 (patch) | |
tree | e424b6ad6a2f2142554bee44cedd04d5016de938 /make_boot_img | |
parent | b8820f0b8f1a137b9baa11b76626ad79e47cb707 (diff) | |
download | drakx-c8d8767aa3dfeb049fd662080ac8cf2a7075ca56.tar drakx-c8d8767aa3dfeb049fd662080ac8cf2a7075ca56.tar.gz drakx-c8d8767aa3dfeb049fd662080ac8cf2a7075ca56.tar.bz2 drakx-c8d8767aa3dfeb049fd662080ac8cf2a7075ca56.tar.xz drakx-c8d8767aa3dfeb049fd662080ac8cf2a7075ca56.zip |
*** empty log message ***
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index 58dff887e..d69715afc 100755 --- a/make_boot_img +++ b/make_boot_img @@ -252,11 +252,18 @@ To Build a Bootable CD-ROM, try: _ "cp -f vmlinuz$I $dir/vmlinux$I.gz"; -f "$type.rdz" ? _ "cp -f $type.rdz $dir" : initrd("${mnt}2", "$dir/$type.rdz"); + output("$dir/boot.msg", " +Welcome to Linux-Mandrake 7.1 + +Press <Enter> to install or upgrade a system 7mLinux-Mandrake7m +"); + output("$dir/silo.conf", " partition=1 default=linux timeout=100 read-write +message=/boot.msg image=/vmlinux$I.gz label=linux initrd=/$type.rdz |