From 08bce9593c7388ca37c673a59561fe7bfc64d5d3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 2 Jun 2012 12:23:20 +0000 Subject: (boot_img_sparc) fix version in "Welcome to Mageia" message --- images/Makefile | 2 +- images/make_boot_img | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Makefile b/images/Makefile index 4b06206e4..a39fb7743 100644 --- a/images/Makefile +++ b/images/Makefile @@ -9,7 +9,7 @@ IMAGES_DEST = $(ROOTDEST)/install/images all: images images: all.kernels - DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img + DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img rm -rf images/alternatives if [ `ls images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \ mkdir images/alternatives; cd images/alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \ diff --git a/images/make_boot_img b/images/make_boot_img index 33096a429..a2a93f47c 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -463,7 +463,7 @@ To Build a Bootable CD-ROM, try: -f "$type.rdz" ? _ "cp -f $type.rdz $dir" : initrd($type, $I, "$dir/$type.rdz"); output("$dir/boot.msg", " -Welcome to Mageia 1 +Welcome to Mageia $ENV{DISTRIB_VERSION} Press to install or upgrade a system 7mMageia7m "); -- cgit v1.2.1