diff options
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 |