summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
-rwxr-xr-ximages/make_boot_img2
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 <Enter> to install or upgrade a system 7mMageia7m
");